Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1742,7 +1742,7 @@ module LibItsGeoNetworking_Functions { var template (value) ToBeSignedSecuredMessage v_toBeSignedSecuredMessageCertificate; // Load certificates f_loadCertificates("cfg01"); f_loadCertificates(PX_CONFIG_DIRECTORY_FOR_SECURITY); // Initialize vc_location f_setGenerationLocation( f_getTsLatitude(), Loading ttcn/Security/LibItsSecurity_Pics.ttcn3 0 → 100644 +15 −0 Original line number Diff line number Diff line /** * @author ETSI / STF481 * @version $URL$ * $Id$ * @desc Module containing Pics for Security Protocol * */ module LibItsSecurity_Pics { /** * Is the IUT support certificates pushing */ modulepar boolean PICS_IUT_CERTIFICATES_PUSHING := true; } // End of module LibItsSecurity_Pics No newline at end of file ttcn/Security/LibItsSecurity_Pixits.ttcn3 +5 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,11 @@ module LibItsSecurity_Pixits { */ modulepar charstring PX_ROOT_PATH_FOR_SECURITY := ""; /** * @descConfiguration sub-directory to access certificate stored in files */ modulepar charstring PX_CONFIG_DIRECTORY_FOR_SECURITY := "data/certificates"; /** * @desc The certficate the IUT should use. Default: CERT_IUT_A * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1742,7 +1742,7 @@ module LibItsGeoNetworking_Functions { var template (value) ToBeSignedSecuredMessage v_toBeSignedSecuredMessageCertificate; // Load certificates f_loadCertificates("cfg01"); f_loadCertificates(PX_CONFIG_DIRECTORY_FOR_SECURITY); // Initialize vc_location f_setGenerationLocation( f_getTsLatitude(), Loading
ttcn/Security/LibItsSecurity_Pics.ttcn3 0 → 100644 +15 −0 Original line number Diff line number Diff line /** * @author ETSI / STF481 * @version $URL$ * $Id$ * @desc Module containing Pics for Security Protocol * */ module LibItsSecurity_Pics { /** * Is the IUT support certificates pushing */ modulepar boolean PICS_IUT_CERTIFICATES_PUSHING := true; } // End of module LibItsSecurity_Pics No newline at end of file
ttcn/Security/LibItsSecurity_Pixits.ttcn3 +5 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,11 @@ module LibItsSecurity_Pixits { */ modulepar charstring PX_ROOT_PATH_FOR_SECURITY := ""; /** * @descConfiguration sub-directory to access certificate stored in files */ modulepar charstring PX_CONFIG_DIRECTORY_FOR_SECURITY := "data/certificates"; /** * @desc The certficate the IUT should use. Default: CERT_IUT_A * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE Loading