blob: d41f82024104a339160d2ff9c76c7b79ff6aa010 [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}
%for trx in osmo_bts_octphy.trx_list:
trx ${loop.index}
phy ${loop.index} instance 0
%endfor