Loading Common/LibItsCommon_Functions.ttcn +10 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,16 @@ module LibItsCommon_Functions { var template (value) UtTrigger v_utMsg := { p_event }; utPort.send(v_utMsg); alt { [] utPort.receive(UtResult:true) { tc_wait.stop; } [] utPort.receive { tc_wait.stop; } [] tc_wait.timeout { } } } /** Loading Loading
Common/LibItsCommon_Functions.ttcn +10 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,16 @@ module LibItsCommon_Functions { var template (value) UtTrigger v_utMsg := { p_event }; utPort.send(v_utMsg); alt { [] utPort.receive(UtResult:true) { tc_wait.stop; } [] utPort.receive { tc_wait.stop; } [] tc_wait.timeout { } } } /** Loading