From 71336c2f3ad80c51c81dbe0db9d2612d07ea6db7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 5 Oct 2020 14:14:31 +0200 Subject: [PATCH] scenarios: Introduce mod-enb-cells-2ca.conf This configuration is needed to have UEs attaching to srsenb-zmq in handover.py Change-Id: I0182af4db98852f00622dcebe5274dc7f6e99e6d --- sysmocom/scenarios/mod-enb-cells-2ca.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sysmocom/scenarios/mod-enb-cells-2ca.conf diff --git a/sysmocom/scenarios/mod-enb-cells-2ca.conf b/sysmocom/scenarios/mod-enb-cells-2ca.conf new file mode 100644 index 00000000..668df7cf --- /dev/null +++ b/sysmocom/scenarios/mod-enb-cells-2ca.conf @@ -0,0 +1,15 @@ +modifiers: + enb: + - cell_list: + - cell_id: 0x01 + pci: 0x01 + dl_earfcn: 2850 + rf_port: 0 + scell_list: [0x02] + ncell_list: [] + - cell_id: 0x02 + pci: 0x02 + dl_earfcn: 3050 + rf_port: 1 + scell_list: [0x01] + ncell_list: []