Change in osmo-gsm-tester[master]: enb: Add modifiers for num_prb

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
Thu Feb 27 14:47:42 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17287 )


Change subject: enb: Add modifiers for num_prb
......................................................................

enb: Add modifiers for num_prb

Change-Id: I0b8c834f1c67cc4bf4d07d03358ba2012331cbde
---
A example/scenarios/mod-enb-nprb100.conf
A example/scenarios/mod-enb-nprb15.conf
A example/scenarios/mod-enb-nprb25.conf
A example/scenarios/mod-enb-nprb50.conf
A example/scenarios/mod-enb-nprb6.conf
A example/scenarios/mod-enb-nprb75.conf
M src/osmo_gsm_tester/resource.py
7 files changed, 19 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/87/17287/1

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
diff --git a/src/osmo_gsm_tester/resource.py b/src/osmo_gsm_tester/resource.py
index e8ca859..31e8463 100644
--- a/src/osmo_gsm_tester/resource.py
+++ b/src/osmo_gsm_tester/resource.py
@@ -89,6 +89,7 @@
         'enb[].type': schema.STR,
         'enb[].remote_user': schema.STR,
         'enb[].addr': schema.IPV4,
+        'enb[].num_prb': schema.UINT,
         'enb[].rf_dev_type': schema.STR,
         'enb[].rf_dev_args': schema.STR,
         'arfcn[].arfcn': schema.INT,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17287
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: I0b8c834f1c67cc4bf4d07d03358ba2012331cbde
Gerrit-Change-Number: 17287
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200227/cbc16ee2/attachment.htm>


More information about the gerrit-log mailing list