From 1b297013680e799d946b8d3aa14bc23ed744657c Mon Sep 17 00:00:00 2001 From: Robert Schmidt <robert.schmidt@openairinterface.org> Date: Fri, 10 Mar 2023 14:05:29 +0100 Subject: [PATCH] Threshold for NSA traffic lowered --- ci-scripts/xml_files/container_nsa_b200_quectel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/xml_files/container_nsa_b200_quectel.xml b/ci-scripts/xml_files/container_nsa_b200_quectel.xml index 3734c91229f..4007e596192 100644 --- a/ci-scripts/xml_files/container_nsa_b200_quectel.xml +++ b/ci-scripts/xml_files/container_nsa_b200_quectel.xml @@ -144,8 +144,8 @@ <testCase id="070000"> <class>Iperf</class> - <desc>iperf (DL/125Mbps/UDP)(60 sec)(single-ue profile)</desc> - <iperf_args>-u -b 125M -t 60 -i 1 -fm</iperf_args> + <desc>iperf (DL/90Mbps/UDP)(60 sec)(single-ue profile)</desc> + <iperf_args>-u -b 90M -t 60 -i 1 -fm</iperf_args> <direction>DL</direction> <id>idefix</id> <iperf_packetloss_threshold>25</iperf_packetloss_threshold> -- GitLab