Commit 8fcd2afa authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8b589790
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
n_antenna_dl: 1, n_antenna_dl: 1,
n_antenna_ul: 1, n_antenna_ul: 1,
dl_earfcn: 300, dl_earfcn: 500,
bandwidth: 15, bandwidth: 20,
global_timing_advance: -1, global_timing_advance: -1,
}, },
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
n_antenna_dl: 1, n_antenna_dl: 1,
n_antenna_ul: 1, n_antenna_ul: 1,
dl_earfcn: 500, dl_earfcn: 2850,
bandwidth: 20, bandwidth: 20,
global_timing_advance: -1, global_timing_advance: -1,
......
...@@ -339,8 +339,8 @@ def do_ue(): ...@@ -339,8 +339,8 @@ def do_ue():
iue.ishared('Cell 2', '_UCELL2', { iue.ishared('Cell 2', '_UCELL2', {
'ue_cell_type': 'lte', 'ue_cell_type': 'lte',
'rf_mode': 'fdd', 'rf_mode': 'fdd',
'dl_earfcn': 300, # 2140 MHz 'dl_earfcn': 500, # 2160 MHz
'bandwidth': '15 MHz', 'bandwidth': '20 MHz',
'ru': { # NOTE contrary to eNB UEsim cannot share one RU in between several cells 'ru': { # NOTE contrary to eNB UEsim cannot share one RU in between several cells
'ru_type': 'sdr', 'ru_type': 'sdr',
'ru_link_type': 'sdr', 'ru_link_type': 'sdr',
...@@ -355,7 +355,7 @@ def do_ue(): ...@@ -355,7 +355,7 @@ def do_ue():
iue.ishared('Cell 3', '_UCELL3', { iue.ishared('Cell 3', '_UCELL3', {
'ue_cell_type': 'lte', 'ue_cell_type': 'lte',
'rf_mode': 'fdd', 'rf_mode': 'fdd',
'dl_earfcn': 500, # 2160 MHz 'dl_earfcn': 2850, # 2630 MHz
'bandwidth': '20 MHz', 'bandwidth': '20 MHz',
'ru': { 'ru': {
'ru_type': 'sdr', 'ru_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