Commit 54d3df6d authored by Joanne Hugé's avatar Joanne Hugé

.

parent e096f295
......@@ -7,8 +7,8 @@
// Radio Units
rf_driver: {
name: "sdr",
// RU_0002 1T1R
args: "dev0=/dev/sdr0@0",
// RU_0004 1T1R
args: "dev0=/dev/sdr0@1",
cpri_mapping: "hw",
cpri_mult: "8",
cpri_rx_delay: "25.11",
......@@ -48,16 +48,16 @@
// LTE cells
cell_list: [
// CELL2
// CELL4
{
rf_port: 0,
n_antenna_dl: 1,
n_antenna_ul: 1,
cell_id: 0x21,
cell_id: 0x22,
tac: 0x0001,
n_id_cell: 21,
dl_earfcn: 100,
n_id_cell: 22,
dl_earfcn: 500,
root_sequence_index: 204,
// Handover XXX same code for both LTE and NR
......
......@@ -235,9 +235,10 @@ def iRU2_LOPCOMM_fLTE2(ienb):
# RU_0004['mac_addr'] = 'YYY'
RU_0004['cpri_link']['sfp_port'] = 1
ienb.ishared('Radio Unit 2a', '_RU_0002', RU_0002)
# ienb.ishared('Radio Unit 2b', '_RU_0004', RU_0004)
# ienb.ishared('Radio Unit 2a', '_RU_0002', RU_0002)
ienb.ishared('Radio Unit 2b', '_RU_0004', RU_0004)
"""
ienb.ishared('Cell 2', '_CELL2', {
'cell_type': 'lte',
'rf_mode': 'fdd',
......@@ -250,8 +251,9 @@ def iRU2_LOPCOMM_fLTE2(ienb):
'ru_ref': 'RU_0002'
}
})
"""
#"""
ienb.ishared('Cell 4', '_CELL4', {
'cell_type': 'lte',
'rf_mode': 'fdd',
......@@ -264,7 +266,7 @@ def iRU2_LOPCOMM_fLTE2(ienb):
'ru_ref': 'RU_0004'
}
})
"""
#"""
def do_enb():
ienb = Instance('enb')
......
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