Closed dominikheinz closed 4 months ago
Please unify the following parameters:
cell_cfg.plmn
in gnb configplmn_id
in open5gs config files.This is described in our tutorial here: https://docs.srsran.com/projects/project/en/latest/tutorials/source/cotsUE/source/index.html#gnb
Please unify the following parameters:
cell_cfg.plmn
in gnb config- and all
plmn_id
in open5gs config files.This is described in our tutorial here: https://docs.srsran.com/projects/project/en/latest/tutorials/source/cotsUE/source/index.html#gnb
Thanks for the fast response, very much appreciated!
In order to follow the tutorial, should I set all instances of plmnd_id
in all open5gs config files to 901 for mcc and 70 to mnc, or do you mean the other way around, just change the "cell_cfg.plmn" value to 00101 in the gnb config? (I have already tried the latter with no success)
I tried both ways, and I still get the same error.
also tac
has to be the same
also
tac
has to be the same
I changed the tac values from 1 to 7 in the open5gs config files, to match the gnb config. The error remains the same.
could you check the open5gs logs?
did you restart open5gs services?
did you restart open5gs services?
Aaaaah that seemed to been the issue, I never restarted the services so the changes in the config files were not loaded it seems. Thank You, now gnb starts.
Another issue however seems to be the warning I get at the start:
The PRACH detector will not meet the performance requirements with the configuration {Format B4, ZCZ 0, SCS 30kHz, Rx ports 1}.
Lower PHY in quad executor mode.
Do you know by any chance what I could do to solve this? It suggests lowering PHY in quad executor mode, but I dont know what that is, where to change it and what to change it to.
Thanks again for being so responsive by the way :)
Lower PHY in quad executor mode.
it is not a suggestion, but display the config of the Lower PHY execution mode
Issue Description
I am trying to setup a private standalone 5G network with a USRP B210 using srsRAN and open5gs. For this, I followed the official documentation and the quickstart guide:
Currently, I am having trouble starting gnb with my configuration. I keep getting the following error:
I am not sure what causes the error
"NG Setup Procedure" failed. AMF NGAP cause: "unknown-PLMN-or-SNPN"
.Setup Details
Expected Behavior
srsRAN gNB starts normally.
Actual Behaviour
srsRAN fails to start with the error
"NG Setup Procedure" failed. AMF NGAP cause: "unknown-PLMN-or-SNPN"
.Steps to reproduce the problem
sudo ./gnb -c gnb_b210_20MHz_oneplus_8t.yaml
) and observe the error.Additional Information
/etc/open5gs/mme.yaml
/etc/open5gs/amf.yaml
/etc/open5gs/upf.yaml
/etc/open5gs/nrf.yaml
And finally the configuration that I am trying to use with gnb:
sudo ./gnb -c config.yaml
gnb_b210_20MHz_oneplus_8t.yml