/** * @author ETSI / STF517 * @version $URL$ * $Id$ * @desc IVIM PIXITS * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. * */ 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 * @see ETSI TS 103 191-3 Table B.8 */ modulepar Provider PX_PROVIDER := { countryCode := '0000000000'B, providerIdentifier := 0 } } // End of module LibItsIvim_Pixits