Commit 02fbe72e authored by Joanne Hugé's avatar Joanne Hugé

Working default nexedi configuration

parent 6d18505d
......@@ -2,10 +2,10 @@
* Copyright (C) 2015-2021 Amarisoft
*/
#define TDD 0 // Values: 0 (FDD), 1(TDD)
#define N_RB_DL 25 // Values: 6 (1.4 MHz), 15 (3MHz), 25 (5MHz), 50 (10MHz), 75 (15MHz), 100 (20MHz)
#define N_ANTENNA_DL 1 // Values: 1 (SISO), 2 (MIMO 2x2)
#define N_ANTENNA_UL 1 // Values: 1, 2
#define TDD 1 // Values: 0 (FDD), 1(TDD)
#define N_RB_DL 50 // Values: 6 (1.4 MHz), 15 (3MHz), 25 (5MHz), 50 (10MHz), 75 (15MHz), 100 (20MHz)
#define N_ANTENNA_DL 2 // Values: 1 (SISO), 2 (MIMO 2x2)
#define N_ANTENNA_UL 2 // Values: 1, 2
#define CHANNEL_SIM 0 // Values: 0 (channel simulator disabled), 1 (channel simulator enabled)
{
......@@ -68,8 +68,9 @@
#if TDD == 1
//dl_earfcn: 38050, /* 2600 MHz (band 38) */
dl_earfcn: 40620, /* 2593 MHz (band 41) */
//dl_earfcn: 40620, /* 2593 MHz (band 41) */
//dl_earfcn: 42590, /* 3500 MHz (band 42) */
dl_earfcn: 38350, /* 1890 MHz (band 39) */
#else
//dl_earfcn: 300, /* DL center frequency: 2132 MHz (Band 1) */
//dl_earfcn: 900, /* DL center frequency: 1960 MHz (Band 2) */
......@@ -111,7 +112,8 @@
cell_barred: false, /* SIB1.cellBarred-r13 */
intra_freq_reselection: true, /* SIB1.intraFreqReselection */
q_rx_lev_min: -70, /* SIB1.q-RxLevMin */
p_max: 10, /* maximum power allowed for the UE (dBm) */
p_max: 23, /* maximum power allowed for the UE (dBm) */
manual_ref_signal_power: true,
si_window_length: 40, /* ms */
sib_sched_list: [
{
......@@ -195,8 +197,8 @@
computed from the last received SRS/PUSCH. */
// pusch_mcs: 18,
dl_256qam: true,
ul_64qam: true,
dl_256qam: false,
ul_64qam: false,
/* Scheduling request period (ms). Must be >= 40 for HD-FDD */
sr_period: 20,
......@@ -252,7 +254,7 @@
/* dynamic power control */
dpc: true,
dpc_pusch_snr_target: 25,
dpc_pucch_snr_target: 20,
dpc_pucch_snr_target: 10,
/* RRC/UP ciphering algorithm preference. EEA0 is always the last. */
cipher_algo_pref: [],
......
/* Parameters for SDR device version 2021-03-17
/* lteenb configuration file version 2021-03-17
* Copyright (C) 2015-2021 Amarisoft
*/
......@@ -38,10 +38,10 @@ rf_driver: {
args: "",
#endif
/* synchronisation source: none, internal, gps, external (default = none) */
/* synchronisation source: internal, gps, external (default = internal) */
// sync: "gps",
#if TDD == 1
rx_antenna:"rx", // force to use the RX connector in TDD as RX antenna
rx_antenna:"tx_rx", // force to use the RX connector in TDD as RX antenna
#endif
},
......@@ -49,5 +49,5 @@ rf_driver: {
tx_pad_duration:300,
#endif
tx_gain: 90.0, /* TX gain (in dB) */
rx_gain: 60.0, /* RX gain (in dB) */
tx_gain: 70.0, /* TX gain (in dB) */
rx_gain: 30.0, /* RX gain (in dB) */
......@@ -26,7 +26,7 @@
cellSelectionInfo {
q-RxLevMin -70
},
p-Max 10, /* maximum power allowed for the UE (dBm) */
p-Max 23, /* maximum power allowed for the UE (dBm) */
freqBandIndicator 1, /* patched by eNB */
schedulingInfoList {
{
......
......@@ -36,7 +36,7 @@
}
},
pdsch-ConfigCommon {
referenceSignalPower -8, /* patched by eNB */
referenceSignalPower 2, /* patched by eNB */
p-b 1 /* patched by eNB */
},
pusch-ConfigCommon {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment