ns: fix broken tests by adding weight

The NSConfiguration now requires signalling_weight and data_weight.
Otherwise the tests will fail to an unbound integer.

Change-Id: I4484d48d945d5e6e1711f9bedf3248a24ecc4e76
This commit is contained in:
Alexander Couzens 2021-02-03 15:15:27 +01:00
parent f7e947af0b
commit 87e44cfe55
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ modulepar {
local_udp_port := 21000,
local_ip := "127.0.0.1",
remote_udp_port := 23000,
remote_ip := "127.0.0.1"
remote_ip := "127.0.0.1",
data_weight := 2,
signalling_weight := 2
}
},
nsvci := 97