AmarisoftENB: Support setting PCI value

Change-Id: Ibffb95f9b55e145d76ba64119a73ef9f1ed7cdef
This commit is contained in:
Pau Espin 2020-04-20 17:02:08 +02:00
parent 9eff96e068
commit 154dc93219
3 changed files with 4 additions and 1 deletions

View File

@ -112,6 +112,7 @@ RESOURCES_SCHEMA = {
'enb[].a3_time_to_trigger': schema.INT,
'enb[].num_cells': schema.UINT,
'enb[].cell_list[].cell_id': schema.UINT,
'enb[].cell_list[].pci': schema.UINT,
'enb[].cell_list[].scell_list[]': schema.UINT,
'enb[].cell_list[].dl_earfcn': schema.UINT,
'enb[].cell_list[].dl_rfemu.type': schema.STR,

View File

@ -61,7 +61,7 @@
dl_earfcn: ${cell.dl_earfcn},
rf_port: ${loop.index},
cell_id: ${cell.cell_id},
n_id_cell: ${loop.index + 1},
n_id_cell: ${cell.pci},
tac: 0x0001,
root_sequence_index: ${loop.index + 204}, /* PRACH root sequence index */

View File

@ -126,9 +126,11 @@ enb:
a3_time_to_trigger: 480
cell_list:
- cell_id: 0x01
pci: 0x01
dl_earfcn: 2850
scell_list: [0x02]
- cell_id: 0x02
pci: 0x02
dl_earfcn: 3050
scell_list: [0x01]