Commit 45f2c7c6 authored by Joanne Hugé's avatar Joanne Hugé

.

parent a7393c0e
......@@ -13,7 +13,7 @@
// _UCELL1_ru 1T1R (sdr)
// _UCELL2_ru 1T1R (sdr)
// _UCELL3_ru 1T1R (sdr)
args: "dev0=/dev/sdr2,dev1=/dev/sdr3,dev2=/dev/sdr4",
args: "dev0=/dev/sdr1,dev1=/dev/sdr2,dev2=/dev/sdr3",
rx_antenna:"tx_rx",
tdd_tx_mod: 1,
},
......@@ -46,8 +46,8 @@
n_antenna_dl: 1,
n_antenna_ul: 1,
dl_earfcn: 500,
bandwidth: 20,
dl_earfcn: 300,
bandwidth: 15,
global_timing_advance: -1,
},
......@@ -58,8 +58,8 @@
n_antenna_dl: 1,
n_antenna_ul: 1,
dl_earfcn: 300,
bandwidth: 15,
dl_earfcn: 500,
bandwidth: 20,
global_timing_advance: -1,
},
......
......@@ -326,8 +326,8 @@ def do_ue():
iue.ishared('Cell 1', '_UCELL1', {
'ue_cell_type': 'lte',
'rf_mode': 'fdd',
'bandwidth': '20 MHz',
'dl_earfcn': 100, # 2120 MHz
'bandwidth': '20 MHz',
'ru': {
'ru_type': 'sdr',
'ru_link_type': 'sdr',
......@@ -342,8 +342,8 @@ def do_ue():
iue.ishared('Cell 2', '_UCELL2', {
'ue_cell_type': 'lte',
'rf_mode': 'fdd',
'bandwidth': '20 MHz',
'dl_earfcn': 500, # 2160 MHz
'dl_earfcn': 300, # 2140 MHz
'bandwidth': '15 MHz',
'ru': { # NOTE contrary to eNB UEsim cannot share one RU in between several cells
'ru_type': 'sdr',
'ru_link_type': 'sdr',
......@@ -358,8 +358,8 @@ def do_ue():
iue.ishared('Cell 3', '_UCELL3', {
'ue_cell_type': 'lte',
'rf_mode': 'fdd',
'bandwidth': '15 MHz',
'dl_earfcn': 300, # 2140 MHz
'dl_earfcn': 500, # 2160 MHz
'bandwidth': '20 MHz',
'ru': {
'ru_type': 'sdr',
'ru_link_type': 'sdr',
......
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