Create templates for BTS config
This commit is contained in:
parent
ea47d2d229
commit
8b2e6e6eb3
4 changed files with 54 additions and 2 deletions
35
modules/rhizo_base/templates/osmo-bts-sysmo.cfg.erb
Normal file
35
modules/rhizo_base/templates/osmo-bts-sysmo.cfg.erb
Normal file
|
@ -0,0 +1,35 @@
|
|||
!
|
||||
! OsmoBTS () configuration saved from vty
|
||||
!!
|
||||
!
|
||||
log stderr
|
||||
logging filter all 1
|
||||
logging color 1
|
||||
logging print category-hex 0
|
||||
logging print category 1
|
||||
logging timestamp 0
|
||||
logging print file 1
|
||||
logging level rsl info
|
||||
logging level oml info
|
||||
logging level rll notice
|
||||
logging level rr notice
|
||||
logging level meas notice
|
||||
logging level pag info
|
||||
logging level l1c info
|
||||
logging level l1p info
|
||||
logging level dsp info
|
||||
logging level abis notice
|
||||
!
|
||||
line vty
|
||||
no login
|
||||
!
|
||||
phy 0
|
||||
instance 0
|
||||
bts 0
|
||||
band <%= @bts[@i]["band"] %>
|
||||
ipa unit-id 1000 <%= @bts[@i]["uid"] %>
|
||||
oml remote-ip <%= @bsc_ip_address %>
|
||||
rtp jitter-buffer <%= @jb_bts %>
|
||||
trx 0
|
||||
phy 0 instance 0
|
||||
nominal-tx-power <%= @bts[@i]["nom"] %>
|
8
modules/rhizo_base/templates/osmo-pcu.cfg.erb
Normal file
8
modules/rhizo_base/templates/osmo-pcu.cfg.erb
Normal file
|
@ -0,0 +1,8 @@
|
|||
pcu
|
||||
<% if @gprs == 'egprs' -%> egprs only
|
||||
<% end -%>
|
||||
flow-control-interval 10
|
||||
cs 4
|
||||
alloc-algorithm dynamic
|
||||
alpha 0
|
||||
gamma 0
|
Loading…
Add table
Add a link
Reference in a new issue