srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.36k stars 1.1k forks source link

Cannot connect srs-ue to srs-gnb using USRP X410 (5G SA) #1348

Open bbachmanNI opened 3 weeks ago

bbachmanNI commented 3 weeks ago

Issue Description

Hello, I'm trying to connect a srs-ue to a srs-gnb between two computers over two USRP X410s. The cell selection completes, signal was detected on UE side, but the MIB decoding is not successful with CRC fail (SNR is pretty low)

Setup Details

The srs apps run on 2 separate machine (Dell Precision 5820 with Ubuntu 20.04), UHD 4.4 -> USRP X410

srsRAN_4G UE: at release_23_11 srs-gnb: srsRAN_Project branch main

Expected Behavior

Successful attachment.

Actual Behaviour

cell selection: 2024-06-10T07:52:21.223985 [RRC-NR ] [I] Proc "Cell Selection" - Cell search found ARFCN=0 PCI=1 epre=-30.2 snr=+34.3 cfo=+53.1 delay=-0.0 sfn=590 ssb_idx=0 hrf=n scs=15 ssb_offset=6 dmrs_typeA_pos=pos2 coreset0=12 ss0=0 barred=n intra_freq_reselection=n spare=0 2024-06-10T07:52:21.234672 [RRC-NR ] [I] Proc "Cell Selection" - Cell selection completed. Starting SIB1 acquisition

MIB decoding fails: 2024-06-10T07:52:21.254642 [PHY0-NR] [D] [ 5950] SSB-CSI: rsrp=-67.1 epre=-44.2 n0=-44.2 snr=-22.9 cfo=+153.8 cfo_max=6982 delay=-25.4 2024-06-10T07:52:21.254704 [PHY0-NR] [W] [ 5950] PBCH-MIB: CRC failed

Steps to reproduce the problem

conf + log files ue.log gnb.log ue_rf.conf.txt gnb_rf_conf.yml.txt