Loading ttcn/LibItsECall_Functions.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -290,7 +290,7 @@ module LibItsECall_Functions { * @param p_ignoreOtherMessages Whether other events shall be ignored or not * @return FeedbackResult Received event if reception is successful, or failure */ function f_expectFeedback(template Event p_e, float p_event_timeout := PX_TIMEOUT, in boolean p_ignoreOtherMessages := false) runs on ECallMtc return ExpectResult { function f_expectFeedback(template Event p_e, float p_event_timeout := PX_TIMEOUT, in boolean p_ignoreOtherMessages := false) runs on PsapMtc return ExpectResult { timer t := p_event_timeout; var Event v_received; var ExpectResult v_result; Loading @@ -313,6 +313,7 @@ module LibItsECall_Functions { [] t.timeout { v_result.failure := true; log("Expecting", p_e); f_stopIvsTestcase(inconc, "Timeout!"); } } Loading Loading
ttcn/LibItsECall_Functions.ttcn +3 −2 Original line number Diff line number Diff line Loading @@ -290,7 +290,7 @@ module LibItsECall_Functions { * @param p_ignoreOtherMessages Whether other events shall be ignored or not * @return FeedbackResult Received event if reception is successful, or failure */ function f_expectFeedback(template Event p_e, float p_event_timeout := PX_TIMEOUT, in boolean p_ignoreOtherMessages := false) runs on ECallMtc return ExpectResult { function f_expectFeedback(template Event p_e, float p_event_timeout := PX_TIMEOUT, in boolean p_ignoreOtherMessages := false) runs on PsapMtc return ExpectResult { timer t := p_event_timeout; var Event v_received; var ExpectResult v_result; Loading @@ -313,6 +313,7 @@ module LibItsECall_Functions { [] t.timeout { v_result.failure := true; log("Expecting", p_e); f_stopIvsTestcase(inconc, "Timeout!"); } } Loading