Newer
Older
/**
* @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
*/
modulepar Provider PX_PROVIDER := { // TODO To be moved in LibItsCommon_Pixits?
countryCode := '0000000000'B,
providerIdentifier := 0
}
} // End of module LibItsIvim_Pixits