Loading ttcn/DENM/LibItsDenm_Functions.ttcn +18 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,9 @@ module LibItsDenm_Functions { tc_wait.stop; log("*** " & testcasename() & ": INFO: IUT initialized ***"); } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -68,6 +71,9 @@ module LibItsDenm_Functions { log("*** " & testcasename() & ": INFO: IUT pseudonym changed ***"); f_selfOrClientSyncAndVerdict("error", e_error); } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -98,6 +104,9 @@ module LibItsDenm_Functions { f_selfOrClientSyncAndVerdict("DENM Trigger failed", e_error); } } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -126,6 +135,9 @@ module LibItsDenm_Functions { tc_wait.stop; v_actionId := v_result.actionId; } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -155,6 +167,9 @@ module LibItsDenm_Functions { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); } [] a_utDefault() { //empty on purpose } [else] { // Shortcut defaults // //f_sleep(0.050); // 50 ms repeat; Loading @@ -179,6 +194,9 @@ module LibItsDenm_Functions { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); } [] a_utDefault() { //empty on purpose } [else] { // Shortcut defaults // //f_sleep(0.050); // 50 ms repeat; Loading Loading
ttcn/DENM/LibItsDenm_Functions.ttcn +18 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,9 @@ module LibItsDenm_Functions { tc_wait.stop; log("*** " & testcasename() & ": INFO: IUT initialized ***"); } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -68,6 +71,9 @@ module LibItsDenm_Functions { log("*** " & testcasename() & ": INFO: IUT pseudonym changed ***"); f_selfOrClientSyncAndVerdict("error", e_error); } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -98,6 +104,9 @@ module LibItsDenm_Functions { f_selfOrClientSyncAndVerdict("DENM Trigger failed", e_error); } } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -126,6 +135,9 @@ module LibItsDenm_Functions { tc_wait.stop; v_actionId := v_result.actionId; } [] a_utDefault() { //empty on purpose } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading @@ -155,6 +167,9 @@ module LibItsDenm_Functions { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); } [] a_utDefault() { //empty on purpose } [else] { // Shortcut defaults // //f_sleep(0.050); // 50 ms repeat; Loading @@ -179,6 +194,9 @@ module LibItsDenm_Functions { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); } [] a_utDefault() { //empty on purpose } [else] { // Shortcut defaults // //f_sleep(0.050); // 50 ms repeat; Loading