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
258ac115
Commit
258ac115
authored
Dec 13, 2016
by
garciay
Browse files
PICS & TSS&TPs review
parent
615bb745
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
ttcn/AtsDENM/ItsDenm_TestCases.ttcn
View file @
258ac115
This diff is collapsed.
Click to expand it.
ttcn/AtsDENM/ItsDenm_TestControl.ttcn
View file @
258ac115
...
...
@@ -73,11 +73,10 @@ module ItsDenm_TestControl {
if
(
PICS_DENM_GENERATION
)
{
execute
(
TC_DEN_PAR_BV_01
());
execute
(
TC_DEN_PAR_BV_02
());
}
if
(
PICS_IS_IUT_SECURED
)
{
execute
(
TC_DEN_SSP_BV_01
());
execute
(
TC_DEN_SSP_BV_02
());
if
(
PICS_IS_IUT_SECURED
)
{
execute
(
TC_DEN_SSP_BV_01_01
());
execute
(
TC_DEN_SSP_BV_01_02
());
}
}
if
(
PICS_DENM_RECEPTION
)
{
...
...
ttcn/AtsDENM/ItsDenm_TpFunctions.ttcn
View file @
258ac115
...
...
@@ -2388,7 +2388,7 @@ module ItsDenm_TpFunctions {
}
// end TC_DEN_SSP_BV_XX
function
f_DEN_SSP_BV_01
(
)
runs
on
ItsDenm
{
function
f_DEN_SSP_BV_01
_01
(
)
runs
on
ItsDenm
{
f_DEN_SSP_BV_XX
(
PX_CERT_IUT_DENM_01
,
m_situation
(
CauseCodeType_trafficCondition_
,
TrafficConditionSubCauseCode_unavailable_
),
...
...
@@ -2396,7 +2396,7 @@ module ItsDenm_TpFunctions {
);
}
function
f_DEN_SSP_BV_02
(
)
runs
on
ItsDenm
{
function
f_DEN_SSP_BV_
01_
02
(
)
runs
on
ItsDenm
{
f_DEN_SSP_BV_XX
(
PX_CERT_IUT_DENM_02
,
m_situation
(
CauseCodeType_accident_
,
AccidentSubCauseCode_unavailable_
),
...
...
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