Make location_are_code in osmo-nitb.cfg configurable (using $lac)
This commit is contained in:
parent
287c9a6327
commit
f7842ca5c4
1 changed files with 6 additions and 6 deletions
|
@ -87,7 +87,7 @@ network
|
|||
type sysmobts
|
||||
band GSM850
|
||||
cell_identity 0
|
||||
location_area_code 1
|
||||
location_area_code <%= @lac %>
|
||||
base_station_id_code 63
|
||||
ms max power 33
|
||||
cell reselection hysteresis 14
|
||||
|
@ -140,7 +140,7 @@ network
|
|||
type sysmobts
|
||||
band GSM850
|
||||
cell_identity 1
|
||||
location_area_code 1
|
||||
location_area_code <%= @lac %>
|
||||
base_station_id_code 63
|
||||
ms max power 33
|
||||
cell reselection hysteresis 14
|
||||
|
@ -194,7 +194,7 @@ network
|
|||
type sysmobts
|
||||
band GSM850
|
||||
cell_identity 2
|
||||
location_area_code 1
|
||||
location_area_code <%= @lac %>
|
||||
base_station_id_code 63
|
||||
ms max power 33
|
||||
cell reselection hysteresis 14
|
||||
|
@ -247,7 +247,7 @@ network
|
|||
type sysmobts
|
||||
band GSM850
|
||||
cell_identity 3
|
||||
location_area_code 1
|
||||
location_area_code <%= @lac %>
|
||||
base_station_id_code 63
|
||||
ms max power 33
|
||||
cell reselection hysteresis 14
|
||||
|
@ -302,7 +302,7 @@ network
|
|||
type sysmobts
|
||||
band GSM850
|
||||
cell_identity 4
|
||||
location_area_code 1
|
||||
location_area_code <%= @lac %>
|
||||
base_station_id_code 63
|
||||
ms max power 33
|
||||
cell reselection hysteresis 14
|
||||
|
@ -355,7 +355,7 @@ network
|
|||
type sysmobts
|
||||
band GSM850
|
||||
cell_identity 5
|
||||
location_area_code 1
|
||||
location_area_code <%= @lac %>
|
||||
base_station_id_code 63
|
||||
ms max power 33
|
||||
cell reselection hysteresis 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue