LibItsIvim_Pixits.ttcn 1.47 KB
Newer Older
garciay's avatar
garciay committed
 *    @author      ETSI / STF517
Yann Garcia's avatar
Yann Garcia committed
 *    @version     $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/IVIM/LibItsIvim_Pixits.ttcn $
 *                 $Id: LibItsIvim_Pixits.ttcn 1315 2016-12-15 13:25:41Z garciay $
garciay's avatar
garciay committed
 *    @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;
    import from IVI language "ASN.1:1997" all;
    
    /**
     * @desc IUT Provider identifier
     *       Provider description used in IVIM messages sent by the tester
garciay's avatar
garciay committed
     * @see  ETSI TS 103 191-3 Table B.8
garciay's avatar
garciay committed
    modulepar Provider PX_PROVIDER := { 
        countryCode         := '0000000000'B,
        providerIdentifier  := 0
    }
    
    /**
     * @desc IUT ZoneId 1 identifier
     *       ZoneId 1 used in IVIM messages sent by the tester
     * @see  ETSI TS 103 191-3 Table B.8
     */
    modulepar Zid PX_ZONEID_1 := 1
    
    /**
     * @desc IUT ZoneId 2 identifier
     *       ZoneId 2 used in IVIM messages sent by the tester
     * @see  ETSI TS 103 191-3 Table B.8
     */
    modulepar Zid PX_ZONEID_2 := 2
    
} // End of module LibItsIvim_Pixits