diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-02-27 17:09:04 +0100 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-02-27 17:16:47 +0100 |
commit | 9b8823efd71d0ecdc07e8a5617c55c5406783eaa (patch) | |
tree | 894ca732088a1fe050244184f99a21f1dc98ea5a /example | |
parent | 6ed301259a5b00bfa2ef05285eccee245b82960e (diff) |
Use parametrized scenario to set ENB num_prb
Change-Id: Iec7d7e6312aee6f4e4ce6710bc78a144beff2f39
Diffstat (limited to 'example')
-rw-r--r-- | example/scenarios/mod-enb-nprb100.conf | 3 | ||||
-rw-r--r-- | example/scenarios/mod-enb-nprb15.conf | 3 | ||||
-rw-r--r-- | example/scenarios/mod-enb-nprb25.conf | 3 | ||||
-rw-r--r-- | example/scenarios/mod-enb-nprb50.conf | 3 | ||||
-rw-r--r-- | example/scenarios/mod-enb-nprb6.conf | 3 | ||||
-rw-r--r-- | example/scenarios/mod-enb-nprb75.conf | 3 | ||||
-rw-r--r-- | example/scenarios/mod-enb-nprb@.conf | 3 |
7 files changed, 3 insertions, 18 deletions
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@.conf b/example/scenarios/mod-enb-nprb@.conf new file mode 100644 index 0000000..f17347c --- /dev/null +++ b/example/scenarios/mod-enb-nprb@.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: ${param1} |