srsran / srsRAN_Project

Open source O-RAN 5G CU/DU solution from Software Radio Systems (SRS) https://docs.srsran.com/projects/project
https://www.srsran.com
GNU Affero General Public License v3.0
523 stars 178 forks source link

iperf in srsue not able to connect to open5gs with udp traffic #864

Closed joelrenjith closed 3 weeks ago

joelrenjith commented 1 month ago

Issue Description

System details

Setup Details

Expected Behavior

Actual Behaviour

-For Iperf Testing, I setup a server on the core container:
image

Steps to reproduce the problem

Additional Information

Any help that's provided would be greatly appreciated. Thanks in advance

pgawlowicz commented 1 month ago

could you share your gnb and srsue logs? is it possible to ping core from UE?

joelrenjith commented 1 month ago

could you share your gnb and srsue logs? is it possible to ping core from UE?

Hey @pgawlowicz , ping in the uplink direction works from the UE: image image image

Here are the gnb and ue logs: ue.log gnb.log

pgawlowicz commented 1 month ago

If you are running iperf3 inside the Open5gs container then the client should use IP 10.45.1.1

joelrenjith commented 3 weeks ago

ohh ohkay thanks a lot!