blob: 149833ab4d7d0c8a707493dc12457d0e1eea7892 [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 ${msc.ip_address.addr}
11network
12 network country code ${msc.net.mcc}
13 mobile network code ${msc.net.mnc}
14 short name ${msc.net.short_name}
15 long name ${msc.net.long_name}
16 auth policy ${msc.net.auth_policy}
17 location updating reject cause 13
18 encryption ${msc.net.encryption}
Pau Espin Pedrolb5a86142017-08-23 17:39:54 +020019 authentication ${msc.net.authentication}
Neels Hofmeyra64ab702017-08-07 14:16:17 +020020cs7 instance 0
21 point-code 0.0.1
Pau Espin Pedrol1e1d3812017-11-16 18:06:37 +010022 asp asp0 2905 0 m3ua
23 remote-ip ${stp.ip_address.addr}
24 as as0 m3ua
25 asp asp0
26 routing-key 1 0.0.1
Neels Hofmeyr798e5922017-05-18 15:24:02 +020027msc
Pau Espin Pedrol1f5ae7d2017-11-06 14:18:53 +010028 mgw remote-ip ${mgw.ip_address.addr}
Neels Hofmeyr4008b692017-08-07 14:16:35 +020029 assign-tmsi
Neels Hofmeyra64ab702017-08-07 14:16:17 +020030 cs7-instance-iu 0
31 cs7-instance-a 0
Neels Hofmeyr798e5922017-05-18 15:24:02 +020032ctrl
33 bind ${msc.ip_address.addr}
34smpp
35 local-tcp-ip ${msc.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020036 system-id test-msc
37 policy ${smsc.policy}
38%for esme in smsc.esme_list:
39 esme ${esme.system_id}
40% if esme.password == '':
41 no password
42% else:
43 password ${esme.password}
44% endif
Neels Hofmeyr798e5922017-05-18 15:24:02 +020045 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020046%endfor
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020047hlr
48 remote-ip ${hlr.ip_address.addr}