27 lines
441 B
Text
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"] %>
|