blob: c4e1a33f8da28a43c42e50eae99e0b78f1603d7c [file] [log] [blame]
Oliver Smithbc690ff2019-06-17 15:32:36 +02001[ORDERED_INCLUDE]
2# Common configuration, shared between test suites
3"../Common.cfg"
4# testsuite specific configuration, not expected to change
5"./SGSN_Tests.default"
6
7# Local configuration below
8
9[LOGGING]
10
11[TESTPORT_PARAMETERS]
Oliver Smith0167c2a2019-08-30 10:17:16 +020012*.SGSNVTY.CTRL_HOSTNAME := "127.0.0.10"
Oliver Smithbc690ff2019-06-17 15:32:36 +020013
14[MODULE_PARAMETERS]
Oliver Smith0167c2a2019-08-30 10:17:16 +020015SGSN_Tests.mp_nsconfig := {
16 {
Harald Welte5e8573e2020-09-13 15:32:56 +020017 provider := {
18 ip := {
19 address_family := AF_INET,
20 local_ip := "127.0.0.103",
21 remote_ip := "127.0.0.10"
22 }
23 }
Oliver Smith0167c2a2019-08-30 10:17:16 +020024 },
25 {
Harald Welte5e8573e2020-09-13 15:32:56 +020026 provider := {
27 ip := {
28 address_family := AF_INET,
29 local_ip := "127.0.0.103",
30 remote_ip := "127.0.0.10"
31 }
32 }
Oliver Smith0167c2a2019-08-30 10:17:16 +020033 },
34 {
Harald Welte5e8573e2020-09-13 15:32:56 +020035 provider := {
36 ip := {
37 address_family := AF_INET,
38 local_ip := "127.0.0.103",
39 remote_ip := "127.0.0.10"
40 }
41 }
Oliver Smith0167c2a2019-08-30 10:17:16 +020042 }
43}
44SGSN_Tests.mp_ranap_cfg := {
45 {
46 sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
47 }
48}
49SGSN_Tests.mp_hlr_ip := "127.0.0.103"
50SGSN_Tests.mp_ggsn_ip := "127.0.0.103"
Oliver Smithbc690ff2019-06-17 15:32:36 +020051
52[MAIN_CONTROLLER]
53
54[EXECUTE]
55SGSN_Tests.control
Alexander Couzens24168302020-09-18 00:35:51 +020056SGSN_Tests_Iu.control
Alexander Couzens8e1dfd02020-09-07 04:26:20 +020057SGSN_Tests_NS.control