diff --git a/ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn b/ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn index c3007aeaf5005a143431c6fedac24ad73b2069d5..20747283798ae1cf272afe8f79d4fda712b0bbb0 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);