Commit 7e49401d authored by filatov's avatar filatov
Browse files

LibItsCAM LibItsDENM: add certificate hash Pixits

parent e32e9c1e
/**
* @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;
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
\ No newline at end of file
/**
* @author ETSI / STF517
* @version $URL$
* $Id$
* @desc Module containing Pixits for DENM
*
*/
module LibItsDenm_Pixits {
// LibCommon
import from LibCommon_BasicTypesAndValues all;
import from LibCommon_DataStrings all;
// LibItsSecurity
import from LibItsSecurity_TypesAndValues all;
modulepar Oct8 PX_CERT_IUT_DENM_01 := '0000000000000000'O;
modulepar Oct8 PX_CERT_IUT_DENM_02 := '0000000000000000'O;
modulepar Oct8 PX_CERT_IUT_DENM_03 := '0000000000000000'O;
} // End of module LibItsDenm_Pixits
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment