aboutsummaryrefslogtreecommitdiffstats
path: root/bsc
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-01-09 13:19:46 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-01-09 13:19:46 +0100
commit7159dbbce61029f42307d13a3e61e2dc576f0b30 (patch)
tree050fb60b22732898b024e365051a5032ef7981d9 /bsc
parent474fd7d11a24d27a5b0afaead02dc5d3e9b1d708 (diff)
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
Diffstat (limited to 'bsc')
-rw-r--r--bsc/osmo-bsc.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg
index d97c2100..90756a69 100644
--- a/bsc/osmo-bsc.cfg
+++ b/bsc/osmo-bsc.cfg
@@ -176,7 +176,7 @@ network
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 @@ network
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