Commit 80509ca9 authored by garciay's avatar garciay
Browse files

Add receptionTime in AtspInd record

parent d88f3151
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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