aboutsummaryrefslogtreecommitdiffstats
path: root/bsc/osmo-bsc.cfg
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-04-11 01:23:27 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-04-11 01:24:48 +0200
commit9f23091dabb930524417d44c6a2b34b1a9abbaec (patch)
tree42f7e48c549b88e35ca7bbb92800fc21d401da15 /bsc/osmo-bsc.cfg
parentf45efeb15e77a7a0f651379aca1b89fb4a721aee (diff)
bsc cfg: fix ARFCN-BSIC collisions
All three BTS are configured for ARFCN 871 and BSIC 63, which causes trouble for handover tests. Set BSICs to 10, 11 and 12 (not 0,1,2 to mark the distinction from the cell_identity). It wasn't a problem so far since we cheated by passing the BTS target number from VTY. But as soon as we will start identifying handover target cells by ARFCN+BSIC exclusively, TC_ho_int would fall on its face without this patch. See also: docker-playground I29a117aa54aa06ca49646f25a08af8521832fd8d Change-Id: I2ea8889ea40953f5a23eab40db52585556a410bc
Diffstat (limited to 'bsc/osmo-bsc.cfg')
-rw-r--r--bsc/osmo-bsc.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsc/osmo-bsc.cfg b/bsc/osmo-bsc.cfg
index 60cfcd7a..fcf71795 100644
--- a/bsc/osmo-bsc.cfg
+++ b/bsc/osmo-bsc.cfg
@@ -74,7 +74,7 @@ network
location_area_code 1
dtx uplink force
dtx downlink
- base_station_id_code 63
+ base_station_id_code 10
ms max power 15
cell reselection hysteresis 4
rxlev access min 0
@@ -164,7 +164,7 @@ network
location_area_code 1
dtx uplink force
dtx downlink
- base_station_id_code 63
+ base_station_id_code 11
ms max power 15
cell reselection hysteresis 4
rxlev access min 0
@@ -254,7 +254,7 @@ network
location_area_code 2
dtx uplink force
dtx downlink
- base_station_id_code 63
+ base_station_id_code 12
ms max power 15
cell reselection hysteresis 4
rxlev access min 0