cell_modifiers: refactor HO cell configs

* rename intrafreq vs intraenb
* add missing mandatory params

Change-Id: Icc1fe5c1711ecbed2f1b8b1e6a0b51c2d28ec651
This commit is contained in:
Andre Puschmann 2020-11-12 17:05:11 +01:00
parent e8ab10cb22
commit 76021babc7
2 changed files with 5 additions and 32 deletions

View File

@ -1,31 +0,0 @@
# HO config for intra-frequency HO between two cells (same EARFCN) on different RF ports (srsENB)
modifiers:
enb:
- id: 0x19B
enable_measurements: true
cell_list:
- cell_id: 0x01
pci: 0x01
dl_earfcn: 2850
root_seq_idx: 204
rf_port: 0
scell_list: []
ncell_list:
- enb_id: 0x19C
cell_id: 0x02
pci: 0x02
dl_earfcn: 2850
- id: 0x19C
enable_measurements: true
cell_list:
- cell_id: 0x02
pci: 0x02
dl_earfcn: 2850
root_seq_idx: 205
rf_port: 0
scell_list: []
ncell_list:
- enb_id: 0x19B
cell_id: 0x01
pci: 0x01
dl_earfcn: 2850

View File

@ -1,9 +1,11 @@
# HO config for intra-frequency HO between two cells (same EARFCN) on different RF ports (srsENB)
# Cell config for Intra eNB HO, two cells on same frequencey (same EARFCN) on different RF ports (srsENB)
modifiers:
enb:
- cell_list:
- cell_id: 0x01
pci: 0x01
tac: 0x0007
root_seq_idx: 204
dl_earfcn: 2850
rf_port: 0
scell_list: []
@ -14,6 +16,8 @@ modifiers:
dl_earfcn: 2850
- cell_id: 0x02
pci: 0x02
tac: 0x0007
root_seq_idx: 207
dl_earfcn: 2850
rf_port: 1
scell_list: []