blob: 6851ea9d890793507a4b72bfa1429bd77b5e9085 [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
Neels Hofmeyr798e5922017-05-18 15:24:02 +020022msc
Neels Hofmeyr4008b692017-08-07 14:16:35 +020023 mgcpgw remote-ip ${mgcpgw.ip_address.addr}
24 assign-tmsi
Neels Hofmeyra64ab702017-08-07 14:16:17 +020025 cs7-instance-iu 0
26 cs7-instance-a 0
Neels Hofmeyr798e5922017-05-18 15:24:02 +020027ctrl
28 bind ${msc.ip_address.addr}
29smpp
30 local-tcp-ip ${msc.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020031 system-id test-msc
32 policy ${smsc.policy}
33%for esme in smsc.esme_list:
34 esme ${esme.system_id}
35% if esme.password == '':
36 no password
37% else:
38 password ${esme.password}
39% endif
Neels Hofmeyr798e5922017-05-18 15:24:02 +020040 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020041%endfor
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020042hlr
43 remote-ip ${hlr.ip_address.addr}