Trouble Connecting gNB to the Core #215
-
Hello srsRAN users I humbly come to you after a day of trying to debug what I thought is trivial (I still believe is). It's simply just getting the core to communicate with the gNB. I had a running 5G system a week ago but decided to erase everything and install everything again. Now after following the guide on installing and connecting with open5gs, I am getting this error. I have tried different uhd versions and even different terminals.
What I thought would solve the problem is directly copy the amf.yaml and upf.yaml and then the gnb_b210_20MHz_oneplus_8t.yml, put them in their respective directories (/etc/open5gs for amf.yaml and upf.yaml) and srsran_Project/build/apps/gnb for the gnb config files. I did this and didnt change anything and the error still persists. Ain't it supposed to be so that if we just place these already configured files in the right directories we shouldnt have to worry about configuring addresses? I did this because I thought I was messing up the addresses. Here is the output from the CN logs showing several attemps: _
_ Any help will be greatly appreciated and I hope this helps others too! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The issue you're having is not a core issue but the fact that you don't have a radio connected to the PC. At least the app doesn't detect one. So it's disconnecting from the core again. |
Beta Was this translation helpful? Give feedback.
-
Whenever installing/re-installing UHD, remember to the rebuild the whole srsRAN project by deleting the |
Beta Was this translation helpful? Give feedback.
Whenever installing/re-installing UHD, remember to the rebuild the whole srsRAN project by deleting the
build
directory and runningcmake <your-commands>
andmake <other-commands>
again. The output ofcmake
will show you, which version was found on your system and will be incorporated in the subsequentmake
.