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.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17292 )
Change subject: Use parametrized scenario to set ENB num_prb
......................................................................
Use parametrized scenario to set ENB num_prb
Change-Id: Iec7d7e6312aee6f4e4ce6710bc78a144beff2f39
---
D example/scenarios/mod-enb-nprb100.conf
D example/scenarios/mod-enb-nprb15.conf
D example/scenarios/mod-enb-nprb25.conf
D example/scenarios/mod-enb-nprb50.conf
D example/scenarios/mod-enb-nprb6.conf
D example/scenarios/mod-enb-nprb75.conf
A example/scenarios/mod-enb-nprb at .conf
7 files changed, 3 insertions(+), 18 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/example/scenarios/mod-enb-nprb100.conf b/example/scenarios/mod-enb-nprb100.conf
deleted file mode 100644
index cb086ec..0000000
--- a/example/scenarios/mod-enb-nprb100.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
- enb:
- - num_prb: 100
diff --git a/example/scenarios/mod-enb-nprb15.conf b/example/scenarios/mod-enb-nprb15.conf
deleted file mode 100644
index 3a5006f..0000000
--- a/example/scenarios/mod-enb-nprb15.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
- enb:
- - num_prb: 15
diff --git a/example/scenarios/mod-enb-nprb25.conf b/example/scenarios/mod-enb-nprb25.conf
deleted file mode 100644
index 7a65845..0000000
--- a/example/scenarios/mod-enb-nprb25.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
- enb:
- - num_prb: 25
diff --git a/example/scenarios/mod-enb-nprb50.conf b/example/scenarios/mod-enb-nprb50.conf
deleted file mode 100644
index a28f69f..0000000
--- a/example/scenarios/mod-enb-nprb50.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
- enb:
- - num_prb: 50
diff --git a/example/scenarios/mod-enb-nprb6.conf b/example/scenarios/mod-enb-nprb6.conf
deleted file mode 100644
index 504becc..0000000
--- a/example/scenarios/mod-enb-nprb6.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
- enb:
- - num_prb: 6
diff --git a/example/scenarios/mod-enb-nprb75.conf b/example/scenarios/mod-enb-nprb75.conf
deleted file mode 100644
index 8d79840..0000000
--- a/example/scenarios/mod-enb-nprb75.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-modifiers:
- enb:
- - num_prb: 75
diff --git a/example/scenarios/mod-enb-nprb at .conf b/example/scenarios/mod-enb-nprb at .conf
new file mode 100644
index 0000000..f17347c
--- /dev/null
+++ b/example/scenarios/mod-enb-nprb at .conf
@@ -0,0 +1,3 @@
+modifiers:
+ enb:
+ - num_prb: ${param1}
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17292
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: Iec7d7e6312aee6f4e4ce6710bc78a144beff2f39
Gerrit-Change-Number: 17292
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20200228/21945f68/attachment.htm>