blob: 39cde5f7452c3833fc4d9db7b40d44e31de4d143 [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
Neels Hofmeyrb5a3d672020-12-01 00:43:52 +01006 logging print category-hex 0
7 logging print level 1
8 logging print file basename last
Neels Hofmeyr798e5922017-05-18 15:24:02 +02009 logging print extended-timestamp 1
Pau Espin Pedrol1b11c592018-10-03 14:33:41 +020010 logging level set-all debug
Neels Hofmeyr798e5922017-05-18 15:24:02 +020011line vty
12 no login
13 bind ${msc.ip_address.addr}
14network
15 network country code ${msc.net.mcc}
16 mobile network code ${msc.net.mnc}
17 short name ${msc.net.short_name}
18 long name ${msc.net.long_name}
Neels Hofmeyr798e5922017-05-18 15:24:02 +020019 encryption ${msc.net.encryption}
Pau Espin Pedrolb5a86142017-08-23 17:39:54 +020020 authentication ${msc.net.authentication}
Neels Hofmeyra64ab702017-08-07 14:16:17 +020021cs7 instance 0
22 point-code 0.0.1
Pau Espin Pedrol1e1d3812017-11-16 18:06:37 +010023 asp asp0 2905 0 m3ua
Pau Espin Pedrol3edc29c2020-04-06 17:47:23 +020024 local-ip ${msc.ip_address.addr}
Pau Espin Pedrol1e1d3812017-11-16 18:06:37 +010025 remote-ip ${stp.ip_address.addr}
26 as as0 m3ua
27 asp asp0
28 routing-key 1 0.0.1
Neels Hofmeyr798e5922017-05-18 15:24:02 +020029msc
Pau Espin Pedrol1f5ae7d2017-11-06 14:18:53 +010030 mgw remote-ip ${mgw.ip_address.addr}
Pau Espin Pedrol56822872018-08-21 18:30:24 +020031 mgw remote-port 2427
32 mgw local-ip ${msc.ip_address.addr}
Pau Espin Pedrol86ea02f2018-02-26 12:14:46 +010033 mgw endpoint-range 1 31
34 mgw bts-base 8000
Pau Espin Pedrolfed578e2019-06-19 17:18:43 +020035 osmux ${msc.use_osmux}
Neels Hofmeyr4008b692017-08-07 14:16:35 +020036 assign-tmsi
Pau Espin Pedrol680ba032020-10-14 14:49:05 +020037%if msc.get('emergency_call_msisdn', None) is not None:
38 emergency-call route-to-msisdn ${msc.emergency_call_msisdn}
39%endif
Neels Hofmeyra64ab702017-08-07 14:16:17 +020040 cs7-instance-iu 0
41 cs7-instance-a 0
Neels Hofmeyr798e5922017-05-18 15:24:02 +020042ctrl
43 bind ${msc.ip_address.addr}
44smpp
45 local-tcp-ip ${msc.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020046 system-id test-msc
47 policy ${smsc.policy}
48%for esme in smsc.esme_list:
49 esme ${esme.system_id}
50% if esme.password == '':
51 no password
52% else:
53 password ${esme.password}
54% endif
Neels Hofmeyr798e5922017-05-18 15:24:02 +020055 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020056%endfor
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020057hlr
58 remote-ip ${hlr.ip_address.addr}