From 1deb1ae0bcfc33462d0e1b936f38fec5d1dab5e8 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 27 Feb 2020 15:16:09 +0100 Subject: enb: Add modifiers for num_prb Change-Id: I0b8c834f1c67cc4bf4d07d03358ba2012331cbde --- example/scenarios/mod-enb-nprb100.conf | 3 +++ example/scenarios/mod-enb-nprb15.conf | 3 +++ example/scenarios/mod-enb-nprb25.conf | 3 +++ example/scenarios/mod-enb-nprb50.conf | 3 +++ example/scenarios/mod-enb-nprb6.conf | 3 +++ example/scenarios/mod-enb-nprb75.conf | 3 +++ 6 files changed, 18 insertions(+) create mode 100644 example/scenarios/mod-enb-nprb100.conf create mode 100644 example/scenarios/mod-enb-nprb15.conf create mode 100644 example/scenarios/mod-enb-nprb25.conf create mode 100644 example/scenarios/mod-enb-nprb50.conf create mode 100644 example/scenarios/mod-enb-nprb6.conf create mode 100644 example/scenarios/mod-enb-nprb75.conf (limited to 'example') diff --git a/example/scenarios/mod-enb-nprb100.conf b/example/scenarios/mod-enb-nprb100.conf new file mode 100644 index 0000000..cb086ec --- /dev/null +++ b/example/scenarios/mod-enb-nprb100.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: 100 diff --git a/example/scenarios/mod-enb-nprb15.conf b/example/scenarios/mod-enb-nprb15.conf new file mode 100644 index 0000000..3a5006f --- /dev/null +++ b/example/scenarios/mod-enb-nprb15.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: 15 diff --git a/example/scenarios/mod-enb-nprb25.conf b/example/scenarios/mod-enb-nprb25.conf new file mode 100644 index 0000000..7a65845 --- /dev/null +++ b/example/scenarios/mod-enb-nprb25.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: 25 diff --git a/example/scenarios/mod-enb-nprb50.conf b/example/scenarios/mod-enb-nprb50.conf new file mode 100644 index 0000000..a28f69f --- /dev/null +++ b/example/scenarios/mod-enb-nprb50.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: 50 diff --git a/example/scenarios/mod-enb-nprb6.conf b/example/scenarios/mod-enb-nprb6.conf new file mode 100644 index 0000000..504becc --- /dev/null +++ b/example/scenarios/mod-enb-nprb6.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: 6 diff --git a/example/scenarios/mod-enb-nprb75.conf b/example/scenarios/mod-enb-nprb75.conf new file mode 100644 index 0000000..8d79840 --- /dev/null +++ b/example/scenarios/mod-enb-nprb75.conf @@ -0,0 +1,3 @@ +modifiers: + enb: + - num_prb: 75 -- cgit v1.2.3