We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using T-Rex to simulate HTTP traffic in ASTF mode to test our UPF. I setup Trex as the topo like this:
Client (gNodeB - Trex - port 1, server 1) <---- N3 (GTP-U) ----> UPF (server 2) <---- N6 ----> server (DN - Trex - port 2, server 1)
On uplink, GTP-U packet generated by Trex does not contain extension.
TRex dropped downlink GTP-U packet with extension encapsulated by UPF. So client and DN cannot setup TCP connection.
If UPF does not encapsulate extension in downlink GTP-U packet, Trex client and server send and receive HTTP traffic.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using T-Rex to simulate HTTP traffic in ASTF mode to test our UPF. I setup Trex as the topo like this:
Client (gNodeB - Trex - port 1, server 1) <---- N3 (GTP-U) ----> UPF (server 2) <---- N6 ----> server (DN - Trex - port 2, server 1)
On uplink, GTP-U packet generated by Trex does not contain extension.
TRex dropped downlink GTP-U packet with extension encapsulated by UPF. So client and DN cannot setup TCP connection.
If UPF does not encapsulate extension in downlink GTP-U packet, Trex client and server send and receive HTTP traffic.
The text was updated successfully, but these errors were encountered: