From d04ca2d533169f3a540f28da22e7fb4ca1fd088e Mon Sep 17 00:00:00 2001 From: filatov Date: Thu, 18 Aug 2016 12:31:17 +0000 Subject: [PATCH] fix certificate usage instruction for DENM --- ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn b/ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn index c3007aeaf..207472837 100644 --- a/ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn +++ b/ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn @@ -2884,14 +2884,8 @@ module ItsDenm_TpFunctions { } // Test component configuration - f_cfUp(); - - // Test adapter configuration // instruct adapter to use p_certName to sign message - if(e_success != f_acTriggerSecEvent(m_acEnableSecurity(p_certName))) { - log("*** INFO: TEST CASE NOW STOPPING ITSELF! ***"); - stop; - } + f_cfUp(p_certName); // Preamble f_prInitialState(); @@ -2967,17 +2961,9 @@ module ItsDenm_TpFunctions { } // Test component configuration + // instruct adapter to use normal certificate to sign message f_cfUp(); - // Test adapter configuration - - // instruct adapter to use c_certName_FullDENMSSP to sign message - if(e_success != f_acTriggerSecEvent(m_acEnableSecurity(c_certName_FullDENMSSP))) { - log("*** INFO: TEST CASE NOW STOPPING ITSELF! ***"); - stop; - } - - // Preamble f_prInitialState(); f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success); -- GitLab