From 5a67f1723249d3d8ba5fe16203f5981573ba5ba3 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 11 Mar 2022 10:30:45 +0300 Subject: [PATCH] BTS_Tests: remove misleading comments in f_sacch_{present,missing}() Change-Id: Ib6264da51d17d8d5d932109afad79d6a9916911b Related: SYS#5838, OS#4008, OS#4009 --- bts/BTS_Tests.ttcn | 2 -- 1 file changed, 2 deletions(-) diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn index 27b004a83..b311da1d9 100644 --- a/bts/BTS_Tests.ttcn +++ b/bts/BTS_Tests.ttcn @@ -1076,7 +1076,6 @@ testcase TC_deact_sacch() runs on test_CT { /* verify that given SACCH payload is present */ private function f_sacch_present(template octetstring l3_exp) runs on ConnHdlr { var L1ctlDlMessage dl; - /* check that the specified SI5 value is actually sent */ timer T_sacch := 3.0; L1CTL.clear; T_sacch.start; @@ -1099,7 +1098,6 @@ private function f_sacch_present(template octetstring l3_exp) runs on ConnHdlr { /* verify that given SACCH payload is not present */ private function f_sacch_missing(template octetstring l3_exp) runs on ConnHdlr { var L1ctlDlMessage dl; - /* check that the specified SI5 value is actually sent */ timer T_sacch := 3.0; L1CTL.clear; T_sacch.start;