Dear developers.
Thank you for open source this great application. Currently I have setup the environment containing srsRAN + open5GS running with n78 20MHz.
But I met some issue in using NR-Scope even to detect the phone connecting to the srsRAN project base station. From the log, I can see messages like SIB 1 Decoded..
Afterwards, I see the logs below, and then no mather how I toggle the airplane mode of the phone, NR-Scope does not show any other logs over there indicating it detects a new UE.
Workers are initializing, skip sf_rount: 0, sfn: 446, slot: 9
srsran_dft_replan
RACH decoder initialized..
Here's my srsRAN configuration.
amf:
addr: 127.0.0.5 # The address or hostname of the AMF.
bind_addr: 127.0.0.1 # A local IP that the gNB binds to for traffic from the AMF.
ru_sdr:
device_driver: uhd # The RF driver name.
device_args: type=b200 # Optionally pass arguments to the selected RF driver.
srate: 23.04 # RF sample rate might need to be adjusted according to selected bandwidth.
otw_format: sc12
tx_gain: 80 # Transmit gain of the RF might need to adjusted to the given situation.
rx_gain: 40 # Receive gain of the RF might need to adjusted to the given situation.
cell_cfg:
dl_arfcn: 628500 # ARFCN of the downlink carrier (center frequency).
band: 78 # The NR band.
channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived.
common_scs: 30 # Subcarrier spacing in kHz used for data.
plmn: "00101" # PLMN broadcasted by the gNB.
tac: 1 # Tracking area code (needs to match the core configuration).
pci: 1 # Physical cell ID.
And for NR-Scope config.yaml
nof_usrp_dev: 1
usrp_setting_0:
ssb_freq: 3421920000 # Set to the ssb frequency of the cell, could be obtained with the cell scan function
rf_args: "type=b200" # For B210
# rf_args: "clock=external,type=x300,serial=32B0F2F,master_clock_rate=200000000,sampling_rate=25000000" ## For TwinRX daughterboard
# rf_args: "clock=external,type=x300,sampling_rate=23040000" ## For CBX daughterboard
rx_gain: 30 # for x310 CBX, max rx gain is 31.5, for b210, it's around 80, for x310 TwinRX, max rx gain is 90
min_rx_gain: 0
max_rx_gain: 40
srate_hz: 23040000 # the sampling rate of USRP, integer division of 200MHz for TwinRX, and 5G sampling rate for CBX: 11520000 or 23040000
srsran_srate_hz: 23040000 # the sampling for real signal processing, should be in 5G sampling rate, multiple of 1.92 MHz.
nof_carriers: 1 # srsRAN rf setting, always set to be 1 for now.
nof_antennas: 1 # srsRAN rf setting, always set to be 1 for now.
scs_index: 1 #(0: 15kHz, 1: 30kHz, ..., the u in standard)
rf_log_level: "debug"
nof_rnti_worker_groups: 16 # number of of threads for DCI decoding, each will divide the UEs into small groups
nof_bwps: 1 # number of BWP of the cell
nof_workers: 16 # using worker pool to asynchronously process the slot data
cpu_affinity: false # pin the worker's thread into CPU or not.
Dear developers.
Thank you for open source this great application. Currently I have setup the environment containing srsRAN + open5GS running with n78 20MHz.
But I met some issue in using NR-Scope even to detect the phone connecting to the srsRAN project base station. From the log, I can see messages like
SIB 1 Decoded..Afterwards, I see the logs below, and then no mather how I toggle the airplane mode of the phone, NR-Scope does not show any other logs over there indicating it detects a new UE.
Here's my srsRAN configuration.
And for NR-Scope config.yaml