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

LibItsCAM LibItsDENM: add certificate hash Pixits

parent e32e9c1e
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
/**
 *  @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
+23 −0
Original line number Diff line number Diff line
/**
 *  @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