Loading ttcn/CALM/ATSP/LibItsAtsp_Functions.ttcn3 +4 −4 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading @@ -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; Loading Loading @@ -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 } Loading Loading
ttcn/CALM/ATSP/LibItsAtsp_Functions.ttcn3 +4 −4 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading @@ -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; Loading Loading @@ -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 } Loading