Commit e208d03a authored by filatov's avatar filatov
Browse files

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

parent a6e672d5
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -23,8 +23,4 @@ module LibItsCam_Pixits {
     */
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
    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
} // End of module LibItsSecurity_Pixits
 No newline at end of file
+7 −1
Original line number Original line Diff line number Diff line
@@ -58,9 +58,15 @@ module LibItsCam_TypesAndValues {
        const DangerousGoodsBasic c_dangerousGoodsBasic_corrosiveSubstances := corrosiveSubstances;
        const DangerousGoodsBasic c_dangerousGoodsBasic_corrosiveSubstances := corrosiveSubstances;
        const DangerousGoodsBasic c_dangerousGoodsBasic_miscellaneousDangerousSubstances := miscellaneousDangerousSubstances;
        const DangerousGoodsBasic c_dangerousGoodsBasic_miscellaneousDangerousSubstances := miscellaneousDangerousSubstances;
       
       
       
    } // end group camValues
    } // 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 {
    group utPrimitives {


        /**
        /**
+0 −4
Original line number Original line Diff line number Diff line
@@ -23,8 +23,4 @@ module LibItsDenm_Pixits {
     */
     */
    modulepar charstring  PX_CERT_FOR_TS := "CERT_TS_A_AT";
    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
} // End of module LibItsDenm_Pixits
 No newline at end of file
+7 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,13 @@ module LibItsDenm_TypesAndValues {
       
       
    } // end group denmConstants
    } // 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 {
    group utPrimitives {
        
        
        /**
        /**