Loading ttcn/Common/LibItsCommon_Functions.ttcn +9 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,9 @@ module LibItsCommon_Functions { log("*** f_utInitializeIut: INFO: IUT could not be initialized in time ***"); log("*** f_utInitializeIut: INFO: IUT could not be initialized in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); f_selfOrClientSyncAndVerdict("error", e_timeout); } } [else] { // Shortcut defaults repeat; } } } } } Loading @@ -63,6 +66,9 @@ module LibItsCommon_Functions { } } [] tc_wait.timeout { [] tc_wait.timeout { } } [else] { // Shortcut defaults repeat; } } } } } Loading Loading @@ -108,6 +114,9 @@ module LibItsCommon_Functions { log("*** f_utCheckEvent: INFO: Event not indicated at application layer ***"); log("*** f_utCheckEvent: INFO: Event not indicated at application layer ***"); } } } } [else] { // Shortcut defaults repeat; } } } } } Loading Loading
ttcn/Common/LibItsCommon_Functions.ttcn +9 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,9 @@ module LibItsCommon_Functions { log("*** f_utInitializeIut: INFO: IUT could not be initialized in time ***"); log("*** f_utInitializeIut: INFO: IUT could not be initialized in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); f_selfOrClientSyncAndVerdict("error", e_timeout); } } [else] { // Shortcut defaults repeat; } } } } } Loading @@ -63,6 +66,9 @@ module LibItsCommon_Functions { } } [] tc_wait.timeout { [] tc_wait.timeout { } } [else] { // Shortcut defaults repeat; } } } } } Loading Loading @@ -108,6 +114,9 @@ module LibItsCommon_Functions { log("*** f_utCheckEvent: INFO: Event not indicated at application layer ***"); log("*** f_utCheckEvent: INFO: Event not indicated at application layer ***"); } } } } [else] { // Shortcut defaults repeat; } } } } } Loading