Skip to content

Commit

Permalink
fix ohc desc
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Dec 3, 2024
1 parent 14be716 commit 36e3c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/pfcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (p *PFCPServer) CreateSession(ue netip.Addr, uplinkTeid uint32, downlinkTei
ie.NewDestinationInterface(ie.DstInterfaceAccess),
ie.NewNetworkInstance(slice),
ie.NewOuterHeaderCreation(
0x01, // GTP/UDP/IPv4
0x0100, // GTP/UDP/IPv4
downlinkTeid,
gNB.String(),
"", 0, 0, 0,
Expand Down

0 comments on commit 36e3c2f

Please sign in to comment.