Commit 6e30ba5d authored by garciay's avatar garciay
Browse files

Missing TC_CAM_MSD_SSP_BO_03()

parent df6a7c96
......@@ -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_02());
if (PICS_SPECIALTRANS and PICS_SPECIALVEHICLECONTAINER) {
execute(TC_CAM_MSD_SSP_BO_03());
}
}
}
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());
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment