LibItsCam_Pixits.ttcn 742 Bytes
Newer Older
/**
 *  @author   ETSI / STF517
 *  @version  $URL$
 *            $Id$
 *  @desc     Module containing Pixits for CAM
 *
 */
module LibItsCam_Pixits {
    
    // LibCommon
    import from LibCommon_BasicTypesAndValues all;
    import from LibCommon_DataStrings all;
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT
     */
    modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT";
    
    modulepar  Oct8 PX_CERT_IUT_CAM_01 := '0000000000000000'O;
    modulepar  Oct8 PX_CERT_IUT_CAM_02 := '0000000000000000'O;
    modulepar  Oct8 PX_CERT_IUT_CAM_03 := '0000000000000000'O;

} // End of module LibItsSecurity_Pixits