/** * @author ETSI / STF510 * @version $URL$ * $Id$ * @desc IVIM PIXITS * */ module LibItsIvim_Pixits { // LibIts import from EfcDsrcGeneric language "ASN.1:1997" all; import from EfcDsrcApplication language "ASN.1:1997" all; /** * @desc IUT Provider identifier * Provider description used in IVIM messages sent by the tester */ modulepar Provider PX_PROVIDER := { // TODO To be moved in LibItsCommon_Pixits? countryCode := '0000000000'B, providerIdentifier := 0 } } // End of module LibItsIvim_Pixits