Loading ttcn/CAM/LibItsCam_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ module LibItsCam_Functions { * @desc Initialise secure mode if required */ function f_initialiseSecuredMode( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsCam { if (PICS_IS_IUT_SECURED == true) { Loading Loading @@ -287,7 +287,7 @@ module LibItsCam_Functions { * @param p_certificateId The certificate identifier the TA shall use in case of secured IUT */ function f_cfUp( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsCam system ItsCamSystem { map(self:utPort, system:utPort); Loading ttcn/CAM/LibItsCam_Pixits.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -17,10 +17,10 @@ module LibItsCam_Pixits { /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT"; modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT"; modulepar Oct8 PX_CERT_IUT_CAM_02 := 'C19561F65F12C99E'O; modulepar charstring PX_CERT_IUT_CAM_02 := "CERT_IUT_CAM_BO_02_AT"; modulepar Oct8 PX_CERT_IUT_CAM_03 := 'F62F77E85F283F06'O; modulepar charstring PX_CERT_IUT_CAM_03 := "CERT_IUT_CAM_BO_03_AT"; } // End of module LibItsSecurity_Pixits No newline at end of file ttcn/DENM/LibItsDenm_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ module LibItsDenm_Functions { * @desc Initialise secure mode if required */ function f_initialiseSecuredMode( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsDenm { if (PICS_IS_IUT_SECURED == true) { Loading Loading @@ -381,7 +381,7 @@ module LibItsDenm_Functions { * @param p_certificateId The certificate identifier the TA shall use in case of secured IUT */ function f_cfUp( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsDenm system ItsDenmSystem { map(self:acPort, system:acPort); Loading ttcn/DENM/LibItsDenm_Pixits.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -17,10 +17,10 @@ module LibItsDenm_Pixits { /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT"; modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT"; modulepar Oct8 PX_CERT_IUT_DENM_01 := 'B227D164E9A2CEA0'O; modulepar charstring PX_CERT_IUT_DENM_01 := "CERT_IUT_DENM_BO_01_AT"; modulepar Oct8 PX_CERT_IUT_DENM_02 := '546AAE55A3239AE2'O; modulepar charstring PX_CERT_IUT_DENM_02 := "CERT_IUT_DENM_BO_02_AT"; } // End of module LibItsDenm_Pixits No newline at end of file ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1813,7 +1813,7 @@ module LibItsGeoNetworking_Functions { ); return f_acTriggerSecEvent(m_acEnableSecurity(cc_taCert_A)); } return f_acTriggerSecEvent(m_acEnableSecurity(PX_CERT_FOR_TA)); return f_acTriggerSecEvent(m_acEnableSecurity(PX_CERT_FOR_TS)); } /** Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,7 @@ module LibItsCam_Functions { * @desc Initialise secure mode if required */ function f_initialiseSecuredMode( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsCam { if (PICS_IS_IUT_SECURED == true) { Loading Loading @@ -287,7 +287,7 @@ module LibItsCam_Functions { * @param p_certificateId The certificate identifier the TA shall use in case of secured IUT */ function f_cfUp( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsCam system ItsCamSystem { map(self:utPort, system:utPort); Loading
ttcn/CAM/LibItsCam_Pixits.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -17,10 +17,10 @@ module LibItsCam_Pixits { /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT"; modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT"; modulepar Oct8 PX_CERT_IUT_CAM_02 := 'C19561F65F12C99E'O; modulepar charstring PX_CERT_IUT_CAM_02 := "CERT_IUT_CAM_BO_02_AT"; modulepar Oct8 PX_CERT_IUT_CAM_03 := 'F62F77E85F283F06'O; modulepar charstring PX_CERT_IUT_CAM_03 := "CERT_IUT_CAM_BO_03_AT"; } // End of module LibItsSecurity_Pixits No newline at end of file
ttcn/DENM/LibItsDenm_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -233,7 +233,7 @@ module LibItsDenm_Functions { * @desc Initialise secure mode if required */ function f_initialiseSecuredMode( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsDenm { if (PICS_IS_IUT_SECURED == true) { Loading Loading @@ -381,7 +381,7 @@ module LibItsDenm_Functions { * @param p_certificateId The certificate identifier the TA shall use in case of secured IUT */ function f_cfUp( in charstring p_certificateId := PX_CERT_FOR_TA in charstring p_certificateId := PX_CERT_FOR_TS ) runs on ItsDenm system ItsDenmSystem { map(self:acPort, system:acPort); Loading
ttcn/DENM/LibItsDenm_Pixits.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -17,10 +17,10 @@ module LibItsDenm_Pixits { /** * @desc The certificate identifier the TA shall use in case of secured IUT */ modulepar charstring PX_CERT_FOR_TA := "CERT_TS_A_AT"; modulepar charstring PX_CERT_FOR_TS := "CERT_TS_A_AT"; modulepar Oct8 PX_CERT_IUT_DENM_01 := 'B227D164E9A2CEA0'O; modulepar charstring PX_CERT_IUT_DENM_01 := "CERT_IUT_DENM_BO_01_AT"; modulepar Oct8 PX_CERT_IUT_DENM_02 := '546AAE55A3239AE2'O; modulepar charstring PX_CERT_IUT_DENM_02 := "CERT_IUT_DENM_BO_02_AT"; } // End of module LibItsDenm_Pixits No newline at end of file
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -1813,7 +1813,7 @@ module LibItsGeoNetworking_Functions { ); return f_acTriggerSecEvent(m_acEnableSecurity(cc_taCert_A)); } return f_acTriggerSecEvent(m_acEnableSecurity(PX_CERT_FOR_TA)); return f_acTriggerSecEvent(m_acEnableSecurity(PX_CERT_FOR_TS)); } /** Loading