blob: 803a37506cdda04c9e8d9ff27ee50e380b5b9dd4 [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
Neels Hofmeyr3531a192017-03-28 14:30:28 +020036%for bts in nitb.net.bts_list:
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020037 bts ${loop.index}
Your Name44af3412017-04-13 03:11:59 +020038 type ${bts.osmobsc_bts_type}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020039 band ${bts.band}
Pau Espin Pedrol4ccce7c2017-11-07 11:13:20 +010040 cell_identity ${bts.cell_identity}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020041 location_area_code ${bts.location_area_code}
42 training_sequence_code 7
43 base_station_id_code ${bts.base_station_id_code}
Neels Hofmeyr8dbad872017-05-04 14:29:47 +020044 ms max power 33
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020045 cell reselection hysteresis 4
46 rxlev access min 0
47 channel allocator ascending
48 rach tx integer 9
49 rach max transmission 7
Neels Hofmeyr3531a192017-03-28 14:30:28 +020050 ip.access unit_id ${bts.ipa_unit_id} 0
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020051 oml ip.access stream_id ${bts.stream_id} line 0
52 gprs mode none
53% for trx in bts.trx_list:
54 trx ${loop.index}
55 rf_locked 0
56 arfcn ${trx.arfcn}
Pau Espin Pedrolb26f32a2017-09-14 13:52:28 +020057 nominal power ${trx.nominal_power}
Neels Hofmeyrdae3d3c2017-03-28 12:16:58 +020058 max_power_red ${trx.max_power_red}
59 rsl e1 tei 0
60% for ts in trx.timeslot_list:
61 timeslot ${loop.index}
62 phys_chan_config ${ts.phys_chan_config}
63% endfor
64% endfor
65%endfor
Neels Hofmeyr3531a192017-03-28 14:30:28 +020066smpp
Neels Hofmeyr4f59ba62017-05-22 20:04:05 +020067 local-tcp-ip ${nitb.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020068 system-id test-nitb
69 policy ${smsc.policy}
70%for esme in smsc.esme_list:
71 esme ${esme.system_id}
72% if esme.password == '':
73 no password
74% else:
75 password ${esme.password}
76% endif
Neels Hofmeyr3531a192017-03-28 14:30:28 +020077 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020078%endfor
Neels Hofmeyr3531a192017-03-28 14:30:28 +020079ctrl
Neels Hofmeyr4f59ba62017-05-22 20:04:05 +020080 bind ${nitb.ip_address.addr}