Loading ttcn/BTP/LibItsBtp_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ repeat; } [] utPort.receive { log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading ttcn/CAM/LibItsCam_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -167,9 +167,8 @@ module LibItsCam_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading ttcn/CAM/LibItsCam_TypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,8 @@ module LibItsCam_TypesAndValues { */ type record UtCamEventInd { CAM camMsg } with { encode (camMsg) "LibItsCam_asn1" } /** Loading ttcn/DENM/LibItsDenm_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -251,9 +251,8 @@ module LibItsDenm_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading ttcn/MapSpat/LibItsMapSpat_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -142,9 +142,8 @@ module LibItsMapSpat_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading Loading
ttcn/BTP/LibItsBtp_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -144,7 +144,7 @@ repeat; } [] utPort.receive { log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading
ttcn/CAM/LibItsCam_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -167,9 +167,8 @@ module LibItsCam_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading
ttcn/CAM/LibItsCam_TypesAndValues.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,8 @@ module LibItsCam_TypesAndValues { */ type record UtCamEventInd { CAM camMsg } with { encode (camMsg) "LibItsCam_asn1" } /** Loading
ttcn/DENM/LibItsDenm_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -251,9 +251,8 @@ module LibItsDenm_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading
ttcn/MapSpat/LibItsMapSpat_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -142,9 +142,8 @@ module LibItsMapSpat_Functions { repeat; } [] utPort.receive { tc_wait.stop; log("*** " & testcasename() & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); log("*** " & testcasename() & ": INFO: Received unhandled/unknown UT message from IUT ***"); repeat; } } Loading