intra-freq-ho{-sameport}.conf: add scenarios for intra-freq HO cells

we need to use two different configs for Amarisoft and srsENB.
Amarisoft combines the two cells and transmits them on the same
RF port, whereas srsENB sends them on a single port each.

Change-Id: I3a2a8ae7bf4ed2dab6efba8550f442a741ad92e0
This commit is contained in:
Andre Puschmann 2020-10-15 16:42:24 +02:00 committed by pespin
parent caa680ceeb
commit c230efcb19
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# HO config for intra-frequency HO between two cells (same EARFCN) on the same RF port (Amarisoft eNB)
modifiers:
enb:
- cell_list:
- cell_id: 0x01
pci: 0x01
dl_earfcn: 2850
rf_port: 0
scell_list: []
ncell_list: [0x02]
- cell_id: 0x02
pci: 0x02
dl_earfcn: 2850
rf_port: 0
scell_list: []
ncell_list: [0x01]

View File

@ -0,0 +1,16 @@
# HO config for intra-frequency HO between two cells (same EARFCN) on different RF ports (srsENB)
modifiers:
enb:
- cell_list:
- cell_id: 0x01
pci: 0x01
dl_earfcn: 2850
rf_port: 0
scell_list: []
ncell_list: [0x02]
- cell_id: 0x02
pci: 0x02
dl_earfcn: 2850
rf_port: 1
scell_list: []
ncell_list: [0x01]