[MERGED] osmo-ttcn3-hacks[master]: Fix BTS location area code assignment in test configuration.

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 Jan 9 15:18:07 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Fix BTS location area code assignment in test configuration.
......................................................................


Fix BTS location area code assignment in test configuration.

The paging tests expect BTS 0 and 1 in LAC 1, and BTS 2 in LAC 2.
BUt the osmo-bsc configuration file had BTS 1 in LAC 2, and BTS 2 in LAC 1.

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg
index d97c210..90756a6 100644
--- a/bsc/osmo-bsc.cfg
+++ b/bsc/osmo-bsc.cfg
@@ -176,7 +176,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 63
@@ -266,7 +266,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 63

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1d6b02fe06116dee59977422bc93bcafcd3aba76
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list