blob: 26cee4703c26be4c616c3a2814fb341c6376f7e8 [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 Weltee18fccd2020-09-17 22:44:58 +020017 remote_proto := 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 {
Harald Weltee18fccd2020-09-17 22:44:58 +020022 remote_proto := 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 {
Harald Weltee18fccd2020-09-17 22:44:58 +020027 remote_proto := 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