/* UE simulator configuration file version 2021-12-14 * LTE / 5G Non StandAlone * Copyright (C) 2019-2021 Amarisoft */ { #define N_ANTENNA_DL 2 #define TDD 0 #define CELL_BANDWIDTH 20 log_options: "all.level=debug,all.max_size=1", log_filename: "/tmp/ue0.log", /* Enable remote API and Web interface */ com_addr: "0.0.0.0:9002", include "rf_driver/config.cfg", cell_groups: [{ group_type: "nr", multi_ue: false, cells: [{ rf_port: 0, //bandwidth: CELL_BANDWIDTH, n_rb_dl: 51, n_rb_ul: 24, #if TDD == 1 band: 77, //78, dl_nr_arfcn: 650000, //632628, ssb_nr_arfcn: 648960, //632544, #else band: 65, dl_nr_arfcn: 431000, ssb_nr_arfcn: 430850, ssb_subcarrier_spacing: 15, #endif subcarrier_spacing: 30, n_antenna_dl: N_ANTENNA_DL, n_antenna_ul: 1, }], }], ue_list: [{ imsi: "001010123456789", K: "00112233445566778899aabbccddeeff", /* UE capabilities */ as_release: 15, ue_category: "nr", // nr_forced_cqi: 15, // nr_forced_ri: 1, /* Enable it to create a TUN interface for each UE PDN */ //tun_setup_script: "ue-ifup", }], }