Commit 20c17351 authored by berge's avatar berge
Browse files

Fixed UtDefault

parent 76785108
Loading
Loading
Loading
Loading
+1 −7
Original line number Original line Diff line number Diff line
@@ -1107,13 +1107,6 @@ module LibItsGeoNetworking_Functions {
                log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***");
                log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***");
                f_selfOrClientSyncAndVerdict("error", e_error);
                f_selfOrClientSyncAndVerdict("error", e_error);
            }
            }
            [] tc_wait.timeout {
                log("*** " & __SCOPE__ & ": INFO: Could not receive expected UT message from IUT in time ***");
                f_selfOrClientSyncAndVerdict("error", e_timeout);
            }
            [else] { // Shortcut defaults
                repeat; 
            }
        }
        }
        
        
        /**
        /**
@@ -1457,6 +1450,7 @@ module LibItsGeoNetworking_Functions {
         */
         */
        function f_prDefault() runs on ItsGeoNetworking {
        function f_prDefault() runs on ItsGeoNetworking {
            activate(a_default());
            activate(a_default());
            activate(a_utDefault());
        }
        }
        
        
        /**
        /**