puppet/modules/rhizo_base/templates/osmo-bts-sysmo.cfg.erb
Keith Whyte f98044c9d2 Disable stderr log target on BTS daemons
We don't do anything with it anyway.
2023-01-24 21:46:39 +01:00

27 lines
441 B
Text

!
! OsmoBTS () configuration saved from vty
!!
!
no log stderr
!
stats interval 10
stats reporter statsd
remote-ip 172.16.0.1
remote-port 8125
level global
no prefix
enable
!
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"] %>