diff --git a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg index ce4c6981..146d1e4b 100644 --- a/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg +++ b/ttcn3-gbproxy-test-fr/GBProxy_Tests.cfg @@ -23,7 +23,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.25.103", local_udp_port := 23000, - remote_ip := "172.18.25.10" + remote_ip := "172.18.25.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -37,7 +39,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.25.103", local_udp_port := 24000, - remote_ip := "172.18.25.10" + remote_ip := "172.18.25.10", + data_weight := 1, + signalling_weight := 1 } } } diff --git a/ttcn3-gbproxy-test/GBProxy_Tests.cfg b/ttcn3-gbproxy-test/GBProxy_Tests.cfg index e19084af..89f4fa7c 100644 --- a/ttcn3-gbproxy-test/GBProxy_Tests.cfg +++ b/ttcn3-gbproxy-test/GBProxy_Tests.cfg @@ -22,7 +22,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.24.103", local_udp_port := 23000, - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -36,7 +38,9 @@ GBProxy_Tests.mp_nsconfig_sgsn := { address_family := AF_INET, local_ip := "172.18.24.103", local_udp_port := 24000, - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -51,7 +55,9 @@ GBProxy_Tests.mp_nsconfig_pcu := { ip := { address_family := AF_INET, local_ip := "172.18.24.103", - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -63,7 +69,9 @@ GBProxy_Tests.mp_nsconfig_pcu := { ip := { address_family := AF_INET, local_ip := "172.18.24.103", - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -75,7 +83,9 @@ GBProxy_Tests.mp_nsconfig_pcu := { ip := { address_family := AF_INET, local_ip := "172.18.24.103", - remote_ip := "172.18.24.10" + remote_ip := "172.18.24.10", + data_weight := 1, + signalling_weight := 1 } } } diff --git a/ttcn3-pcu-test/PCU_Tests.cfg b/ttcn3-pcu-test/PCU_Tests.cfg index 9e69f860..89ed2201 100644 --- a/ttcn3-pcu-test/PCU_Tests.cfg +++ b/ttcn3-pcu-test/PCU_Tests.cfg @@ -25,7 +25,9 @@ SGSN_Components.mp_nsconfig := { local_ip := "172.18.13.10", local_udp_port := 23000, remote_ip := "172.18.13.101", - remote_udp_port := 23000 + remote_udp_port := 23000, + data_weight := 1, + signalling_weight := 1 } }, nsvci := 1234 diff --git a/ttcn3-pcu-test/sns/PCU_Tests.cfg b/ttcn3-pcu-test/sns/PCU_Tests.cfg index c6af8a6a..7efb2cb1 100644 --- a/ttcn3-pcu-test/sns/PCU_Tests.cfg +++ b/ttcn3-pcu-test/sns/PCU_Tests.cfg @@ -18,7 +18,9 @@ SGSN_Components.mp_nsconfig := { local_ip := "172.18.14.10", local_udp_port := 23000, remote_ip := "172.18.14.101", - remote_udp_port := 23000 + remote_udp_port := 23000, + data_weight := 1, + signalling_weight := 1 } }, nsvci := 1234 diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg index b77fffd6..b127dd84 100644 --- a/ttcn3-sgsn-test/SGSN_Tests.cfg +++ b/ttcn3-sgsn-test/SGSN_Tests.cfg @@ -20,7 +20,9 @@ SGSN_Tests.mp_nsconfig := { ip := { address_family := AF_INET, local_ip := "172.18.8.103", - remote_ip := "172.18.8.10" + remote_ip := "172.18.8.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -33,7 +35,9 @@ SGSN_Tests.mp_nsconfig := { ip := { address_family := AF_INET, local_ip := "172.18.8.103", - remote_ip := "172.18.8.10" + remote_ip := "172.18.8.10", + data_weight := 1, + signalling_weight := 1 } } } @@ -46,7 +50,9 @@ SGSN_Tests.mp_nsconfig := { ip := { address_family := AF_INET, local_ip := "172.18.8.103", - remote_ip := "172.18.8.10" + remote_ip := "172.18.8.10", + data_weight := 1, + signalling_weight := 1 } } }