blob: b3f95df36ddf5b3950fb1bde6cbc5c0cc3a35f1d [file] [log] [blame]
Neels Hofmeyr17c139e2017-04-12 02:42:02 +02001!
2! OsmoBTS () configuration saved from vty
3!!
4!
5log stderr
6 logging color 1
Neels Hofmeyr9741de32017-05-06 16:41:57 +02007 logging print extended-timestamp 1
8 logging print category 1
9 logging level abis debug
10 logging level oml debug
11 logging level pag debug
12 logging level rll debug
13 logging level rr debug
14 logging level rsl debug
Neels Hofmeyr17c139e2017-04-12 02:42:02 +020015!
16line vty
17 no login
18!
Your Name44af3412017-04-13 03:11:59 +020019%for trx in osmo_bts_octphy.trx_list:
20phy ${loop.index}
21 octphy hw-addr ${trx.hw_addr}
22 octphy net-device ${trx.net_device}
Neels Hofmeyr17c139e2017-04-12 02:42:02 +020023 instance 0
Your Name44af3412017-04-13 03:11:59 +020024%endfor
Neels Hofmeyr17c139e2017-04-12 02:42:02 +020025bts 0
26 band ${osmo_bts_octphy.band}
27 ipa unit-id ${osmo_bts_octphy.ipa_unit_id} 0
28 oml remote-ip ${osmo_bts_octphy.oml_remote_ip}
Pau Espin Pedrol6ab98982017-05-12 16:07:35 +020029 gsmtap-sapi bcch
30 gsmtap-sapi ccch
31 gsmtap-sapi rach
32 gsmtap-sapi agch
33 gsmtap-sapi pch
34 gsmtap-sapi sdcch
35 gsmtap-sapi tch/f
36 gsmtap-sapi tch/h
37 gsmtap-sapi pacch
38 gsmtap-sapi pdtch
39 gsmtap-sapi ptcch
40 gsmtap-sapi cbch
41 gsmtap-sapi sacch
Your Name44af3412017-04-13 03:11:59 +020042%for trx in osmo_bts_octphy.trx_list:
43 trx ${loop.index}
44 phy ${loop.index} instance 0
45%endfor