Loading ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn +2 −16 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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); Loading Loading
ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn +2 −16 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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); Loading