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
77
modules/rhizo_base/templates/osmo-bsc-head.erb
Normal file
77
modules/rhizo_base/templates/osmo-bsc-head.erb
Normal file
|
@ -0,0 +1,77 @@
|
|||
!
|
||||
! OsmoBSC (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 mm notice
|
||||
logging level rr notice
|
||||
logging level rsl notice
|
||||
logging level nm info
|
||||
logging level pag notice
|
||||
logging level meas notice
|
||||
logging level msc notice
|
||||
logging level ho notice
|
||||
logging level hodec notice
|
||||
logging level ref notice
|
||||
logging level nat notice
|
||||
logging level ctrl notice
|
||||
logging level filter debug
|
||||
logging level pcu debug
|
||||
logging level lcls notice
|
||||
logging level chan notice
|
||||
logging level ts notice
|
||||
logging level as notice
|
||||
logging level cbs 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
|
||||
!
|
||||
e1_input
|
||||
e1_line 0 driver ipa
|
||||
e1_line 0 port 0
|
||||
no e1_line 0 keepalive
|
||||
ipa bind 172.16.0.1
|
||||
cs7 instance 0
|
||||
point-code 0.23.3
|
||||
network
|
||||
network country code <%= @mcc %>
|
||||
mobile network code <%= @mnc %>
|
||||
encryption a5 1
|
||||
neci 1
|
||||
paging any use tch 0
|
||||
handover 0
|
||||
handover algorithm 1
|
||||
handover1 window rxlev averaging 10
|
||||
handover1 window rxqual averaging 1
|
||||
handover1 window rxlev neighbor averaging 10
|
||||
handover1 power budget interval 6
|
||||
handover1 power budget hysteresis 3
|
||||
handover1 maximum distance 9999
|
Loading…
Add table
Add a link
Reference in a new issue