blob: 360d9f9bf2e58bcaea058363ad18c21ec1094760 [file] [log] [blame]
Alexander Couzens358c74c2021-08-06 18:01:06 +02001[ORDERED_INCLUDE]
2# Common configuration, shared between test suites
3"../Common.cfg"
4# testsuite specific configuration, not expected to change
5"./NS_Tests.default"
6
7[LOGGING]
8
9[MODULE_PARAMETERS]
10NS_Tests.mp_nsconfig := {
11 nsei := 1234,
12 nsvc := {
13 {
14 provider := {
15 ip := {
16 address_family := AF_INET,
17 local_ip := "127.0.0.1",
18 local_udp_port := 22000,
19 remote_ip := "127.0.0.1",
20 remote_udp_port := 23000
21 }
22 },
23 nsvci := 1234
24 },
25 {
26 provider := {
27 ip := {
28 address_family := AF_INET,
29 local_ip := "127.0.0.1",
30 local_udp_port := 22000,
31 remote_ip := "127.0.0.1",
32 remote_udp_port := 23001
33 }
34 },
35 nsvci := 1235
36 }
37 }
38}
39NS_Tests.mp_dialect := NS2_DIALECT_SNS
40NS_Tests.mp_sns_role := SNS_ROLE_SGSN;
41
42[TESTPORT_PARAMETERS]
43
44[MAIN_CONTROLLER]
45
46[EXECUTE]
47NS_Tests.control