LibItsGeoNetworking_Pixits.ttcn 749 Bytes
Newer Older
fischer's avatar
fischer committed
/**
 *	@author 	ETSI / STF405
berge's avatar
berge committed
 *  @version 	$URL$
 *				$Id$
fischer's avatar
fischer committed
 *	@desc		CAM PICS
 *
 */
module LibItsGeoNetworking_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    
    group geoNetworkingPixits {
        
    group CongestionControl {
        
        /**
         * @desc Nr of neighbour limit to enter the "medium" congestion status value
         */
    	modulepar integer PX_MIN_NR_NEIGHBOUR := 50;

        /**
         * @desc Nr of neighbour limit to enter the "maximum" congestion status value
         */
    	modulepar integer PX_MAX_NR_NEIGHBOUR := 50;

    } // end of group

    } // end of group geoNetworkingPixits
    
} // end of module LibItsGeoNetworking_Pixits