You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use srsRAN UE for 5G communication similar to this documentation: https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html. We have two USRP B205mini SDRs connected to an external Leo Bodnar GPSDO, and the gNB and UE running in properly privileged Docker containers with access to USB devices. We had a lot of timing issues before adding the GPSDO, but after adding it, synchronization on the gNB side has been much better.
However, we are getting a curious error from the UE stdout: /usr/src/srsRAN_4G/lib/src/phy/rf/rf_uhd_imp.cc:833: Could not lock reference clock source. Sensor: ref_locked=false. Checking the USRP status using uhd_usrp_probe, both report being locked to the clock source. No matter which of the two SDRs we run the UE with, it will report this error. We've also confirmed that the GPSDO is outputting a properly stable 10MHz signal. Communication is still somewhat unstable, and from the log files it does seem that the UE has issues with keeping synchronization.
Attached is our UE configuration and log file from an example run (setup, connection with the gNB, and subsequent desync/disconnection.) Is there some extra configuration, other than clock=external, to make the UE lock to the reference clock? Thanks for your help.
We are trying to use srsRAN UE for 5G communication similar to this documentation: https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html. We have two USRP B205mini SDRs connected to an external Leo Bodnar GPSDO, and the gNB and UE running in properly privileged Docker containers with access to USB devices. We had a lot of timing issues before adding the GPSDO, but after adding it, synchronization on the gNB side has been much better.
However, we are getting a curious error from the UE stdout:
/usr/src/srsRAN_4G/lib/src/phy/rf/rf_uhd_imp.cc:833: Could not lock reference clock source. Sensor: ref_locked=false
. Checking the USRP status usinguhd_usrp_probe
, both report being locked to the clock source. No matter which of the two SDRs we run the UE with, it will report this error. We've also confirmed that the GPSDO is outputting a properly stable 10MHz signal. Communication is still somewhat unstable, and from the log files it does seem that the UE has issues with keeping synchronization.Attached is our UE configuration and log file from an example run (setup, connection with the gNB, and subsequent desync/disconnection.) Is there some extra configuration, other than
clock=external
, to make the UE lock to the reference clock? Thanks for your help.ue.conf
:ue.log
The text was updated successfully, but these errors were encountered: