From ed7db370c84948d1ac4233db02b0ba317721cc74 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Tue, 23 Jun 2020 11:21:25 +0200 Subject: [PATCH] run_lte.sh: fix typo --- test/run_lte.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_lte.sh b/test/run_lte.sh index c067242b2..4d4bba3e1 100755 --- a/test/run_lte.sh +++ b/test/run_lte.sh @@ -141,7 +141,7 @@ check_ue() # Check CQI is 15 num_error=$(cat ./${nof_prb}prb_ue.log | grep "PUCCH" | grep "cqi=" | grep -v "cqi=15" | wc -l) if [ "$num_error" != "0" ] 2>/dev/null; then - echo "Error. Detected $num_error CQI != 15 in UE logs. We should finish with all qci=15." + echo "Error. Detected $num_error CQI != 15 in UE logs. We should finish with all cqi=15." exit 1 fi