Loading ttcn/DENM/LibItsDenm_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ module LibItsDenm_Functions { log("*** f_utCheckEvent: Event correctly indicated at application layer ***"); } else { f_selfOrClientSyncAndVerdict("error", e_error, "*** f_utCheckEvent: Event indicated at application layer where should not appear ***"); f_selfOrClientSyncAndVerdict("error", e_error, "*** f_utCheckEvent: Event indicated at application layer where should it should be discarded ***"); } } [] utPort.receive { Loading Loading
ttcn/DENM/LibItsDenm_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ module LibItsDenm_Functions { log("*** f_utCheckEvent: Event correctly indicated at application layer ***"); } else { f_selfOrClientSyncAndVerdict("error", e_error, "*** f_utCheckEvent: Event indicated at application layer where should not appear ***"); f_selfOrClientSyncAndVerdict("error", e_error, "*** f_utCheckEvent: Event indicated at application layer where should it should be discarded ***"); } } [] utPort.receive { Loading