aboutsummaryrefslogtreecommitdiffstats
path: root/sgsn/SGSN_Tests_SNS.cfg
blob: d4dcea09550667fad75ad986e09d8aab77104504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[ORDERED_INCLUDE]
# Common configuration, shared between test suites
"../Common.cfg"
# testsuite specific configuration, not expected to change
"./SGSN_Tests.default"

# Local configuration below

[LOGGING]

[TESTPORT_PARAMETERS]
*.SGSNVTY.CTRL_HOSTNAME := "127.0.0.10"

[MODULE_PARAMETERS]
SGSN_Tests.mp_nsconfig := {
	{
		handle_sns := true,
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "127.0.0.103",
						remote_ip := "127.0.0.10"
					}
				}
			}
		}
	},
	{
		handle_sns := true,
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "127.0.0.103",
						remote_ip := "127.0.0.10"
					}
				}
			}
		}
	},
	{
		handle_sns := true,
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "127.0.0.103",
						remote_ip := "127.0.0.10"
					}
				}
			}
		}
	}
}
SGSN_Tests.mp_ranap_cfg := {
	{
		sctp_addr := { 23908, "127.0.0.103", 2905, "127.0.0.200" }
	}
}
SGSN_Tests.mp_hlr_ip := "127.0.0.103"
SGSN_Tests.mp_ggsn_ip := "127.0.0.103"

[MAIN_CONTROLLER]

[EXECUTE]
SGSN_Tests.control
SGSN_Tests_Iu.control
SGSN_Tests_NS.control