BSSGP_Emulation: Fix ttcn3 runtime warning

Should fix following TTCN3 warning during runtime of
PCU_Tests.TC_pcuif_suspend:
"""
BSSGP_Emulation.ttcnpp:462 Timeout operation on timer g_T2 failed: The timer is not started.
"""

Change-Id: Ic74572a21b5abee8e530741466360ff7e16a357d
This commit is contained in:
Pau Espin 2022-02-22 15:30:26 +01:00 committed by pespin
parent e5fe6e7527
commit 8afdee10b3
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ altstep as_sig_allstate_pre() runs on BSSGP_CT {
}
}
}
[] g_T2.timeout {
[g_T2.running] g_T2.timeout {
setverdict(fail, "Timeout waiting for BVC-RESET-ACK on BVCI=0");
BSCP.send(f_BnsUdReq(ts_BSSGP_STATUS(udi.bvci, BSSGP_CAUSE_BVCI_UNKNOWN, udi.bssgp), 0, 0));
g_T2.start;