Piotr

Results 127 comments of Piotr

how is the x310 connected to the gnb PC?

hmm, could you put `addr=X.X.X.X,` in the device_args? alternatively, could you try a different uhd version, eg. 4.3?

ok, could you show the cpu load (`htop`) while running the srsgnb?

Hi, indeed, currently we just support xapp_oran_moni xapp from flexric framework. We are currently working to support also control requests.

Could you try uhd-4.3 or higher?

Hi @fklement, We have just released a repository that allows running ORAN-SC-RIC as a multi-container Docker application with a single docker command. You can find it here: https://github.com/srsran/oran-sc-ric In addition,...

@Moussa-Guemdani do you run open5gs in docker or manually 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.

Hi, Please note that we support only KPM and RC modules. Therefore, if you try to run an xApp using a custom module, it will not work. Also please make...

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...