blob: a47ac0254abc984f17b48c83e4ac829419d231fe [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
Neels Hofmeyr6d8e4852017-05-22 20:06:07 +02006 logging color 1
7 logging print category 1
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +02008 logging print extended-timestamp 1
9 logging level all debug
10!
11line vty
12 no login
Neels Hofmeyr4f59ba62017-05-22 20:04:05 +020013 bind ${nitb.ip_address.addr}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020014!
15e1_input
16 e1_line 0 driver ipa
Neels Hofmeyr4f59ba62017-05-22 20:04:05 +020017 ipa bind ${nitb.ip_address.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}
Your Name44af3412017-04-13 03:11:59 +020049 type ${bts.osmobsc_bts_type}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020050 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}
Neels Hofmeyr8dbad872017-05-04 14:29:47 +020055 ms max power 33
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020056 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
Neels Hofmeyr4f59ba62017-05-22 20:04:05 +020078 local-tcp-ip ${nitb.ip_address.addr} 2775
Neels Hofmeyr3531a192017-03-28 14:30:28 +020079 system-id test
80 policy closed
81 esme test
82 password test
83 default-route
84ctrl
Neels Hofmeyr4f59ba62017-05-22 20:04:05 +020085 bind ${nitb.ip_address.addr}