Commit a54b3ec5 authored by YannGarcia's avatar YannGarcia
Browse files

Update module.mk

parent a3d39a71
Loading
Loading
Loading
Loading
+17120 −17118
Original line number Diff line number Diff line
@@ -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);
@@ -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 {
+2 −3
Original line number Diff line number Diff line
@@ -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;
      }
+3 −0
Original line number Diff line number Diff line
@@ -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 \
@@ -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 \