Loading ItsVru_TpFunctions.ttcn +8 −5 Original line number Diff line number Diff line Loading @@ -1138,7 +1138,7 @@ module ItsVru_TpFunctions { // Test control if (not PICS_VAM_GENERATION or not PICS_PROFILE_PEDESTRIAN or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_PEDESTRIAN and not PICS_IS_IUT_SECURED required for executing the TC ***"); log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_PEDESTRIAN and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading Loading @@ -1299,8 +1299,8 @@ module ItsVru_TpFunctions { // Local variables // Test control if (not PICS_VAM_GENERATION or not PICS_PROFILE_BICYCLIST or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_BICYCLIST and not PICS_IS_IUT_SECURED required for executing the TC ***"); if (not PICS_VAM_GENERATION or not PICS_PROFILE_BICYCLIST or not PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_BICYCLIST and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading @@ -1314,6 +1314,9 @@ module ItsVru_TpFunctions { f_prInitialState(); f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success); // Set VRU profile f_utTriggerEvent(m_setVruProfile(Vru_profile_bicyclistAndLightVruVehicle)); // Test Body tc_ac.start; alt { Loading Loading @@ -2970,7 +2973,7 @@ module ItsVru_TpFunctions { // Test control if (not PICS_VAM_TRANSMISSION or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_TRANSMISSION and not PICS_IS_IUT_SECURED required for executing the TC ***"); log("*** " & testcasename() & ": PICS_VAM_TRANSMISSION and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading Loading @@ -3286,7 +3289,7 @@ module ItsVru_TpFunctions { // Test control if (not PICS_CLUSTERING or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_CLUSTERING and not PICS_IS_IUT_SECURED required for executing the TC ***"); log("*** " & testcasename() & ": PICS_CLUSTERING and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading Loading
ItsVru_TpFunctions.ttcn +8 −5 Original line number Diff line number Diff line Loading @@ -1138,7 +1138,7 @@ module ItsVru_TpFunctions { // Test control if (not PICS_VAM_GENERATION or not PICS_PROFILE_PEDESTRIAN or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_PEDESTRIAN and not PICS_IS_IUT_SECURED required for executing the TC ***"); log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_PEDESTRIAN and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading Loading @@ -1299,8 +1299,8 @@ module ItsVru_TpFunctions { // Local variables // Test control if (not PICS_VAM_GENERATION or not PICS_PROFILE_BICYCLIST or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_BICYCLIST and not PICS_IS_IUT_SECURED required for executing the TC ***"); if (not PICS_VAM_GENERATION or not PICS_PROFILE_BICYCLIST or not PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_GENERATION and PICS_PROFILE_BICYCLIST and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading @@ -1314,6 +1314,9 @@ module ItsVru_TpFunctions { f_prInitialState(); f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success); // Set VRU profile f_utTriggerEvent(m_setVruProfile(Vru_profile_bicyclistAndLightVruVehicle)); // Test Body tc_ac.start; alt { Loading Loading @@ -2970,7 +2973,7 @@ module ItsVru_TpFunctions { // Test control if (not PICS_VAM_TRANSMISSION or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_VAM_TRANSMISSION and not PICS_IS_IUT_SECURED required for executing the TC ***"); log("*** " & testcasename() & ": PICS_VAM_TRANSMISSION and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading Loading @@ -3286,7 +3289,7 @@ module ItsVru_TpFunctions { // Test control if (not PICS_CLUSTERING or PICS_IS_IUT_SECURED) { log("*** " & testcasename() & ": PICS_CLUSTERING and not PICS_IS_IUT_SECURED required for executing the TC ***"); log("*** " & testcasename() & ": PICS_CLUSTERING and PICS_IS_IUT_SECURED required for executing the TC ***"); setverdict(inconc); stop; } Loading