Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GTP-U Sequence number for DL pkt in psaUPF #91

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

jessetu75
Copy link
Contributor

Support GTP-U sequence number in GTP-U optional header, the S bit is set to 1 in the GTP-U header.
The sequence number ranges from 0 - 65535 (u16) and wraps around to 0 when the value reaches 65536. The sequence number is handled on a per GTP-U Tunnel (that is TEID) basis. [1]
This is a configurable feature that can be turned on/off by sending a value to /proc/gtp5g/seq. This feature is enabled by default and can be disabled by executing echo 0 > /proc/gtp5g/seq.

[1] TS 29.281 4.3.1 Handling of Sequence Numbers

@tim-ywliu tim-ywliu merged commit a58fb42 into free5gc:master Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants