Closed Moussa-Guemdani closed 4 months ago
did you run this script on the gnb PC? https://github.com/srsran/srsRAN_Project/blob/main/scripts/srsran_performance
Also, could you share the details of the PC? (cpu, ram?)
Hello, I have ran the script, but stil the same issue,
12 x CPU:
RAM(MB): total used free shared buff/cache available Mem: 15Gi 5,1Gi 6,6Gi 269Mi 3,7Gi 9,7Gi Swap: 2,0Gi 0B 2,0Gi
could you share the configs you use?
Here you are:
could you check whether this works? https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html#usrp-x300-x310
These are the results after the changes
Configs:
how is the x310 connected to the gnb PC?
It is connected using the 10 Gigabit Ethernet via SFP cable
hmm, could you put addr=X.X.X.X,
in the device_args?
alternatively, could you try a different uhd version, eg. 4.3?
Hello, When I Try the use another version of uhd, and run the gnb, I asks me to download another version of uhd that is compatible with srsRAN_Project, Then when I do this and follow the steps, still have the same issue
ok, could you show the cpu load (htop
) while running the srsgnb?
If you use commercial UE, program the USIM with PLMN 00101, due to carrier policy UE may not work with other PLMN. You could try PLMN 00101 both side, UE and core
Could you try uhd-4.3 or higher?
Hello, I have changed the version to the last version of UHD, and I used PLMN: 00101, It works very fine now
I would like to point out that when I have changed the UHD version on the host computer, when build the gNB again, it shows that the the variables were not used by the project.
Also, even though I have a successful atatch, I still see the Late: 0; Underflow: 1; Overflow: 0; issue
I would like to thank you very much for your help and assistance. @s21sm Thank you very much.
Hello, after successfully using the project for several days, now the Ue Connects normally, but there is an exclamation mark on the network, and there is no internet access!
I have checked the nat and forwarding rules,
You may try these
sudo sysctl -w net.ipv4.ip_forward=1
sudo iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE
sudo iptables -I INPUT -i ogstun -j ACCEPT
sudo ip ro add 10.45.0.0/16 via 10.53.1.2
You may try these
sudo sysctl -w net.ipv4.ip_forward=1 sudo iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE sudo iptables -I INPUT -i ogstun -j ACCEPT sudo ip ro add 10.45.0.0/16 via 10.53.1.2
HEllo,
I have tried, but the issue is not solved
@Moussa-Guemdani do you run open5gs in docker or manually installed?
@pgawlowicz I am running open5gsmanually installed
did you follow this tutorial? https://docs.srsran.com/projects/project/en/latest/tutorials/source/cotsUE/source/index.html
Did you configure APN in your phone? Please check the troubleshooting section.
Yes, i did, also with the Access Point.
It worked for some time, after re-build, then Same issue.
I am running the Hannover deployment.
could you try this one:
sudo sysctl -w net.ipv4.ip_forward=1
sudo sysctl -w net.ipv4.conf.all.forwarding=1
sudo sysctl -w net.ipv6.conf.all.forwarding=1
sudo iptables -t nat -A POSTROUTING -o IFNAME_CONNECTED_TO_INTERNET -j MASQUERADE
sudo iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE
sudo iptables -P FORWARD ACCEPT
sudo ip ro add 10.45.0.0/16 via 10.53.1.2
@Moussa-Guemdani any update on this issue?
Hello, It works very fine fine Thank you for your help.
Issue Description
Hello, I have built the End-To-End 5G Network following the tutorial ""https://docs.srsran.com/projects/project/en/latest/tutorials/source/cotsUE/source/index.html"", but I'm still unable to attach the UE.
Setup Details
Hardware: - RF:USRPx310.
Configs:
Actual Behaviour