Commit 2708c7de authored by Joanne Hugé's avatar Joanne Hugé

.

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