Commit 7cd5436f authored by berge's avatar berge
Browse files

Fixed consistency issues

parent 4a7807d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -693,7 +693,7 @@ module LibItsGeoNetworking_Functions {
        function f_startBeingNeighbour() runs on ItsGeoNetworking {
            
            vc_neighbourDefault := activate(a_neighbourDefault());
            if (PICS_SECURED_MODE == true) {
            if (PICS_GN_SECURITY == true) {
                f_acEnableSecurity();
            }
            f_acTriggerEvent(m_startBeaconing(m_beaconHeader(f_getPosition(vc_componentName)).beaconHeader));
@@ -706,7 +706,7 @@ module LibItsGeoNetworking_Functions {
        function f_stopBeingNeighbour() runs on ItsGeoNetworking {
            
            f_acTriggerEvent(m_stopBeaconing);
            if (PICS_SECURED_MODE == true) {
            if (PICS_GN_SECURITY == true) {
                f_acDisableSecurity();
            }
            deactivate(vc_neighbourDefault);
+6 −0
Original line number Diff line number Diff line
@@ -178,6 +178,12 @@ module LibItsGeoNetworking_Pics {
         */
        modulepar integer PICS_GN_BC_FORWARDING_PACKET_BUFFER_SIZE := 1024;
        
         /**
         * @desc MAX_COUNTER used in Advanced GBC forwarding
         * @see  ETSI TS 102 871-1 v2.1.1 A.32/XX FIXME: not defined as protocol constant in base spec
         */
        modulepar integer PICS_GN_ADVANCED_BC_FORWARDING_MAX_COUNTER := 3;
        
        /**
         * @desc IUT's Mac address
         */