Replies: 2 comments 4 replies
-
No need, its done automatically
No need to change this parameter unless you are running gNB and 5GC on separate machines
You can go ahead and alter docker_open5gs/srsran/gnb.yml (dont alter AMF_IP and SRS_GNB_IP) and re-deploy and changes should take into effect |
Beta Was this translation helpful? Give feedback.
-
I have captured two PCAP files to aid in troubleshooting the call issue between phones. Below is an explanation of the setup, procedure, and observations for your review.
sudo tcpdump -i wlo1 -w - | tee open5gs_capture.pcap | tcpdump -r - This allowed me to log packets into the file (open5gs_capture.pcap) while simultaneously observing live traffic in the terminal. Observations: Steps Followed: Started the eNodeB: Phone with MSISDN: 008 automatically connected when the eNodeB became active.
sudo tcpdump -i br-e2c7ab47e758 -w - | tee docker_open5gs_default.pcap | tcpdump -r - The sequence of operations was the same as above. I terminated the capture using Ctrl+C, so there may have been packet transfers during the final moments of the capture. Does your solution on GitHub automatically handle IP routing between the Dockerized execution environment and external devices, such as User Agents and mobile phones? I believe that UE_IPV4_IMS/INTERNET IPs can remain unchanged, provided the local network operates on a different subnet. Will your solution dynamically assign IPs from these subnets to all UAs over private networks? Both PCAP files (open5gs_capture.pcap and docker_open5gs_default.pcap) are attached for your review. Please let me know if further details are needed. |
Beta Was this translation helpful? Give feedback.
-
I have a few questions regarding the docker_open5gs project.
Do we still need to manually build the database using the kamdbctl create command, or is this automated within the Docker setup?
I’m planning to set up a 5G network using docker_open5gs, as I’ve already successfully configured a 4G LTE setup and achieved 4G connectivity. Regarding the USRP B210, which is USB-powered, what would you recommend setting for the SRS_GNB_IP parameter?
Additionally, I need to change the DL/UL frequencies of the gNB. In a non-Dockerized solution, I recall these settings being configurable in a specific configuration file. Is it possible to achieve this within your project? If so, could you guide me on how to do so?
Beta Was this translation helpful? Give feedback.
All reactions