blob: 3404b7fd92d53e953f89018e94821138561dc097 [file] [log] [blame]
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +02001!
2! OpenBSC configuration saved from vty
3!
4password foo
5!
6log stderr
7 logging filter all 1
8 logging color 0
9 logging print category 0
10 logging print extended-timestamp 1
11 logging level all debug
12!
13line vty
14 no login
15 bind ${vty_bind_ip}
16!
17e1_input
18 e1_line 0 driver ipa
19 ipa bind ${abis_bind_ip}
20network
21 network country code ${mcc}
22 mobile network code ${mnc}
23 short name ${net_name_short}
24 long name ${net_name_long}
25 auth policy ${net_auth_policy}
26 location updating reject cause 13
27 encryption a5 ${encryption}
28 neci 1
29 rrlp mode none
30 mm info 1
31 handover 0
32 handover window rxlev averaging 10
33 handover window rxqual averaging 1
34 handover window rxlev neighbor averaging 10
35 handover power budget interval 6
36 handover power budget hysteresis 3
37 handover maximum distance 9999
38 timer t3101 10
39 timer t3103 0
40 timer t3105 0
41 timer t3107 0
42 timer t3109 4
43 timer t3111 0
44 timer t3113 60
45 timer t3115 0
46 timer t3117 0
47 timer t3119 0
48 timer t3141 0
49smpp
50 local-tcp-ip ${smpp_bind_ip} 2775
51 system-id test
52 policy closed
53 esme test
54 password test
55 default-route
56ctrl
57 bind ${ctrl_bind_ip}
58%for bts in bts_list:
59 bts ${loop.index}
60 type ${bts.type}
61 band ${bts.band}
62 cell_identity 0
63 location_area_code ${bts.location_area_code}
64 training_sequence_code 7
65 base_station_id_code ${bts.base_station_id_code}
66 ms max power 15
67 cell reselection hysteresis 4
68 rxlev access min 0
69 channel allocator ascending
70 rach tx integer 9
71 rach max transmission 7
72 ip.access unit_id ${bts.unit_id} 0
73 oml ip.access stream_id ${bts.stream_id} line 0
74 gprs mode none
75% for trx in bts.trx_list:
76 trx ${loop.index}
77 rf_locked 0
78 arfcn ${trx.arfcn}
79 nominal power 23
80 max_power_red ${trx.max_power_red}
81 rsl e1 tei 0
82% for ts in trx.timeslot_list:
83 timeslot ${loop.index}
84 phys_chan_config ${ts.phys_chan_config}
85% endfor
86% endfor
87%endfor