blob: b3f95df36ddf5b3950fb1bde6cbc5c0cc3a35f1d [file] [log] [blame]
!
! OsmoBTS () configuration saved from vty
!!
!
log stderr
logging color 1
logging print extended-timestamp 1
logging print category 1
logging level abis debug
logging level oml debug
logging level pag debug
logging level rll debug
logging level rr debug
logging level rsl debug
!
line vty
no login
!
%for trx in osmo_bts_octphy.trx_list:
phy ${loop.index}
octphy hw-addr ${trx.hw_addr}
octphy net-device ${trx.net_device}
instance 0
%endfor
bts 0
band ${osmo_bts_octphy.band}
ipa unit-id ${osmo_bts_octphy.ipa_unit_id} 0
oml remote-ip ${osmo_bts_octphy.oml_remote_ip}
gsmtap-sapi bcch
gsmtap-sapi ccch
gsmtap-sapi rach
gsmtap-sapi agch
gsmtap-sapi pch
gsmtap-sapi sdcch
gsmtap-sapi tch/f
gsmtap-sapi tch/h
gsmtap-sapi pacch
gsmtap-sapi pdtch
gsmtap-sapi ptcch
gsmtap-sapi cbch
gsmtap-sapi sacch
%for trx in osmo_bts_octphy.trx_list:
trx ${loop.index}
phy ${loop.index} instance 0
%endfor