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

move module parameter PX_CERT_FOR_TS to LibItsCommon

parent d0a24f09
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -18,9 +18,4 @@ module LibItsCam_Pixits {
    // LibItsSecurity
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
    import from LibItsSecurity_TypesAndValues all;
    
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
    
} // End of module LibItsSecurity_Pixits
} // End of module LibItsSecurity_Pixits
 No newline at end of file
+6 −0
Original line number Original line Diff line number Diff line
@@ -55,4 +55,10 @@ module LibItsCommon_Pixits {
     */
     */
    modulepar boolean PX_GNSS_SCENARIO_SUPPORT := false;
    modulepar boolean PX_GNSS_SCENARIO_SUPPORT := false;
    
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT. Default: CERT_IUT_A_AT
     * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
    
} // end LibItsCommon_Pixits
} // end LibItsCommon_Pixits
 No newline at end of file
+0 −5
Original line number Original line Diff line number Diff line
@@ -18,9 +18,4 @@ module LibItsDenm_Pixits {
    // LibItsSecurity
    // LibItsSecurity
    import from LibItsSecurity_TypesAndValues all;
    import from LibItsSecurity_TypesAndValues all;
    
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT
     */
    modulepar charstring  PX_CERT_FOR_TS := "CERT_TS_A_AT";
    
} // End of module LibItsDenm_Pixits
} // End of module LibItsDenm_Pixits
 No newline at end of file
+0 −6
Original line number Original line Diff line number Diff line
@@ -204,10 +204,4 @@ module LibItsGeoNetworking_Pixits {
        
        
    } // end geoNetworkingPixits
    } // end geoNetworkingPixits
    
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT. Default: CERT_IUT_A_AT
     * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
    
} // end LibItsGeoNetworking_Pixits
} // end LibItsGeoNetworking_Pixits
+0 −5
Original line number Original line Diff line number Diff line
@@ -24,9 +24,4 @@ module LibItsIvim_Pixits {
        providerIdentifier  := 0
        providerIdentifier  := 0
    }
    }
    
    
    /**
     * @desc The certificate identifier the TA shall use in case of secured IUT
     */
    modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT";
    
} // End of module LibItsIvim_Pixits 
} // End of module LibItsIvim_Pixits 
 No newline at end of file
Loading