Commit 2b9d35c3 authored by berge's avatar berge
Browse files

Added '[else]' statement in ut related function to avoid capturing GN packets in default

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