blob: d5c3a4cbe2186a4d11fbb54ae716bbff90d50ae8 [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 {
Alexander Couzens299ec642020-09-25 01:28:36 +020017 address_family := AF_INET,
Oliver Smith0167c2a2019-08-30 10:17:16 +020018 local_ip := "127.0.0.103",
19 remote_ip := "127.0.0.10"
20 },
21 {
Alexander Couzens299ec642020-09-25 01:28:36 +020022 address_family := AF_INET,
Oliver Smith0167c2a2019-08-30 10:17:16 +020023 local_ip := "127.0.0.103",
24 remote_ip := "127.0.0.10"
25 },
26 {
Alexander Couzens299ec642020-09-25 01:28:36 +020027 address_family := AF_INET,
Oliver Smith0167c2a2019-08-30 10:17:16 +020028 local_ip := "127.0.0.103",
29 remote_ip := "127.0.0.10"
30 }
31}
32SGSN_Tests.mp_ranap_cfg := {
33 {
34 sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
35 }
36}
37SGSN_Tests.mp_hlr_ip := "127.0.0.103"
38SGSN_Tests.mp_ggsn_ip := "127.0.0.103"
Oliver Smithbc690ff2019-06-17 15:32:36 +020039
40[MAIN_CONTROLLER]
41
42[EXECUTE]
43SGSN_Tests.control
Alexander Couzens24168302020-09-18 00:35:51 +020044SGSN_Tests_Iu.control
Alexander Couzens8e1dfd02020-09-07 04:26:20 +020045SGSN_Tests_NS.control