Commit 2ffa7332 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1f0ca827
......@@ -11,12 +11,13 @@
rf_driver: {
name: "sdr",
// _UCELL1_ru 1T1R (sdr)
args: "dev0=/dev/sdr1",
// _UCELL3_ru 1T1R (sdr)
args: "dev0=/dev/sdr1,dev1=/dev/sdr3",
rx_antenna:"tx_rx",
tdd_tx_mod: 1,
},
tx_gain: [70],
rx_gain: [60],
tx_gain: [70, 70],
rx_gain: [60, 60],
cell_groups: [{
......@@ -37,6 +38,18 @@
global_timing_advance: -1,
},
// UCELL3
{
rf_port: 1,
n_antenna_dl: 1,
n_antenna_ul: 1,
dl_earfcn: 2850,
bandwidth: 20,
global_timing_advance: -1,
},
],
pdcch_decode_opt: false,
pdcch_decode_opt_threshold: 0.1,
......
......@@ -351,7 +351,7 @@ def do_ue():
'rx_gain': 60,
}
})
if 0:
if 1:
iue.ishared('Cell 3', '_UCELL3', {
'ue_cell_type': 'lte',
'rf_mode': 'fdd',
......
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