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

Implementing DISS & MGSF SAEM TPs

parent 1a9bfef2
Loading
Loading
Loading
Loading
+17 −1
Original line number Diff line number Diff line
@@ -107,8 +107,18 @@ system.utPort.params := "UT_SAEM/UDP(dst_ip=192.168.1.21,dst_port=12345,src_port

[EXECUTE]

# Check that protocolVersion is set to 2 and messageID is set to 19
# Check that protocolVersion is set to 2 and messageID is set to 12
ItsAvm_TestCases.TC_MVM_MSD_FMT_BV_01
# Check that the statdionId component of the header is set to the Station ID of the Service Announcer ITS-S
#ItsAvm_TestCases.TC_MVM_MSD_FMT_BV_04
# Check that the sam component of the SAEM is of type Sam
# Check that the changeCount component is of type SrvAdvChangeCount
#ItsAvm_TestCases.TC_MVM_MSD_FMT_BV_05_06
# Check that the samBody component contains the component extensions if one of the announced services can be consumed using a different communication technology from the SAEM
#ItsAvm_TestCases.TC_MVM_MSD_FMT_BV_07
# Check that the samBody component contains the serviceInfos component with at least one element
# Check that the serviceId component in the ServiceInfo contains the ITS-AID of the announced ITS-S service
#ItsAvm_TestCases.TC_MVM_MSD_FMT_BV_08_09

# Check that the SAS exchanges information directly with the security entities via the interface IF.Security when ETSI ITS security is used at the facilities layer.
#ItsAvm_TestCases.TC_SAEM_IFSE_BV_01
@@ -120,6 +130,12 @@ ItsAvm_TestCases.TC_MVM_MSD_FMT_BV_01
#ItsAvm_TestCases.TC_SAEM_DISS_BV_01
# Check that the contentCount in the component changeCount identifies a change of the content of the announced SA that corresponds to a certain saID
#ItsAvm_TestCases.TC_SAEM_DISS_BV_02
# Check that the saID and contentCount in the component changeCount are identical for consecutive messages with identical content from the same ITS-S
#ItsAvm_TestCases.TC_SAEM_DISS_BV_03
# Check that the SAS message processing triggers, updates or ends the SAEM dissemination according to parameters received from the management entity vie the MF interface
#ItsAvm_TestCases.TC_SAEM_DISS_BV_04
# Check that SAEMs are signed with explicit Authorization Tickets containing the SA ITS-AID and BitmapSsp SSPs
#ItsAvm_TestCases.TC_SAEM_DISS_BV_06

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
Compare 037dce94 to 35313de9
Original line number Diff line number Diff line
Subproject commit 037dce94096b0ef33f6ec7dccd0dd10c214ef87d
Subproject commit 35313de9f9c23e2f0b15670e5205ff3918548868