blob: e7dc119d09f6fb50366710f176d47e3791a23d22 [file] [log] [blame]
Neels Hofmeyr3531a192017-03-28 14:30:28 +02001! Configuration rendered by osmo-gsm-tester
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +02002password foo
3!
4log stderr
5 logging filter all 1
6 logging color 0
7 logging print category 0
8 logging print extended-timestamp 1
9 logging level all debug
10!
11line vty
12 no login
Neels Hofmeyr3531a192017-03-28 14:30:28 +020013 bind ${nitb_iface.addr}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020014!
15e1_input
16 e1_line 0 driver ipa
Neels Hofmeyr3531a192017-03-28 14:30:28 +020017 ipa bind ${nitb_iface.addr}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020018network
Neels Hofmeyr3531a192017-03-28 14:30:28 +020019 network country code ${nitb.net.mcc}
20 mobile network code ${nitb.net.mnc}
21 short name ${nitb.net.short_name}
22 long name ${nitb.net.long_name}
23 auth policy ${nitb.net.auth_policy}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020024 location updating reject cause 13
Neels Hofmeyr3531a192017-03-28 14:30:28 +020025 encryption ${nitb.net.encryption}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020026 neci 1
27 rrlp mode none
28 mm info 1
29 handover 0
30 handover window rxlev averaging 10
31 handover window rxqual averaging 1
32 handover window rxlev neighbor averaging 10
33 handover power budget interval 6
34 handover power budget hysteresis 3
35 handover maximum distance 9999
36 timer t3101 10
37 timer t3103 0
38 timer t3105 0
39 timer t3107 0
40 timer t3109 4
41 timer t3111 0
42 timer t3113 60
43 timer t3115 0
44 timer t3117 0
45 timer t3119 0
46 timer t3141 0
Neels Hofmeyr3531a192017-03-28 14:30:28 +020047%for bts in nitb.net.bts_list:
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020048 bts ${loop.index}
49 type ${bts.type}
50 band ${bts.band}
51 cell_identity 0
52 location_area_code ${bts.location_area_code}
53 training_sequence_code 7
54 base_station_id_code ${bts.base_station_id_code}
55 ms max power 15
56 cell reselection hysteresis 4
57 rxlev access min 0
58 channel allocator ascending
59 rach tx integer 9
60 rach max transmission 7
Neels Hofmeyr3531a192017-03-28 14:30:28 +020061 ip.access unit_id ${bts.ipa_unit_id} 0
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020062 oml ip.access stream_id ${bts.stream_id} line 0
63 gprs mode none
64% for trx in bts.trx_list:
65 trx ${loop.index}
66 rf_locked 0
67 arfcn ${trx.arfcn}
68 nominal power 23
69 max_power_red ${trx.max_power_red}
70 rsl e1 tei 0
71% for ts in trx.timeslot_list:
72 timeslot ${loop.index}
73 phys_chan_config ${ts.phys_chan_config}
74% endfor
75% endfor
76%endfor
Neels Hofmeyr3531a192017-03-28 14:30:28 +020077smpp
78 local-tcp-ip ${nitb_iface.addr} 2775
79 system-id test
80 policy closed
81 esme test
82 password test
83 default-route
84ctrl
85 bind ${nitb_iface.addr}