Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -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); } /** Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -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); } /** Loading