blob: 8d0ab2309f89d5979acb7234c5541045b470be42 [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
Pau Espin Pedrol1b11c592018-10-03 14:33:41 +02007 logging level set-all debug
Neels Hofmeyr798e5922017-05-18 15:24:02 +02008line 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}
Neels Hofmeyr798e5922017-05-18 15:24:02 +020016 encryption ${msc.net.encryption}
Pau Espin Pedrolb5a86142017-08-23 17:39:54 +020017 authentication ${msc.net.authentication}
Neels Hofmeyra64ab702017-08-07 14:16:17 +020018cs7 instance 0
19 point-code 0.0.1
Pau Espin Pedrol1e1d3812017-11-16 18:06:37 +010020 asp asp0 2905 0 m3ua
Pau Espin Pedrol3edc29c2020-04-06 17:47:23 +020021 local-ip ${msc.ip_address.addr}
Pau Espin Pedrol1e1d3812017-11-16 18:06:37 +010022 remote-ip ${stp.ip_address.addr}
23 as as0 m3ua
24 asp asp0
25 routing-key 1 0.0.1
Neels Hofmeyr798e5922017-05-18 15:24:02 +020026msc
Pau Espin Pedrol1f5ae7d2017-11-06 14:18:53 +010027 mgw remote-ip ${mgw.ip_address.addr}
Pau Espin Pedrol56822872018-08-21 18:30:24 +020028 mgw remote-port 2427
29 mgw local-ip ${msc.ip_address.addr}
Pau Espin Pedrol86ea02f2018-02-26 12:14:46 +010030 mgw endpoint-range 1 31
31 mgw bts-base 8000
Pau Espin Pedrolfed578e2019-06-19 17:18:43 +020032 osmux ${msc.use_osmux}
Neels Hofmeyr4008b692017-08-07 14:16:35 +020033 assign-tmsi
Neels Hofmeyra64ab702017-08-07 14:16:17 +020034 cs7-instance-iu 0
35 cs7-instance-a 0
Neels Hofmeyr798e5922017-05-18 15:24:02 +020036ctrl
37 bind ${msc.ip_address.addr}
38smpp
39 local-tcp-ip ${msc.ip_address.addr} 2775
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020040 system-id test-msc
41 policy ${smsc.policy}
42%for esme in smsc.esme_list:
43 esme ${esme.system_id}
44% if esme.password == '':
45 no password
46% else:
47 password ${esme.password}
48% endif
Neels Hofmeyr798e5922017-05-18 15:24:02 +020049 default-route
Pau Espin Pedrol2d16f6f2017-05-30 15:33:57 +020050%endfor
Neels Hofmeyr7b02ed02017-06-08 23:08:59 +020051hlr
52 remote-ip ${hlr.ip_address.addr}