Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
d04ca2d5
Commit
d04ca2d5
authored
Aug 18, 2016
by
filatov
Browse files
fix certificate usage instruction for DENM
parent
5cdfe9ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn
View file @
d04ca2d5
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment