LibItsIvim_Pixits.ttcn 1.04 KB
Newer Older
garciay's avatar
garciay committed
 *    @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
    }
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
} // End of module LibItsIvim_Pixits