Loading ItsGeoNetworking_TpFunctions.ttcn +17120 −17118 Original line number Diff line number Diff line Loading @@ -1914,7 +1914,7 @@ module ItsGeoNetworking_TpFunctions { } [] a_receiveGeoBroadcast( mw_longPosVectorPosition(v_longPosVectorIut), v_expectedSequenceNumber) { ?) { tc_ac.stop; log("*** " & testcasename() & ": FAIL: GBC packet received with incorrect sequence number ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); Loading Loading @@ -1965,8 +1965,10 @@ module ItsGeoNetworking_TpFunctions { } tc_ac.start; alt { [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacket( [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwPdu( mw_geoNwBroadcastPacket( mw_longPosVectorPosition(v_longPosVectorIut), ? )))) -> value v_geoNwInd { Loading lib_system/LibItsGeoNetworking_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -248,17 +248,16 @@ module LibItsGeoNetworking_Functions { activate(a_cf02Down()); //Initialze the IUT log("f_cf02Up: start f_initialState for: ", p_mainUtComponent); if(p_mainUtComponent == c_compMTC) { // Initialise secured mode f_initialiseSecuredMode(); // MTC intializes IUT log("f_cf02Up: start f_initialState for: ", p_mainUtComponent); f_initialState(p_scenario); } else { v_component := f_getComponent(p_mainUtComponent); log("f_cf02Up: start f_initialState for: ", p_mainUtComponent); v_component.start(f_initialState(p_scenario)); v_component.done; } Loading module.mk +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ modules := lib \ lib_system \ ../LibCommon \ /titan-test-system-framework/ttcn/LibHelpers \ /titan-test-system-framework/ttcn/LibSecurity \ ../LibIts \ ../AtsIPv6OverGeoNetworking/lib \ ../AtsIPv6OverGeoNetworking/lib_system \ Loading @@ -22,7 +23,9 @@ modules := lib \ /titan-test-system-framework/ccsrc/loggers \ /titan-test-system-framework/ccsrc/Protocols/ETH \ /titan-test-system-framework/ccsrc/Protocols/Pcap \ /titan-test-system-framework/ccsrc/Protocols/Xml \ /titan-test-system-framework/ccsrc/Helpers \ /titan-test-system-framework/ccsrc/security \ /ccsrc/Externals \ /ccsrc/geospacial \ /ccsrc/Asn1c \ Loading Loading
ItsGeoNetworking_TpFunctions.ttcn +17120 −17118 Original line number Diff line number Diff line Loading @@ -1914,7 +1914,7 @@ module ItsGeoNetworking_TpFunctions { } [] a_receiveGeoBroadcast( mw_longPosVectorPosition(v_longPosVectorIut), v_expectedSequenceNumber) { ?) { tc_ac.stop; log("*** " & testcasename() & ": FAIL: GBC packet received with incorrect sequence number ***"); f_selfOrClientSyncAndVerdict(c_tbDone, e_error); Loading Loading @@ -1965,8 +1965,10 @@ module ItsGeoNetworking_TpFunctions { } tc_ac.start; alt { [] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwBroadcastPacket( [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwPdu( mw_geoNwBroadcastPacket( mw_longPosVectorPosition(v_longPosVectorIut), ? )))) -> value v_geoNwInd { Loading
lib_system/LibItsGeoNetworking_Functions.ttcn +2 −3 Original line number Diff line number Diff line Loading @@ -248,17 +248,16 @@ module LibItsGeoNetworking_Functions { activate(a_cf02Down()); //Initialze the IUT log("f_cf02Up: start f_initialState for: ", p_mainUtComponent); if(p_mainUtComponent == c_compMTC) { // Initialise secured mode f_initialiseSecuredMode(); // MTC intializes IUT log("f_cf02Up: start f_initialState for: ", p_mainUtComponent); f_initialState(p_scenario); } else { v_component := f_getComponent(p_mainUtComponent); log("f_cf02Up: start f_initialState for: ", p_mainUtComponent); v_component.start(f_initialState(p_scenario)); v_component.done; } Loading
module.mk +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ modules := lib \ lib_system \ ../LibCommon \ /titan-test-system-framework/ttcn/LibHelpers \ /titan-test-system-framework/ttcn/LibSecurity \ ../LibIts \ ../AtsIPv6OverGeoNetworking/lib \ ../AtsIPv6OverGeoNetworking/lib_system \ Loading @@ -22,7 +23,9 @@ modules := lib \ /titan-test-system-framework/ccsrc/loggers \ /titan-test-system-framework/ccsrc/Protocols/ETH \ /titan-test-system-framework/ccsrc/Protocols/Pcap \ /titan-test-system-framework/ccsrc/Protocols/Xml \ /titan-test-system-framework/ccsrc/Helpers \ /titan-test-system-framework/ccsrc/security \ /ccsrc/Externals \ /ccsrc/geospacial \ /ccsrc/Asn1c \ Loading