Closed joelrenjith closed 3 weeks ago
I have a setup that connects a UE to a RAN and the RAN to the Core using zeromq as shown in this link: ZeroMQ-based Setup
I am able to connect the srsue to open5gs
Setup testing results for everything other than iperf
-For Iperf Testing, I setup a server on the core container:
When I try running the command for iperf client on the host machine, this comes up
So I changed the IP Address and it works for tcp:
But for UDP this is the error:
make
Any help that's provided would be greatly appreciated. Thanks in advance
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:
Here are the gnb and ue logs: ue.log gnb.log
If you are running iperf3 inside the Open5gs container then the client should use IP 10.45.1.1
ohh ohkay thanks a lot!
Issue Description
System details
Setup Details
Expected Behavior
I have a setup that connects a UE to a RAN and the RAN to the Core using zeromq as shown in this link: ZeroMQ-based Setup
I am able to connect the srsue to open5gs
Setup testing results for everything other than iperf
Actual Behaviour
-For Iperf Testing, I setup a server on the core container:
When I try running the command for iperf client on the host machine, this comes up
So I changed the IP Address and it works for tcp:
But for UDP this is the error:
Steps to reproduce the problem
make
command again for srsran_4g and srsran_project to include zeromqAdditional Information
Any help that's provided would be greatly appreciated. Thanks in advance