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
6e30ba5d
Commit
6e30ba5d
authored
Oct 24, 2016
by
garciay
Browse files
Missing TC_CAM_MSD_SSP_BO_03()
parent
df6a7c96
Changes
1
Show whitespace changes
Inline
Side-by-side
ttcn/AtsCAM/ItsCam_TestControl.ttcn
View file @
6e30ba5d
...
...
@@ -17,7 +17,8 @@ module ItsCam_TestControl {
control
{
if
(
PICS_CAM_GENERATION
)
{
execute
(
TC_CAM_MSD_FMT_BV_01
());
if
(
not
PICS_IS_IUT_SECURED
)
{
execute
(
TC_CAM_MSD_FMT_BV_01
()
if
(
not
PICS_RSU
)
{
execute
(
TC_CAM_MSD_FMT_BV_02
());
execute
(
TC_CAM_MSD_FMT_BV_03
());
...
...
@@ -93,21 +94,20 @@ module ItsCam_TestControl {
execute
(
TC_CAM_MSD_PAR_BV_01
());
execute
(
TC_CAM_MSD_PAR_BV_02
());
execute
(
TC_CAM_MSD_PAR_BV_03
());
if
(
PICS_IS_IUT_SECURED
)
{
if
(
PICS_PUBLICTRANS
)
{
}
else
{
if
(
PICS_PUBLICTRANS
and
PICS_SPECIALVEHICLECONTAINER
)
{
execute
(
TC_CAM_MSD_SSP_BO_02
());
}
if
(
PICS_SPECIALTRANS
)
{
execute
(
TC_CAM_MSD_SSP_BO_0
2
());
if
(
PICS_SPECIALTRANS
and
PICS_SPECIALVEHICLECONTAINER
)
{
execute
(
TC_CAM_MSD_SSP_BO_0
3
());
}
}
}
if
(
PICS_CAM_RECEPTION
)
{
if
(
not
PICS_IS_IUT_SECURED
)
{
execute
(
TC_CAM_MSP_BV_01
());
if
(
PICS_IS_IUT_SECURED
)
{
}
else
{
execute
(
TC_CAM_MSP_SSP_BV_02
());
execute
(
TC_CAM_MSP_SSP_BV_03
());
}
...
...
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