blob: 6d3407de3f34e4e7bb89ba84f7cea7af47902c0e [file] [log] [blame]
Harald Weltea74776b2018-03-02 17:00:40 +01001[ORDERED_INCLUDE]
2# Common configuration, shared between test suites
3"../Common.cfg"
Harald Welte9fbcf4b2018-12-07 07:56:52 +01004# testsuite specific configuration, not expected to change
5"./PCU_Tests.default"
Harald Weltea74776b2018-03-02 17:00:40 +01006
Harald Welte13d391e2017-07-23 19:52:33 +02007[LOGGING]
8
9[MODULE_PARAMETERS]
Pau Espin Pedrol0e6ed2e2020-04-29 14:33:13 +020010SGSN_Components.mp_nsconfig := {
Vadim Yanitskiyc776ded2020-10-17 18:25:18 +070011 nsei := 1234,
Harald Welte90f19742020-11-06 19:34:40 +010012 handle_sns := false,
13 nsvc := {
14 {
15 provider := {
16 ip := {
17 address_family := AF_INET,
18 local_ip := "127.0.0.1",
19 local_udp_port := 23000,
20 remote_ip := "127.0.0.1",
Harald Weltebe7afce2021-01-17 22:04:36 +010021 remote_udp_port := 22000,
22 data_weight := 1,
23 signalling_weight := 1
Harald Welte90f19742020-11-06 19:34:40 +010024 }
25 },
26 nsvci := 1234
Alexander Couzensc3165722021-01-11 02:51:45 +010027 },
28 {
29 provider := {
30 ip := {
31 address_family := AF_INET,
32 local_ip := "127.0.0.1",
33 local_udp_port := 23001,
34 remote_ip := "127.0.0.1",
Harald Weltebe7afce2021-01-17 22:04:36 +010035 remote_udp_port := 22000,
36 data_weight := 1,
37 signalling_weight := 1
38 }
Alexander Couzensc3165722021-01-11 02:51:45 +010039 },
40 nsvci := 1234
41 },
42 {
43 provider := {
44 ip := {
45 address_family := AF_INET,
46 local_ip := "127.0.0.1",
47 local_udp_port := 23002,
48 remote_ip := "127.0.0.1",
Harald Weltebe7afce2021-01-17 22:04:36 +010049 remote_udp_port := 22000,
50 data_weight := 1,
51 signalling_weight := 1
52 }
Alexander Couzensc3165722021-01-11 02:51:45 +010053 },
54 nsvci := 1234
Harald Welte90f19742020-11-06 19:34:40 +010055 }
56 }
Alexander Couzens2c12b242018-07-31 00:30:11 +020057}
58
Harald Welte13d391e2017-07-23 19:52:33 +020059[TESTPORT_PARAMETERS]
Harald Welte13d391e2017-07-23 19:52:33 +020060
61[MAIN_CONTROLLER]
62
63[EXECUTE]
Pau Espin Pedrol8dd59fb2020-04-29 15:08:16 +020064PCU_Tests.control
65PCU_Tests_NS.control