/** * @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 } /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT"; } // End of module LibItsIvim_Pixits