Commit 821dec6c authored by tepelmann's avatar tepelmann
Browse files

Load scenarios in case of security too.

parent 431fceac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1591,13 +1591,13 @@ module LibItsGeoNetworking_Functions {
                    v_hashedId8ToBeUsed := 'FFFFFFFFFFFFFFFF'O; // Reset to unknown value, the IUT will use its own certificates
                }
                f_utInitializeIut(m_secGnInitialize(v_hashedId8ToBeUsed));
                return;
            } // else, default behavior
            else {
                f_utInitializeIut(m_gnInitialize);
            }
            
            f_acLoadScenario(p_scenario);
            f_acStartScenario();
            
            f_utInitializeIut(m_gnInitialize);
        }
        
        /**