reminder to switch version to rccn production for going live and mergefix
This commit is contained in:
commit
5f2ba3993d
10 changed files with 72 additions and 25 deletions
|
@ -6,6 +6,7 @@ password foo
|
|||
log stderr
|
||||
logging filter all 1
|
||||
logging color 1
|
||||
logging print category 0
|
||||
logging timestamp 0
|
||||
logging level all notice
|
||||
logging level rll notice
|
||||
|
@ -31,6 +32,7 @@ log stderr
|
|||
logging level nat notice
|
||||
logging level ctrl notice
|
||||
logging level smpp notice
|
||||
logging level filter notice
|
||||
logging level lglobal notice
|
||||
logging level llapd notice
|
||||
logging level linp notice
|
||||
|
@ -38,6 +40,8 @@ log stderr
|
|||
logging level lmi notice
|
||||
logging level lmib notice
|
||||
logging level lsms notice
|
||||
logging level lctrl notice
|
||||
logging level lgtp notice
|
||||
!
|
||||
line vty
|
||||
no login
|
||||
|
@ -83,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
|
||||
|
@ -136,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
|
||||
|
@ -190,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
|
||||
|
@ -243,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
|
||||
|
@ -298,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
|
||||
|
@ -351,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
|
||||
|
@ -404,9 +408,13 @@ network
|
|||
mncc-int
|
||||
default-codec tch-f fr
|
||||
default-codec tch-h hr
|
||||
nitb
|
||||
subscriber-create-on-demand
|
||||
no assign-tmsi
|
||||
smpp
|
||||
local-tcp-port 2775
|
||||
policy closed
|
||||
smpp-first
|
||||
esme OSMPP
|
||||
password <%= @smsc_password %>
|
||||
default-route
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue