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: Id35a85804c4a07f6c4136ef4570b4e21e250b9cdchanges/61/9361/1
parent
0434f34c36
commit
4147adabb9
|
@ -166,7 +166,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 11
|
||||
|
@ -256,7 +256,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 12
|
||||
|
|
Loading…
Reference in New Issue