{ #define N_ANTENNA_DL 1 #define N_ANTENNA_UL 1 #define TDD 0 #define SDT_TSRA 0 #define SDT_REDCAP 0 //log_options: "all.level=warn,all.max_size=0,nas.level=debug,nas.max_size=1,rrc.level=debug,rrc.max_size=1,time=sec", log_options: "all.level=debug,all.max_size=1", log_filename: "/tmp/ue0.log", /* Enable remote API and Web interface */ com_addr: "[::]:9002", include "rf_driver/config.cfg", tx_gain: 75, rx_gain: 10, cell_groups: [{ group_type: "nr", multi_ue: true, cells: [{ rf_port: 0, band: 7, #if SDT_REDCAP dl_nr_arfcn: 531000, ssb_nr_arfcn: 528990, bandwidth: 40, #else dl_nr_arfcn: 536000, /* 2680 MHz */ ssb_nr_arfcn: 535970, bandwidth: 20, #endif ssb_subcarrier_spacing: 15, /* kHz */ subcarrier_spacing: 30, /* kHz */ n_antenna_dl: N_ANTENNA_DL, /* 1-8 */ n_antenna_ul: N_ANTENNA_UL, /* 1-8 */ global_timing_advance: 6, rx_to_tx_latency: 3, }], /* In case your system has a high SNR and you are running high number of * UEs, enable this option to optimize PDCCH decoding and save CPU */ pdcch_decode_opt: false, pdcch_decode_opt_threshold: 0.1, }], ue_list: [{ imsi: "001010123456789", K: "00112233445566778899aabbccddeeff", /* UE capabilities */ as_release: 17, ue_category: "nr", rrc_inactive_support: true, #if SDT_REDCAP redcap: true, #endif apn: "internet", //tun_setup_script: "ue-ifup", }], }