Commit d5a4137c authored by berge's avatar berge
Browse files

Changed PICS_GN_APPLICATION_MAX_RETRANS to PX_GN_APPLICATION_MAX_RETRANS

parent 6579a255
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1172,7 +1172,7 @@ module LibItsGeoNetworking_Functions {
         * @return 
         * @return 
         */
         */
        function f_getAppMaxRetrans() return integer {
        function f_getAppMaxRetrans() return integer {
            var integer v_itsGnApplicationMaxRetrans := PICS_GN_APPLICATION_MAX_RETRANS;
            var integer v_itsGnApplicationMaxRetrans := PX_GN_APPLICATION_MAX_RETRANS;
            
            
            return v_itsGnApplicationMaxRetrans;
            return v_itsGnApplicationMaxRetrans;
        }
        }
+0 −6
Original line number Original line Diff line number Diff line
@@ -159,12 +159,6 @@ module LibItsGeoNetworking_Pics {
         */
         */
        modulepar integer PICS_GN_TRAFFIC_CLASS_LATENCY := 10;    
        modulepar integer PICS_GN_TRAFFIC_CLASS_LATENCY := 10;    
        
        
        /**
         * @desc Maximum number of application retransmissions
         * @see  
         */
        modulepar integer PICS_GN_APPLICATION_MAX_RETRANS := 10;
        
        /**
        /**
         * @desc Default theoretical maximum communication range [m]
         * @desc Default theoretical maximum communication range [m]
         * @see  Draft ETSI TS 102 871-1 A.40/22
         * @see  Draft ETSI TS 102 871-1 A.40/22
+6 −1
Original line number Original line Diff line number Diff line
@@ -103,6 +103,11 @@ module LibItsGeoNetworking_Pixits {
             */
             */
            modulepar UInt32 PX_DISTANCE_UNIT := 10000;
            modulepar UInt32 PX_DISTANCE_UNIT := 10000;


            /**
             * @desc Maximum number of application retransmissions
             */
            modulepar integer PX_GN_APPLICATION_MAX_RETRANS := 10;    
            
        } // end congestionControl
        } // end congestionControl
        
        
        group timers {
        group timers {