Commit f59106d7 authored by Joanne Hugé's avatar Joanne Hugé

.

parent 517d2003
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
// Radio Units // Radio Units
rf_driver: { rf_driver: {
name: "sdr", name: "sdr",
// _UCELL2_ru 1T1R // _UCELL1_ru 1T1R
args: "dev0=/dev/sdr3", args: "dev0=/dev/sdr2",
rx_antenna:"tx_rx", rx_antenna:"tx_rx",
tdd_tx_mod: 1, tdd_tx_mod: 1,
}, },
...@@ -26,13 +26,13 @@ ...@@ -26,13 +26,13 @@
cells: [ cells: [
// UCELL2 // UCELL1
{ {
rf_port: 0, rf_port: 0,
n_antenna_dl: 1, n_antenna_dl: 1,
n_antenna_ul: 1, n_antenna_ul: 1,
dl_earfcn: 500, dl_earfcn: 100,
bandwidth: 20, bandwidth: 20,
global_timing_advance: -1, global_timing_advance: -1,
......
...@@ -298,7 +298,7 @@ def do_enb(): ...@@ -298,7 +298,7 @@ def do_enb():
def do_ue(): def do_ue():
iue = Instance('ue') iue = Instance('ue')
if 0: if 1:
iue.ishared('Cell 1', '_UCELL1', { iue.ishared('Cell 1', '_UCELL1', {
'ue_cell_type': 'lte', 'ue_cell_type': 'lte',
'rf_mode': 'fdd', 'rf_mode': 'fdd',
...@@ -315,7 +315,7 @@ def do_ue(): ...@@ -315,7 +315,7 @@ def do_ue():
'rx_gain': 60, 'rx_gain': 60,
} }
}) })
if 1: if 0:
iue.ishared('Cell 2', '_UCELL2', { iue.ishared('Cell 2', '_UCELL2', {
'ue_cell_type': 'lte', 'ue_cell_type': 'lte',
'rf_mode': 'fdd', '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