blob: d4dcea09550667fad75ad986e09d8aab77104504 [file] [log] [blame]
Harald Welte424ec522021-03-23 18:20:12 +01001[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]
12*.SGSNVTY.CTRL_HOSTNAME := "127.0.0.10"
13
14[MODULE_PARAMETERS]
15SGSN_Tests.mp_nsconfig := {
16 {
17 handle_sns := true,
18 nsvc := {
19 {
20 provider := {
21 ip := {
22 address_family := AF_INET,
23 local_ip := "127.0.0.103",
24 remote_ip := "127.0.0.10"
25 }
26 }
27 }
28 }
29 },
30 {
31 handle_sns := true,
32 nsvc := {
33 {
34 provider := {
35 ip := {
36 address_family := AF_INET,
37 local_ip := "127.0.0.103",
38 remote_ip := "127.0.0.10"
39 }
40 }
41 }
42 }
43 },
44 {
45 handle_sns := true,
46 nsvc := {
47 {
48 provider := {
49 ip := {
50 address_family := AF_INET,
51 local_ip := "127.0.0.103",
52 remote_ip := "127.0.0.10"
53 }
54 }
55 }
56 }
57 }
58}
59SGSN_Tests.mp_ranap_cfg := {
60 {
61 sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
62 }
63}
64SGSN_Tests.mp_hlr_ip := "127.0.0.103"
65SGSN_Tests.mp_ggsn_ip := "127.0.0.103"
66
67[MAIN_CONTROLLER]
68
69[EXECUTE]
70SGSN_Tests.control
71SGSN_Tests_Iu.control
72SGSN_Tests_NS.control