blob: 514514fcf36277f4cc91620705bd98fbd5eb1188 [file] [log] [blame]
Neels Hofmeyr798e5922017-05-18 15:24:02 +02001! Configuration rendered by osmo-gsm-tester
2log stderr
3 logging filter all 1
4 logging color 1
5 logging print category 1
6 logging print extended-timestamp 1
7 logging level all debug
8line vty
9 no login
10 bind ${bsc.ip_address.addr}
Pau Espin Pedrolea3549f2017-05-30 16:20:10 +020011ctrl
12 bind ${bsc.ip_address.addr}
Neels Hofmeyr798e5922017-05-18 15:24:02 +020013e1_input
14 e1_line 0 driver ipa
15 ipa bind ${bsc.ip_address.addr}
16network
17 network country code ${bsc.net.mcc}
18 mobile network code ${bsc.net.mnc}
19 short name ${bsc.net.short_name}
20 long name ${bsc.net.long_name}
21 auth policy ${bsc.net.auth_policy}
22 location updating reject cause 13
23 encryption ${bsc.net.encryption}
24 neci 1
25 rrlp mode none
26 mm info 1
27 handover 0
28 handover window rxlev averaging 10
29 handover window rxqual averaging 1
30 handover window rxlev neighbor averaging 10
31 handover power budget interval 6
32 handover power budget hysteresis 3
33 handover maximum distance 9999
Neels Hofmeyr798e5922017-05-18 15:24:02 +020034%for bts in bsc.net.bts_list:
35 bts ${loop.index}
36 type ${bts.osmobsc_bts_type}
37 band ${bts.band}
38 cell_identity 0
39 location_area_code ${bts.location_area_code}
40 training_sequence_code 7
41 base_station_id_code ${bts.base_station_id_code}
42 ms max power 33
43 cell reselection hysteresis 4
44 rxlev access min 0
45 channel allocator ascending
46 rach tx integer 9
47 rach max transmission 7
48 ip.access unit_id ${bts.ipa_unit_id} 0
49 oml ip.access stream_id ${bts.stream_id} line 0
50 gprs mode none
51% for trx in bts.trx_list:
52 trx ${loop.index}
53 rf_locked 0
54 arfcn ${trx.arfcn}
55 nominal power 23
56 max_power_red ${trx.max_power_red}
57 rsl e1 tei 0
58% for ts in trx.timeslot_list:
59 timeslot ${loop.index}
60 phys_chan_config ${ts.phys_chan_config}
61% endfor
62% endfor
63%endfor
64msc
65 token msc_token_23_42
66 core-mobile-country-code ${bsc.net.mcc}
67 core-mobile-network-code ${bsc.net.mnc}
68 ip.access rtp-base 8000
69 timeout-ping 1800
70 timeout-ping advanced
71 timeout-pong 60
72 codec-list hr3
73 dest 151.80.237.229 5000 184
74 amr-config 12_2k forbidden
75 amr-config 10_2k forbidden
76 amr-config 7_95k forbidden
77 amr-config 7_40k forbidden
78 amr-config 6_70k forbidden
79 amr-config 5_90k allowed
80 amr-config 5_15k forbidden
81 amr-config 4_75k forbidden