Split stack: Initial commit install/configure
This commit installs the osmo stack daemons and configuration if the hiera parameter rhizo::osmo_stack is 'split' Setting this param won't break anything for a nitb based install, but it will disable running the nitb and run osmo-bsc instead.
This commit is contained in:
parent
e6e7ff6afe
commit
f6395068c8
11 changed files with 598 additions and 1 deletions
104
modules/rhizo_base/templates/osmo-msc.cfg.erb
Normal file
104
modules/rhizo_base/templates/osmo-msc.cfg.erb
Normal file
|
@ -0,0 +1,104 @@
|
|||
!
|
||||
! OsmoMSC (UNKNOWN) configuration by puppet
|
||||
!!
|
||||
!
|
||||
log stderr
|
||||
logging filter all 1
|
||||
logging color 1
|
||||
logging print category-hex 1
|
||||
logging print category 0
|
||||
logging timestamp 0
|
||||
logging print file 1
|
||||
logging level rll notice
|
||||
logging level cc notice
|
||||
logging level mm notice
|
||||
logging level rr notice
|
||||
logging level mncc notice
|
||||
logging level pag notice
|
||||
logging level msc notice
|
||||
logging level mgcp notice
|
||||
logging level ho notice
|
||||
logging level db notice
|
||||
logging level ref notice
|
||||
logging level ctrl notice
|
||||
logging level smpp notice
|
||||
logging level ranap notice
|
||||
logging level vlr notice
|
||||
logging level iucs notice
|
||||
logging level bssap notice
|
||||
logging level sgs notice
|
||||
logging level ss notice
|
||||
logging level lglobal notice
|
||||
logging level llapd notice
|
||||
logging level linp notice
|
||||
logging level lmux notice
|
||||
logging level lmi notice
|
||||
logging level lmib notice
|
||||
logging level lsms notice
|
||||
logging level lctrl notice
|
||||
logging level lgtp notice
|
||||
logging level lstats notice
|
||||
logging level lgsup notice
|
||||
logging level loap notice
|
||||
logging level lss7 notice
|
||||
logging level lsccp notice
|
||||
logging level lsua notice
|
||||
logging level lm3ua notice
|
||||
logging level lmgcp notice
|
||||
logging level ljibuf notice
|
||||
logging level lrspro notice
|
||||
!
|
||||
stats interval 5
|
||||
!
|
||||
line vty
|
||||
no login
|
||||
!
|
||||
cs7 instance 0
|
||||
point-code 0.23.1
|
||||
network
|
||||
network country code <%= @mcc %>
|
||||
mobile network code <%= @mnc %>
|
||||
short name <%= @network_name %>
|
||||
long name <%= @network_name %>
|
||||
encryption a5 0
|
||||
encryption uea 1 2
|
||||
authentication optional
|
||||
rrlp mode none
|
||||
mm info 1
|
||||
periodic location update 30
|
||||
msc
|
||||
mncc external /tmp/bsc_mncc
|
||||
mncc guard-timeout 180
|
||||
ncss guard-timeout 30
|
||||
no assign-tmsi
|
||||
cs7-instance-a 0
|
||||
cs7-instance-iu 0
|
||||
auth-tuple-max-reuse-count 3
|
||||
auth-tuple-reuse-on-error 1
|
||||
check-imei-rqd early
|
||||
mgw local-port 2728
|
||||
mgw remote-ip 127.0.0.2
|
||||
mgw remote-port 2428
|
||||
mncc-int
|
||||
default-codec tch-f amr
|
||||
default-codec tch-h amr
|
||||
smpp
|
||||
local-tcp-port 2775
|
||||
policy closed
|
||||
smpp-first
|
||||
esme OSMPP
|
||||
password <%= @smsc_password %>
|
||||
default-route
|
||||
no alert-notifications
|
||||
esme ISMPP
|
||||
password <%= @smsc_password %>
|
||||
no alert-notifications
|
||||
esme NOTIFY
|
||||
password <%= @smpp_password %>
|
||||
hlr
|
||||
remote-ip 127.0.0.1
|
||||
remote-port 4222
|
||||
sgs
|
||||
local-port 29118
|
||||
local-ip 0.0.0.0
|
||||
vlr-name vlr.example.net
|
Loading…
Add table
Add a link
Reference in a new issue