Unable to connect srsUE to srsRAN gNB #691
Replies: 2 comments 13 replies
-
could you try to increase the rx_gain in the srsgnb config? |
Beta Was this translation helpful? Give feedback.
3 replies
-
PDSCH received by UE has a good SNR:
But the problem is with PUSCH at gnb:
So the downlink from GNB to UE is good, but there is an issue with uplink. you need to tune gnb rx_gain and srsue tx_gain. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm currently trying to setup srsRAN by following this tutorial.
Sadly srsUE won't connect to the gNB and fails with the error message
Scheduling request failed: releasing RRC connection...
.From the pcap's I can see that UE sends the "RRC Setup Complete" message but the gNB does not receive it.
I could only find this issue in the srsRAN_4G repo, which reported the same error but adjusting the
time_adv_samples
parameter did not fix this issue for me (I checked all values from 0 to 350 in 5 steps).I use an USRP B200mini for the UE and an USRP B200mini-i for the gNB, but I also tried two B210 which also failed with the same error.
Here are my configurations, logs and pcaps.
logs_and_configs.tar.gz
Thank you in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions