blob: 4f92ac2adcdce93f6c331b5bfa023d70b720d3e0 [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 Welte90f19742020-11-06 19:34:40 +010017 nsvc := {
18 {
19 provider := {
20 ip := {
21 address_family := AF_INET,
22 local_ip := "127.0.0.103",
23 remote_ip := "127.0.0.10"
24 }
25 }
Harald Welte5e8573e2020-09-13 15:32:56 +020026 }
27 }
Oliver Smith0167c2a2019-08-30 10:17:16 +020028 },
29 {
Harald Welte90f19742020-11-06 19:34:40 +010030 nsvc := {
31 {
32 provider := {
33 ip := {
34 address_family := AF_INET,
35 local_ip := "127.0.0.103",
36 remote_ip := "127.0.0.10"
37 }
38 }
Harald Welte5e8573e2020-09-13 15:32:56 +020039 }
40 }
Oliver Smith0167c2a2019-08-30 10:17:16 +020041 },
42 {
Harald Welte90f19742020-11-06 19:34:40 +010043 nsvc := {
44 {
45 provider := {
46 ip := {
47 address_family := AF_INET,
48 local_ip := "127.0.0.103",
49 remote_ip := "127.0.0.10"
50 }
51 }
Harald Welte5e8573e2020-09-13 15:32:56 +020052 }
53 }
Oliver Smith0167c2a2019-08-30 10:17:16 +020054 }
55}
56SGSN_Tests.mp_ranap_cfg := {
57 {
58 sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
59 }
60}
61SGSN_Tests.mp_hlr_ip := "127.0.0.103"
62SGSN_Tests.mp_ggsn_ip := "127.0.0.103"
Oliver Smithbc690ff2019-06-17 15:32:36 +020063
64[MAIN_CONTROLLER]
65
66[EXECUTE]
67SGSN_Tests.control
Alexander Couzens24168302020-09-18 00:35:51 +020068SGSN_Tests_Iu.control
Alexander Couzens8e1dfd02020-09-07 04:26:20 +020069SGSN_Tests_NS.control