blob: 247365ee5dd6b888e94877cc4ad46f3b543c6370 [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
26 system-id test
27 policy closed
28 esme test
29 password test
30 default-route
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020031hlr
32 remote-ip ${hlr.ip_address.addr}