[PATCH] osmo-gsm-tester[master]: schema: Accept band GSM-900

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Mar 28 11:06:28 UTC 2018


Review at  https://gerrit.osmocom.org/7544

schema: Accept band GSM-900

Change-Id: I274c3010f33776b2967ee01de027c44b794cc5d4
---
M src/osmo_gsm_tester/schema.py
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/src/osmo_gsm_tester/schema.py b/src/osmo_gsm_tester/schema.py
index 72649cc..487521a 100644
--- a/src/osmo_gsm_tester/schema.py
+++ b/src/osmo_gsm_tester/schema.py
@@ -39,7 +39,7 @@
     raise ValueError('Invalid %s: %r' % (name, val))
 
 def band(val):
-    if val in ('GSM-1800', 'GSM-1900'):
+    if val in ('GSM-900', 'GSM-1800', 'GSM-1900'):
         return
     raise ValueError('Unknown GSM band: %r' % val)
 

-- 
To view, visit https://gerrit.osmocom.org/7544
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I274c3010f33776b2967ee01de027c44b794cc5d4
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list