blob: 89982e0d517d33a217e29e862362652abdf84cd1 [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}
19msc
20 mgcpgw remote-ip ${mgcpgw.ip_address.addr}
21 assign-tmsi
22ctrl
23 bind ${msc.ip_address.addr}
24smpp
25 local-tcp-ip ${msc.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020026 system-id test-msc
27 policy ${smsc.policy}
28%for esme in smsc.esme_list:
29 esme ${esme.system_id}
30% if esme.password == '':
31 no password
32% else:
33 password ${esme.password}
34% endif
Neels Hofmeyr798e5922017-05-18 15:24:02 +020035 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020036%endfor
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020037hlr
38 remote-ip ${hlr.ip_address.addr}