From c230efcb19b88bdaf2fb44d87075c60d69e5dacc Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 15 Oct 2020 16:42:24 +0200 Subject: [PATCH] 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 --- .../mod-enb-cells-intra-freq-ho-sameport.conf | 16 ++++++++++++++++ .../scenarios/mod-enb-cells-intra-freq-ho.conf | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf create mode 100644 sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf diff --git a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf new file mode 100644 index 00000000..4a0a6b4a --- /dev/null +++ b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf @@ -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] diff --git a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf new file mode 100644 index 00000000..7884a33d --- /dev/null +++ b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho.conf @@ -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]