BTS_Tests: remove misleading comments in f_sacch_{present,missing}()

Change-Id: Ib6264da51d17d8d5d932109afad79d6a9916911b
Related: SYS#5838, OS#4008, OS#4009
This commit is contained in:
Vadim Yanitskiy 2022-03-11 10:30:45 +03:00
parent 3ee71d8521
commit 5a67f17232
1 changed files with 0 additions and 2 deletions

View File

@ -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;