Change in ...osmo-gsm-tester[master]: resources.conf.prod: Use different ARFCN for sysmocell-5k

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 Jul 25 11:10:39 UTC 2019


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


Change subject: resources.conf.prod: Use different ARFCN for sysmocell-5k
......................................................................

resources.conf.prod: Use different ARFCN for sysmocell-5k

Due to a bug in sysmocell-5K's TRX implementation, it may keep polluting
the air transmitting after the BTS is disconnected. This could cause
interferences with other tests. Correct fix would be to RF lock it after
test finishes (through ccli), but let's simply use a different ARFCN for
now.

Related: OS#4129
Change-Id: I6d5555aa8740b262ee92110987189c076db44f76
---
M example/resources.conf.prod
M src/osmo_gsm_tester/resource.py
2 files changed, 3 insertions(+), 0 deletions(-)



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

diff --git a/example/resources.conf.prod b/example/resources.conf.prod
index 8b498d0..b0a679e 100644
--- a/example/resources.conf.prod
+++ b/example/resources.conf.prod
@@ -69,6 +69,8 @@
   addr: 10.42.42.51
   band: GSM-1800
   ciphers: [a5_0, a5_1]
+  trx_list:
+    - arfcn: 878
   osmo_trx:
         launch_trx: false
         clock_reference: external
diff --git a/src/osmo_gsm_tester/resource.py b/src/osmo_gsm_tester/resource.py
index 1b18076..aa41b98 100644
--- a/src/osmo_gsm_tester/resource.py
+++ b/src/osmo_gsm_tester/resource.py
@@ -60,6 +60,7 @@
         'bts[].num_trx': schema.UINT,
         'bts[].max_trx': schema.UINT,
         'bts[].trx_list[].addr': schema.IPV4,
+        'bts[].trx_list[].arfcn': schema.INT,
         'bts[].trx_list[].hw_addr': schema.HWADDR,
         'bts[].trx_list[].net_device': schema.STR,
         'bts[].trx_list[].nominal_power': schema.UINT,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/14934
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: I6d5555aa8740b262ee92110987189c076db44f76
Gerrit-Change-Number: 14934
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/20190725/6bf494a6/attachment.htm>


More information about the gerrit-log mailing list