aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-gbproxy-test/GBProxy_Tests.cfg
blob: 7bc38d6bda90bd060e53cd9677581aaf8ca4641c (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
73
74
75
[ORDERED_INCLUDE]
# Common configuration, shared between test suites
"/osmo-ttcn3-hacks/Common.cfg"
# testsuite specific configuration, not expected to change
"/osmo-ttcn3-hacks/gbproxy/GBProxy_Tests.default"

# Local configuration below

[LOGGING]

[TESTPORT_PARAMETERS]
*.GBPVTY.CTRL_HOSTNAME := "172.18.24.10"

[MODULE_PARAMETERS]
GBProxy_Tests.mp_nsconfig_sgsn := {
	{
		handle_sns := true,
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "172.18.24.103",
						local_udp_port := 23000,
						remote_ip := "172.18.24.10"
					}
				}
			}
		}
	}
}
GBProxy_Tests.mp_nsconfig_pcu := {
	{
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "172.18.24.103",
						remote_ip := "172.18.24.10"
					}
				}
			}
		}
	}, {
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "172.18.24.103",
						remote_ip := "172.18.24.10"
					}
				}
			}
		}
	}, {
		nsvc := {
			{
				provider := {
					ip := {
						address_family := AF_INET,
						local_ip := "172.18.24.103",
						remote_ip := "172.18.24.10"
					}
				}
			}
		}
	}
}

[MAIN_CONTROLLER]

[EXECUTE]
GBProxy_Tests.control