Change in docker-playground[master]: fix location area codes in BSC_Tests osmo-bsc.cfg for jenkins

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue May 29 14:43:42 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9361 )

Change subject: fix location area codes in BSC_Tests osmo-bsc.cfg for jenkins
......................................................................

fix location area codes in BSC_Tests osmo-bsc.cfg for jenkins

The osmo-bsc configuration file used on Jenkins assigned wrong location
area codes to BTS 1 and 2. This fix should make TC_paging_imsi_nochan_lac
and TC_paging_imsi_nochan_lai pass on Jenkins.

Change-Id: Id35a85804c4a07f6c4136ef4570b4e21e250b9cd
---
M ttcn3-bsc-test/osmo-bsc.cfg
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ttcn3-bsc-test/osmo-bsc.cfg b/ttcn3-bsc-test/osmo-bsc.cfg
index 9d5a9c3..29d05eb 100644
--- a/ttcn3-bsc-test/osmo-bsc.cfg
+++ b/ttcn3-bsc-test/osmo-bsc.cfg
@@ -166,7 +166,7 @@
   type sysmobts
   band DCS1800
   cell_identity 1
-  location_area_code 2
+  location_area_code 1
   dtx uplink force
   dtx downlink
   base_station_id_code 11
@@ -256,7 +256,7 @@
   type sysmobts
   band DCS1800
   cell_identity 1
-  location_area_code 1
+  location_area_code 2
   dtx uplink force
   dtx downlink
   base_station_id_code 12

-- 
To view, visit https://gerrit.osmocom.org/9361
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id35a85804c4a07f6c4136ef4570b4e21e250b9cd
Gerrit-Change-Number: 9361
Gerrit-PatchSet: 1
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180529/2119f299/attachment.htm>


More information about the gerrit-log mailing list