/* UE simulator configuration file version 2025-05-28 * LTE / 5G Non StandAlone * Copyright (C) 2019-2025 Amarisoft */ { #define N_ANTENNA_DL 2 #define CELL_BANDWIDTH 20 #define N_CELL 2 log_options: "all.level=debug,all.max_size=1,phy.ntn=1", log_filename: "/tmp/ue0.log", /* Enable remote API and Web interface */ com_addr: "[::]:9002", include "rf_driver/config.cfg", tx_gain: 70, rx_gain: 10, cell_groups: [{ group_type: "nr", multi_ue: true, cell_sync: false, ground_position: { latitude: 43.2947, longitude: 5.37306, altitude: 20 }, cells: [ { rf_port: 0, bandwidth: CELL_BANDWIDTH, band: 256, dl_nr_arfcn: 437000, ssb_nr_arfcn: 436850, //ssb_nr_arfcn: 435890, ssb_subcarrier_spacing: 15, subcarrier_spacing: 15, n_antenna_dl: N_ANTENNA_DL, n_antenna_ul: 1, }, { rf_port: 1, bandwidth: CELL_BANDWIDTH, band: 7, dl_nr_arfcn: 536000, ssb_nr_arfcn: 535970, ssb_subcarrier_spacing: 15, subcarrier_spacing: 15, n_antenna_dl: N_ANTENNA_DL, n_antenna_ul: 1, }, ], /* 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", apn: "ntn-internet", /* Enable it to create a TUN interface for each UE PDN */ //tun_setup_script: "ue-ifup", }], }