Change in ...osmo-bsc[master]: osmo-bsc.cfg: work with osmo-bts example cfg

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

laforge gerrit-no-reply at lists.osmocom.org
Wed Jul 24 19:31:24 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-bsc/+/14791 )

Change subject: osmo-bsc.cfg: work with osmo-bts example cfg
......................................................................

osmo-bsc.cfg: work with osmo-bts example cfg

Change cell_identity and unit-id to match osmo-bts-virtual.cfg.

Related: OS#3369
Change-Id: Ie8001611756b661ff1871508c6248b2e990ba1d7
---
M doc/examples/osmo-bsc/osmo-bsc.cfg
M tests/ctrl_test_runner.py
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/doc/examples/osmo-bsc/osmo-bsc.cfg b/doc/examples/osmo-bsc/osmo-bsc.cfg
index 77b6094..f814788 100644
--- a/doc/examples/osmo-bsc/osmo-bsc.cfg
+++ b/doc/examples/osmo-bsc/osmo-bsc.cfg
@@ -22,7 +22,7 @@
  bts 0
   type sysmobts
   band DCS1800
-  cell_identity 0
+  cell_identity 6969
   location_area_code 1
   base_station_id_code 63
   ms max power 15
@@ -36,7 +36,7 @@
   channel-description bs-pa-mfrms 5
   channel-description bs-ag-blks-res 1
   early-classmark-sending forbidden
-  ipa unit-id 0 0
+  ipa unit-id 6969 0
   oml ipa stream-id 255 line 0
   codec-support fr
   gprs mode none
diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index cc37c97..4d87b74 100755
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -198,7 +198,7 @@
         r = self.do_get('bts.0.cell-identity')
         self.assertEquals(r['mtype'], 'GET_REPLY')
         self.assertEquals(r['var'], 'bts.0.cell-identity')
-        self.assertEquals(r['value'], '0')
+        self.assertEquals(r['value'], '6969')
 
         r = self.do_set('bts.0.cell-identity', '23')
         self.assertEquals(r['mtype'], 'SET_REPLY')

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/14791
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie8001611756b661ff1871508c6248b2e990ba1d7
Gerrit-Change-Number: 14791
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
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/20190724/08232444/attachment.htm>


More information about the gerrit-log mailing list