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

Start implementing first TPs for MIM; Validate Test Adapter

parent 3aebdf81
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -9,8 +9,13 @@ LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_btpB

LibItsAvm_Pics.PICS_IS_IUT_SECURED := false
LibItsAvm_Pics.PICS_RO_ROLE        := true
LibItsAvm_Pics.PICS_VO_ROLE        := false
LibItsAvm_Pics.PICS_MIM_GENERATION := true

LibItsAvm_Pics.PICS_MIM_MTU        := 1500

LibItsAvm_Pixits.PX_MAX_REPETITION := 10

[LOGGING]
# In this section you can specify the name of the log file and the classes of events
# you want to log into the file or display on console (standard error).
@@ -114,9 +119,16 @@ system.utPort.params := "UT_AVM/UDP(dst_ip=192.168.1.21,dst_port=12345,src_port=

# RO Role
# Check that protocolVersion is set to 2 and messageID is set to 19
#ItsAvm_TestCases.TC_MIM_MSD_FMT_BV_01
#ItsAvm_TestCases.TC_MIM_DISS_BV_01
# Check that MIM messages include one or more Mim containers
#ItsAvm_TestCases.TC_MIM_DISS_BV_02
# Check that Mim containers address exactly one SV ITS-S
ItsAvm_TestCases.TC_MIM_DISS_BV_03
# Check that the the size of an ASN.1 encoded MIM does not exceed MTU_MIM
ItsAvm_TestCases.TC_MIM_DISS_BV_04

# Check that the IUT generates e2eProtection CRC properly
ItsAvm_TestCases.TC_MIM_MSD_FMT_BV_02
#ItsAvm_TestCases.TC_MIM_DISS_BV_02
# Check that MIM is encapsulated in BTP type B packet
#ItsAvm_TestCases.TC_MIM_MSD_PAR_BV_01
# Check that MIM is encapsulated in SHB packet
Compare 03233b0b to fed91395
Original line number Diff line number Diff line
Subproject commit 03233b0b2cbc782d8e49e24bfa3a3b304843a9ce
Subproject commit fed913956b39a6dfe6f196e1f72b4bfdfa00936a
Compare 5d967e0d to 0d59eb33
Original line number Diff line number Diff line
Subproject commit 5d967e0d62cee074c4f6015697755cf8663f07fa
Subproject commit 0d59eb338f798352c6bb3819b8842f32b60f8058
Compare e9860544 to 77bc2781
Original line number Diff line number Diff line
Subproject commit e9860544d75bb897807d108115797fca39dd2e9d
Subproject commit 77bc278184cc79ad11c08f2725718d5d50ff7e96
Compare f9e136a4 to 2264fdb6
Original line number Diff line number Diff line
Subproject commit f9e136a4c26acc75c531e4e6cb804ced319d2e26
Subproject commit 2264fdb639dffd70e3e26984c49492f9edd35a76
Loading