srsUE connects to srsgNB with failure: Proc "Cell Selection" - Completed with failure. #140
Replies: 5 comments 2 replies
-
Some updates: I used a X310 as gNB instead of B210, then I got the same issue as this discuss. The previous problem could be caused by the clock of B210, but I am not very sure about it. |
Beta Was this translation helpful? Give feedback.
-
Some updates: I tweaked some configuration for this scenario, mainly the rx_gain and rf_cfo to make it work successfully. I tuned B210's receving gain up to 70dB so it can detect the cell and with the CFO feedback in ue.log I set the CFO manually and it can synchronize successfully. Then the gNB returned that the TA of Preambles is not in some timing window, I shortened the "time_adv_nsamples" in UE's configuration file and it worked. In summary, used X310 as gNB and B210 as UE. With config files: config_for_gNB_UE.zip. I also tried to use other combinations such as B210/X310 as gNB, and B210/X310 as UE but X310 as gNB and B210 as UE is the only combination that works. Also, I am not using the external clocks. Now the RRC is connected, and I will proceed and update. |
Beta Was this translation helpful? Give feedback.
-
Some updates: With a GPSO and put the devices closer, I can connect the srsUE (B210) to the srsgNB (X310). But the connection is not stable, it stays for a while, like tens of seconds, shortened by iperf3 test. Probably limited by the CPU's performance? I am using two laptops with i5-7300. Another problem is that I tried to use X310 as UE, with the same laptops, it cannot see the cell. But with B210 it's good. Does anybody have some clues about this issue? CPU issue again? |
Beta Was this translation helpful? Give feedback.
-
I manage to connect the COTS phone (Moto Stylus 5G) to the network, but it seems that I have to use the Verizon's MCC (311) & MNC (484) setting. Because I can use my comercial SIM card to see the network, but with "00101" the mobile phone seems to block the 5G mode. So I set the SIM card's MCC and MNC accordingly, it works. |
Beta Was this translation helpful? Give feedback.
-
Since it worked out, I will close this discussion. If a better CPU can help to solve "underflow" and disconnecting problem, I'll come back to update. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to reproduce the application note but I cannot connect my srsUE to the srsgNB. I am using two B210 for gNB and UE. I am using the "performance" mode for both laptop computer.
The gNB seems to work fine, but the UE cannot connect to the gNB. The UE reports Proc "Cell Selection" - Completed with failure in its log. It seems that the UE doesn't see the network at all.
Here are my config files:
UE conf: ue_rf.conf.txt
gNB conf: gnb_fdd_srsue.yaml.txt
Log files:
UE log: ue.log
gNB log: gnb.log
gNB ngap.pcap: gnb_ngap.pcap.txt
gNB mac.pcap: gnb_mac.pcap.txt
Terminal outputs:
UE: ue_terminal_output.txt
gNB: gnb_terminal_output.txt
Open5gs settings:
amf: amf.yaml.txt
upf: upf.yaml.txt
Open5gs subscriber setting:

Could you tell me how to locate the mistakes and how to fix it?
Also, could you tell me about the meanings of "overflow", "underflow" and "late"? The gNB reports underflow and late message sometimes and UE reports overflow.
Thank you very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions