Commit f6de0b17 authored by fischerjo's avatar fischerjo
Browse files

Changes done during webex meeting with Yann

parent 89532b62
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ module LibItsAtsp_Functions {
            // Set defaults
            activate(a_atspDefault()); 
            if (p_componentName == "cf02Up") {
                activate(a_iicpDefault());
                activate(a_atspDefault());
            }
        } // End of function f_initialiseComponent
	}
@@ -522,7 +522,7 @@ module LibItsAtsp_Functions {
	    	            if (p_discard == false) { 
	        	            tc_wait.stop;
	            	        log("*** f_cnSetIParameterValueCI: ERROR: An unexpected MI-COMMAND was received ***", v_result);
	                	    f_selfOrClientSyncAndVerdict("error", e_timeout); // to be checked
	                	    f_selfOrClientSyncAndVerdict("error", e_error); // to be checked
		                } else { 
		                    log("*** f_cnSetIParameterValueCI: INFO: An unexpected MI-COMMAND was received, repeating check ***");
	    	                repeat;
@@ -753,11 +753,11 @@ module LibItsAtsp_Functions {
		                [] utPort.receive(UtEventInd : { utAtspEventInd := ? } ) -> 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
            	            f_selfOrClientSyncAndVerdict("error", e_error);
	            	    }
	                	[] tc_wait.timeout {
                        	log("*** f_utSendIN_UNITDATA_Request: ERROR: Timeout while waiting for event check result ***");
	                        f_selfOrClientSyncAndVerdict("error", e_timeout); // to be checked
	                        f_selfOrClientSyncAndVerdict("timeout", e_timeout);
		                }
	    	        } // End of 'alt' statement
				}