Commit e208d03a authored by filatov's avatar filatov
Browse files

move IUT certificate names for SSP testing from Pixits to module variables

parent a6e672d5
......@@ -23,8 +23,4 @@ module LibItsCam_Pixits {
*/
modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
modulepar charstring PX_CERT_IUT_CAM_02 := "CERT_IUT_CAM_BO_02_AT";
modulepar charstring PX_CERT_IUT_CAM_03 := "CERT_IUT_CAM_BO_03_AT";
} // End of module LibItsSecurity_Pixits
\ No newline at end of file
......@@ -57,10 +57,16 @@ module LibItsCam_TypesAndValues {
const DangerousGoodsBasic c_dangerousGoodsBasic_radioactiveMaterial := radioactiveMaterial;
const DangerousGoodsBasic c_dangerousGoodsBasic_corrosiveSubstances := corrosiveSubstances;
const DangerousGoodsBasic c_dangerousGoodsBasic_miscellaneousDangerousSubstances := miscellaneousDangerousSubstances;
} // end group camValues
group certificates {
const charstring PX_CERT_IUT_CAM_02 := "CERT_IUT_CAM_BO_02_AT";
const charstring PX_CERT_IUT_CAM_03 := "CERT_IUT_CAM_BO_03_AT";
}
group utPrimitives {
/**
......
......@@ -23,8 +23,4 @@ module LibItsDenm_Pixits {
*/
modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
modulepar charstring PX_CERT_IUT_DENM_01 := "CERT_IUT_DENM_BO_01_AT";
modulepar charstring PX_CERT_IUT_DENM_02 := "CERT_IUT_DENM_BO_02_AT";
} // End of module LibItsDenm_Pixits
\ No newline at end of file
......@@ -53,6 +53,13 @@ module LibItsDenm_TypesAndValues {
const TransmissionInterval c_interval_10sec := 10000;
} // end group denmConstants
group certicicates {
const charstring PX_CERT_IUT_DENM_01 := "CERT_IUT_DENM_BO_01_AT";
const charstring PX_CERT_IUT_DENM_02 := "CERT_IUT_DENM_BO_02_AT";
}
group utPrimitives {
......
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