Commit 821ccef5 authored by Yann Garcia's avatar Yann Garcia
Browse files

Implement TC_MRS_ITSS_MULTIPLE_MESSAGES_CAM_01

parent c2034dcd
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#  typeOfAddress := e_initial,
#  stationType := e_unknown,
#  reserved := 0,
#  mid := '000000000000'O
#  mid := '4C5E0C14D2EA'O
#}
LibItsGeoNetworking_Pics.PICS_GN_LOCAL_GN_ADDR := {
  typeOfAddress := e_manual,
@@ -36,6 +36,8 @@ LibItsSecurity_Pixits.PX_IUT_SEC_CONFIG_NAME := "certificates"
LibItsMbr_Pics.PICS_IUT_MA_CERTIFICATE_ID        := "CERT_IUT_A_MA"
LibItsMbr_Pics.PICS_IUT_MA_CERTIFICATE_ID_NO_SSP := "CERT_IUT_A_MA_NO_SSP"

LibItsMbr_Pics.PICS_IUT_SEND_GROUPED_MBRS        := false

LibItsMbr_Pixits.PX_REPEAT_CONSISTENT_MESSAGE   := 3
LibItsMbr_Pixits.PX_REPEAT_INCONSISTENT_MESSAGE := 1

@@ -138,7 +140,10 @@ system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EA,latitude=43551050
# Linux over UDP
#system.geoNetworkingPort.params := "GN(ll_address=4C5E0C14D2EB,latitude=43551050,longitude=10298730,distanceA=1500,distanceB=1500,angle=0,device_mode=0,secured_mode=0,beacon_secured_mode=1,its_aid=36)/ETH(mac_src=8c554ac1eee0)/UDP(dst_ip=192.168.1.39,src_port=4041,dst_port=9091)"

# For all test where IUT is not MA, uncomment this port
system.httpPort.params := "HTTP(codecs=http_its:http_etsi_ieee1609dot2_codec)/TCP(debug=1,server_mode=1,server=192.168.1.39)"
# For TC_MRS_MA_SEC_BO_01 & TC_MRS_MA_SEC_BO_01 Use this port and comment the one above
#system.httpPort.params := "HTTP(codecs=http_its:http_etsi_ieee1609dot2_codec)/TCP(debug=1,server=192.168.1.39,port=18000)"

system.utMbrPort.params := "UT_MBR/UDP(dst_ip=192.168.1.39,dst_port=12345,src_port=12346)"

@@ -148,6 +153,7 @@ system.utMbrPort.params := "UT_MBR/UDP(dst_ip=192.168.1.39,dst_port=12345,src_po
#ItsMbr_TestCases.TC_MRS_ITSS_SEC_BV_01

# Check that the IUT discards an encrypted MBR message when recipientId does not contain MA certificate
# Set local_port to 18000 for AtsRSUsSimulator
#ItsMbr_TestCases.TC_MRS_MA_SEC_BO_01

# Check that the IUT discards an encrypted MBR message done with a certificate with no MBS SSPs
@@ -184,7 +190,7 @@ system.utMbrPort.params := "UT_MBR/UDP(dst_ip=192.168.1.39,dst_port=12345,src_po
#ItsMbr_TestCases.TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_03

# Check that the IUT generates an inconsistent position value observation (regarding own communication coverage observation) on a CAM in the MR message when requested (Class 1) - obs-Position-ChangeTooLarge
ItsMbr_TestCases.TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04
#ItsMbr_TestCases.TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04

# Check that the IUT generates a MR message with an observation of an inconsistent speed change (regarding acceleration) in consecutive CAMs when requested (Class 2) - obs-Speed-ChangeTooLarge
#ItsMbr_TestCases.TC_MRS_ITSS_MESSAGES_CLASS2_CAM_BV_01
@@ -213,6 +219,9 @@ ItsMbr_TestCases.TC_MRS_ITSS_MESSAGES_CLASS1_CAM_BV_04
# Check that the IUT generates an invalid static changed value in consecutive CAMs MR Message when requested (Class 2) - obs-Static-Change: VehicleWidth
#ItsMbr_TestCases.TC_MRS_ITSS_MESSAGES_CLASS2_CAM_BV_10_05

# Check that the IUT generates a single MR message containing observations on receiving CAM messages with different class 1 inconsistencies
ItsMbr_TestCases.TC_MRS_ITSS_MULTIPLE_MESSAGES_CAM_01

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
KillTimer := 10.0