From 82b88901f3504105fa6dd4db9b2f87fb57b3fcee Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 24 Mar 2020 10:04:48 +0100 Subject: srs_enb: add num_cells param to srsENB this is needed to support the upcoming multi-cell feature in srsENB. It's required for carrier aggregation (CA) but can also be used for (currently) two independent 4G cells. This commit adds baseline support for the parameter. Upcoming commits will add hooks to configure the cell's EARFCN, etc. Change-Id: I6d1658bf820163aee03b64b0f4ac68046c243f37 --- example/defaults.conf | 1 + example/scenarios/mod-enb-ncells@.conf | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 example/scenarios/mod-enb-ncells@.conf (limited to 'example') diff --git a/example/defaults.conf b/example/defaults.conf index dcb84db..b1fbfbb 100644 --- a/example/defaults.conf +++ b/example/defaults.conf @@ -105,6 +105,7 @@ srsenb: num_prb: 100 transmission_mode: 1 enable_pcap: false + num_cells: 1 srsue: enable_pcap: false diff --git a/example/scenarios/mod-enb-ncells@.conf b/example/scenarios/mod-enb-ncells@.conf new file mode 100644 index 0000000..b57b94a --- /dev/null +++ b/example/scenarios/mod-enb-ncells@.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_cells: ${param1} -- cgit v1.2.3