Commit e27e2510 authored by Yann Garcia's avatar Yann Garcia
Browse files

Validate TC_VBS_TRANS_BV_xx

parent b4d2faa2
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -109,7 +109,11 @@
			"unistd.h": "c",
			"msggen_mec.h": "c",
			"system.h": "c",
			"netfwd": "cpp"
			"netfwd": "cpp",
			"msggen_comm.h": "c",
			"time.h": "c",
			"pthread.h": "c",
			"msggen.h": "c"
		},
		"java.compile.nullAnalysis.mode": "automatic"
	}
+2 −2
Original line number Diff line number Diff line
@@ -37,10 +37,10 @@ int uppertester_vru_codec::encode(const LibItsVru__TypesAndValues::UtVamTrigger
  encoding_buffer.put_c(static_cast<const uint8_t>(uppertester_vru_codec::c_utVamTrigger));
  uint8_t                                                  flags = 0x00;
  OCTETSTRING                                              val;
  if (r.setVruProfile().is_present()) {
  if (r.ischosen(LibItsVru__TypesAndValues::UtVamTrigger::ALT_setVruProfile)) {
    flags |= 0x80;
    val = int2oct(r.setVruProfile(), 1);
  } else if (r.leaveClusterWithCause().is_present()) {
  } else if (r.ischosen(LibItsVru__TypesAndValues::UtVamTrigger::ALT_leaveClusterWithCause)) {
    flags |= 0x40;
    val = int2oct(r.leaveClusterWithCause(), 1);
  }
+2 −1
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_btpB

LibItsVru_Pics.PICS_IS_IUT_SECURED       := true
LibItsVru_Pics.PICS_VAM_GENERATION       := true
LibItsVru_Pics.PICS_VAM_TRANSMISSION     := true
LibItsVru_Pics.PICS_PROFILE_PEDESTRIAN   := true
LibItsVru_Pics.PICS_PROFILE_BICYCLIST    := true
LibItsVru_Pics.PICS_PROFILE_MOTORCYCLIST := false
@@ -165,7 +166,7 @@ system.utPort.params := "UT_VRU/UDP(dst_ip=192.168.1.21,dst_port=12345,src_port=
# Check that clusterLeaveReason indicates clusterLeaderLost when the cluster leader is lost
#ItsVru_TestCases.TC_VBS_MSGF_BV_16
# Check that clusterLeaveReason indicates clusterDisbandedByLeader when the cluster leader breaks up the cluster
ItsVru_TestCases.TC_VBS_MSGF_BV_17
#ItsVru_TestCases.TC_VBS_MSGF_BV_17
# Check that clusterLeaveReason indicates outOfClusterBoundingBox when the VRU moves out of the cluster bounding box
#ItsVru_TestCases.TC_VBS_MSGF_BV_18
# Check that clusterLeaveReason indicates outOfClusterSpeedRange when the VRU is out of the cluster speed range
Compare 95ed727c to 873d0605
Original line number Diff line number Diff line
Subproject commit 95ed727c7cc6f32b15e94f6f3d9f6f669f041acd
Subproject commit 873d0605293c11564f3f5186c3feb8341c8b951c