Hi Rajpreet,
Looks like you made a typo when you cloned the repo. Look closely at the path to OAI in your experiment vs. what the helper script is trying to call (opeairinterface5g is the directory you’re looking at in the screenshot).
Also, it’s best to include a link to your experiment with queries like these. It helps us debug :)
Best,
Dustin
--
You received this message because you are subscribed to the Google Groups "Powder Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to powder-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/powder-users/CAM7rEBsHNKa4C8_M9NRKNhTiqjWZ%2BbPvY52kvXSww25SZRCsJg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/powder-users/23F3A109-29DD-4D38-805F-8BCA5CDC322A%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/powder-users/CO1PR11MB4836E5928098E5BCA50C6C4986289%40CO1PR11MB4836.namprd11.prod.outlook.com.
Rajpreet,
If you add the public ssh key for the computer you are using to your POWDER account, you’ll be able to access the nodes in your experiments directly with ssh, and also retrieve log/config files with tools like scp or rsync. You can find the IP address(es) of the node(s) in your experiment, as well as the ssh commands to access them, in the List View tab for the experiment in the POWDER web portal. You can also setup X11 forwarding if you want to run the 5G RAN elements with the GUI parts enabled via SSH. Have a look at sections 5.1.3 and 5.1.4 of the manual for information about how to set these things up: https://docs.powderwireless.net/users.html#%28part._ssh-access%29. Note that it will take around 15 minutes for the public ssh key you add to sync to the nodes in your running experiments.
You can append | tee nr-softmodem.log
to the command that starts the nr-softmodem to capture that log to a file while still displaying the output in the terminal (similar for nr-uesoftmodem). The 5G core network functions are running in Docker containers, so you can watch and capture their logs using, sudo docker logs -f oai-{networkfunction} | tee {networkfunction}.log
, replacing {networkfunction} with whichever function you want. E.g., sudo docker logs -f oai-amf | tee oai-amf.log
.
Most of the relevant configuration for the 5G core services, as well as their IP addresses on the Docker bridge network are set by the docker-compose file located at /opt/oai-cn5g-fed/docker-compose/docker-compose-mini-nrf.yaml
.
-Dustin
To view this discussion on the web visit https://groups.google.com/d/msgid/powder-users/CAM7rEBvrvpWMu2m2dQQZ5T--275PYYZyEiBDKRcN_AUuAoinvQ%40mail.gmail.com.