/** * @author ETSI / STF405 * @version $URL: svn+ssh://vcs.etsi.org/TTCN3/ATS/Its/trunk/ttcn/AtsCAM/ItsCam_Pixits.ttcn $ * $Id: ItsCam_Pixits.ttcn 87 2010-08-27 10:15:07Z fischer $ * @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