blob: 1abaf20ec9fb64d061089b11d9724a9810e498dc [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}
Neels Hofmeyra64ab702017-08-07 14:16:17 +020019cs7 instance 0
20 point-code 0.0.1
Neels Hofmeyr798e5922017-05-18 15:24:02 +020021msc
Neels Hofmeyr4008b692017-08-07 14:16:35 +020022 mgcpgw remote-ip ${mgcpgw.ip_address.addr}
23 assign-tmsi
Neels Hofmeyra64ab702017-08-07 14:16:17 +020024 cs7-instance-iu 0
25 cs7-instance-a 0
Neels Hofmeyr798e5922017-05-18 15:24:02 +020026ctrl
27 bind ${msc.ip_address.addr}
28smpp
29 local-tcp-ip ${msc.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020030 system-id test-msc
31 policy ${smsc.policy}
32%for esme in smsc.esme_list:
33 esme ${esme.system_id}
34% if esme.password == '':
35 no password
36% else:
37 password ${esme.password}
38% endif
Neels Hofmeyr798e5922017-05-18 15:24:02 +020039 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020040%endfor
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020041hlr
42 remote-ip ${hlr.ip_address.addr}