Change in osmo-gsm-tester[master]: bts: allow configuring ARFCN and BSIC: add to schema

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

neels gerrit-no-reply at lists.osmocom.org
Thu Dec 10 23:42:05 UTC 2020


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21507 )

Change subject: bts: allow configuring ARFCN and BSIC: add to schema
......................................................................

bts: allow configuring ARFCN and BSIC: add to schema

resources.conf is already allowed to set these, but in order to let
scenarios and suites modify these values, they need to be in the schema.

Change-Id: I8e0583e9208d563c66b0bdc9f25b1b74f92403c2
---
M src/osmo_gsm_tester/obj/bts.py
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, approved



diff --git a/src/osmo_gsm_tester/obj/bts.py b/src/osmo_gsm_tester/obj/bts.py
index 5b43642..76a6875 100644
--- a/src/osmo_gsm_tester/obj/bts.py
+++ b/src/osmo_gsm_tester/obj/bts.py
@@ -35,6 +35,7 @@
         'channel_allocator': schema.CHAN_ALLOCATOR,
         'gprs_mode': schema.GPRS_MODE,
         'emergency_calls_allowed': schema.BOOL_STR,
+        'base_station_id_code': schema.UINT,
         'num_trx': schema.UINT,
         'max_trx': schema.UINT,
         'trx_list[].addr': schema.IPV4,
@@ -46,6 +47,7 @@
         'trx_list[].power_supply.type': schema.STR,
         'trx_list[].power_supply.device': schema.STR,
         'trx_list[].power_supply.port': schema.STR,
+        'trx_list[].arfcn': schema.UINT,
         }
     schema.register_resource_schema('bts', resource_schema)
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/21507
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: I8e0583e9208d563c66b0bdc9f25b1b74f92403c2
Gerrit-Change-Number: 21507
Gerrit-PatchSet: 4
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
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/20201210/2d4f0c52/attachment.htm>


More information about the gerrit-log mailing list