Loading ttcn/CALM/ATSP/LibItsAtsp_Functions.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -895,7 +895,7 @@ module LibItsAtsp_Functions { tc_wait.stop; log("*** f_utSendIN_UNITDATA_Request: INFO: IN-UNITDATA-STATUS.indication received ***"); } [] atspPort.receive(AtspInd : { msgIn := ? } ) -> value v_result { [] atspPort.receive(AtspInd : { msgIn := ?, receptionTime := ? }/*TODO Use a template*/ ) -> value v_result { tc_wait.stop; log("*** f_utSendIN_UNITDATA_Request: ERROR: An unexpected message was received ***", v_result); f_selfOrClientSyncAndVerdict("error", e_timeout); // to be checked Loading Loading
ttcn/CALM/ATSP/LibItsAtsp_Functions.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -895,7 +895,7 @@ module LibItsAtsp_Functions { tc_wait.stop; log("*** f_utSendIN_UNITDATA_Request: INFO: IN-UNITDATA-STATUS.indication received ***"); } [] atspPort.receive(AtspInd : { msgIn := ? } ) -> value v_result { [] atspPort.receive(AtspInd : { msgIn := ?, receptionTime := ? }/*TODO Use a template*/ ) -> value v_result { tc_wait.stop; log("*** f_utSendIN_UNITDATA_Request: ERROR: An unexpected message was received ***", v_result); f_selfOrClientSyncAndVerdict("error", e_timeout); // to be checked Loading