Change in osmo-gsm-tester[master]: scenarios: remove ncells@ scenario and define number of cells explicitly

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Feb 9 16:14:36 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/22055 )

Change subject: scenarios: remove ncells@ scenario and define number of cells explicitly
......................................................................

scenarios: remove ncells@ scenario and define number of cells explicitly

the specific cell scenarios files already contain cell-related
information so having a extra ncells scenario seems too much overhead.
furthermore, in more complex tests its helps to reduce the filename/path
lenght to avoid hitting the 255 character limit

Change-Id: If022d9e8d239805ee1280fb52660e68dda7484a0
---
M sysmocom/scenarios/mod-enb-cells-2ca.conf
M sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf
M sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
D sysmocom/scenarios/mod-enb-ncells at .conf
4 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/sysmocom/scenarios/mod-enb-cells-2ca.conf b/sysmocom/scenarios/mod-enb-cells-2ca.conf
index c9468c6..916d0eb 100644
--- a/sysmocom/scenarios/mod-enb-cells-2ca.conf
+++ b/sysmocom/scenarios/mod-enb-cells-2ca.conf
@@ -2,6 +2,7 @@
 modifiers:
   enb:
   - id: 0x19B
+    num_cells: 2
     cell_list:
     - cell_id: 0x00
       pci: 0x01
diff --git a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf
index 899ec4b..2d629f9 100644
--- a/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf
+++ b/sysmocom/scenarios/mod-enb-cells-intra-freq-ho-sameport.conf
@@ -2,6 +2,7 @@
 modifiers:
   enb:
   - id: 0x19B
+    num_cells: 2
     cell_list:
     - cell_id: 0x01
       pci: 0x01
diff --git a/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf b/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
index f4223a5..720b75b 100644
--- a/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
+++ b/sysmocom/scenarios/mod-enb-cells-intraenb-intrafreq-ho.conf
@@ -3,6 +3,7 @@
   enb:
   - id: 0x19B
     enable_measurements: true
+    num_cells: 2
     cell_list:
     - cell_id: 0x01
       pci: 0x01
diff --git a/sysmocom/scenarios/mod-enb-ncells at .conf b/sysmocom/scenarios/mod-enb-ncells at .conf
deleted file mode 100644
index b57b94a..0000000
--- a/sysmocom/scenarios/mod-enb-ncells at .conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
-  enb:
-  - num_cells: ${param1}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/22055
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: If022d9e8d239805ee1280fb52660e68dda7484a0
Gerrit-Change-Number: 22055
Gerrit-PatchSet: 6
Gerrit-Owner: srs_andre <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210209/79a48736/attachment.htm>


More information about the gerrit-log mailing list