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

Update configuration files for AtsDENM

parent 9afa22bf
Loading
Loading
Loading
Loading
+187 −32
Original line number Original line Diff line number Diff line
@@ -91,15 +91,16 @@ system.denmPort.params := "DENM(next_header=btpB,header_type=tsb)/BTP(dst_port=2
system.utPort.params := "UT_DENM/UDP(dst_ip=192.168.1.21,dst_port=12345,src_port=12346)"
system.utPort.params := "UT_DENM/UDP(dst_ip=192.168.1.21,dst_port=12345,src_port=12346)"


[EXECUTE]
[EXECUTE]

# Check that protocolVersion is set to 2 and messageID is set to 1
# Check that protocolVersion is set to 2 and messageID is set to 1
ItsDenm_TestCases.TC_DEN_MSGF_BV_01
#ItsDenm_TestCases.TC_DEN_MSGF_BV_01
# Check that sent DENM contains at least one 'trace' DE
# Check that sent DENM contains at least one 'detectionZonesToEventPosition' DE
#ItsDenm_TestCases.TC_DEN_MSGF_BV_02
#ItsDenm_TestCases.TC_DEN_MSGF_BV_02
# Check that DEN Basic Service generates a new DENM on reception of a valid AppDENM_Trigger request
# Check that DEN Basic Service generates a new DENM on reception of a valid AppDENM_Trigger request
#ItsDenm_TestCases.TC_DEN_EVGN_BV_01
#ItsDenm_TestCases.TC_DEN_EVGN_BV_01
# Check that a new ActionId value is assigned for each newly generated DENM
# Check that a new actionId value is assigned for each newly generated DENM
#ItsDenm_TestCases.TC_DEN_EVGN_BV_02
#ItsDenm_TestCases.TC_DEN_EVGN_BV_02
# Check that a newly created ActionId contains the StationID of the originating ITS-S that detected the event
# Check that a newly created actionId contains the stationId of the originating ITS-S that detected the event
#ItsDenm_TestCases.TC_DEN_EVGN_BV_03
#ItsDenm_TestCases.TC_DEN_EVGN_BV_03
# Check that Cause and subcause values included in DENM as provided by application
# Check that Cause and subcause values included in DENM as provided by application
#ItsDenm_TestCases.TC_DEN_EVGN_BV_04
#ItsDenm_TestCases.TC_DEN_EVGN_BV_04
@@ -107,19 +108,17 @@ ItsDenm_TestCases.TC_DEN_MSGF_BV_01
#ItsDenm_TestCases.TC_DEN_EVGN_BV_05
#ItsDenm_TestCases.TC_DEN_EVGN_BV_05
# Check that sequenceNumber is set to a next unused value each time an event is detected
# Check that sequenceNumber is set to a next unused value each time an event is detected
#ItsDenm_TestCases.TC_DEN_EVGN_BV_07
#ItsDenm_TestCases.TC_DEN_EVGN_BV_07
# Check that actionID are generated using newly assigned stationID when a pseudonym change occurs
#ItsDenm_TestCases.TC_DEN_EVGN_BV_10
# Check that DEN Basic Service generates an update DENM on reception of a valid AppDENM_update request
# Check that DEN Basic Service generates an update DENM on reception of a valid AppDENM_update request
#ItsDenm_TestCases.TC_DEN_EVUP_BV_01
#ItsDenm_TestCases.TC_DEN_EVUP_BV_01
# Check that the actionID is not changed by DENM update, as long as the stationID of the originating ITS-S remains unchanged
# Check that the actionId is not changed by DENM update, as long as the stationId of the originating ITS-S remains unchanged
#ItsDenm_TestCases.TC_DEN_EVUP_BV_02
#ItsDenm_TestCases.TC_DEN_EVUP_BV_02
# Check that referenceTime is set to the current time when generating a DENM for an updated eventCheck 
# Check that referenceTime is set to the current time when generating a DENM for an updated eventCheck 
#ItsDenm_TestCases.TC_DEN_EVUP_BV_03
#ItsDenm_TestCases.TC_DEN_EVUP_BV_03
# Check that DEN Basic Service does not send any update DENM if actionID is not in originating ITS-S message table
# Check that DEN Basic Service does not send any update DENM if actionId is not in originating ITS-S message table
#ItsDenm_TestCases.TC_DEN_EVUP_BO_04
#ItsDenm_TestCases.TC_DEN_EVUP_BO_04
# Check that DEN Basic Service generates a cancellation DENM when application indicates the premature termination of an event for which it is the originator
# Check that DEN Basic Service generates a cancellation DENM when application indicates the 
#ItsDenm_TestCases.TC_DEN_EVTR_BV_01
#ItsDenm_TestCases.TC_DEN_EVTR_BV_01
# Check that DEN Basic Service generates a negation DENM when application indicates the premature termination of an event for which it is not the originator
# Check that DEN Basic Service generates a negation DENM when application indicates the 
#ItsDenm_TestCases.TC_DEN_EVTR_BV_02
#ItsDenm_TestCases.TC_DEN_EVTR_BV_02
# Check that referenceTime is set to the latest value received for this event in negation DENM
# Check that referenceTime is set to the latest value received for this event in negation DENM
#ItsDenm_TestCases.TC_DEN_EVTR_BV_03
#ItsDenm_TestCases.TC_DEN_EVTR_BV_03
@@ -127,9 +126,9 @@ ItsDenm_TestCases.TC_DEN_MSGF_BV_01
#ItsDenm_TestCases.TC_DEN_EVTR_BV_04
#ItsDenm_TestCases.TC_DEN_EVTR_BV_04
# Check that situation container, location container and alacarte container are not present in a negation DENM
# Check that situation container, location container and alacarte container are not present in a negation DENM
#ItsDenm_TestCases.TC_DEN_EVTR_BV_05
#ItsDenm_TestCases.TC_DEN_EVTR_BV_05
# Check that DEN Basic Service does not send any termination DENM if actionID is not in originating ITS-S message table or receiving ITS-S message table (own stationID)
# Check that DEN Basic Service does not send any termination DENM if actionId is not in 
#ItsDenm_TestCases.TC_DEN_EVTR_BO_06
#ItsDenm_TestCases.TC_DEN_EVTR_BO_06
# Check that DEN Basic Service does not send any termination DENM if actionID is not in originating ITS-S message table or receiving ITS-S message table (other stationID)
# Check that DEN Basic Service does not send any termination DENM if actionId is not in 
#ItsDenm_TestCases.TC_DEN_EVTR_BO_07
#ItsDenm_TestCases.TC_DEN_EVTR_BO_07
# Check that referenceTime is set to to the current time when generating a cancellation DENM
# Check that referenceTime is set to to the current time when generating a cancellation DENM
#ItsDenm_TestCases.TC_DEN_EVTR_BV_08
#ItsDenm_TestCases.TC_DEN_EVTR_BV_08
@@ -137,21 +136,21 @@ ItsDenm_TestCases.TC_DEN_MSGF_BV_01
#ItsDenm_TestCases.TC_DEN_EVRP_TI_01
#ItsDenm_TestCases.TC_DEN_EVRP_TI_01
# Check that the repeated DENM is always the most up-to-date message
# Check that the repeated DENM is always the most up-to-date message
#ItsDenm_TestCases.TC_DEN_EVRP_BV_02
#ItsDenm_TestCases.TC_DEN_EVRP_BV_02
# Check that DEN Basic Service stops retransmitting DENM after event’s validityDuration expiration
# Check that DEN Basic Service stops retransmitting DENM after event’s validityDuration 
#ItsDenm_TestCases.TC_DEN_EVRP_BV_03
#ItsDenm_TestCases.TC_DEN_EVRP_BV_03
# Check that DEN Basic Service stops retransmitting DENM after event’s repetitionDuration expiration
# Check that DEN Basic Service stops retransmitting DENM after event’s repetitionDuration 
#ItsDenm_TestCases.TC_DEN_EVRP_BV_04
#ItsDenm_TestCases.TC_DEN_EVRP_BV_04
# Check that DEN Basic Service does not repeat transmission of DENM if repetitionInterval is not provided by application
# Check that DEN Basic Service does not repeat transmission of DENM if repetitionInterval is 
#ItsDenm_TestCases.TC_DEN_EVRP_BV_05
#ItsDenm_TestCases.TC_DEN_EVRP_BV_05
# Check that DEN Basic Service does not repeat transmission of DENM if repetitionDuration is not provided by application
# Check that DEN Basic Service does not repeat transmission of DENM if repetitionDuration is 
#ItsDenm_TestCases.TC_DEN_EVRP_BV_06
#ItsDenm_TestCases.TC_DEN_EVRP_BV_06
# Check that existing actionID in originating ITS-S are updated when stationID is modified
# Check that existing actionId in originating ITS-S are updated when stationId is modified
#ItsDenm_TestCases.TC_DEN_EVRP_BV_08
#ItsDenm_TestCases.TC_DEN_EVRP_BV_08
# Check that actionID is not modified in repetitions of DENM if stationID is not modified
# Check that actionId is not modified in repetitions of DENM if stationId is not modified
#ItsDenm_TestCases.TC_DEN_EVRP_BV_09
#ItsDenm_TestCases.TC_DEN_EVRP_BV_09
# Check that actionID is not modified in repetitions of DENM if stationID is not modified
# Check that actionId is not modified in repetitions of DENM if stationId is not modified
#ItsDenm_TestCases.TC_DEN_EVRP_BV_10
#ItsDenm_TestCases.TC_DEN_EVRP_BV_10
# Check that DEN Basic Service stops retransmitting DENM after event's validityDuration expiration, when validityDuration was not provided
# Check that DEN Basic Service stops retransmitting DENM after event's validityDuration expiration, 
#ItsDenm_TestCases.TC_DEN_EVRP_BV_11
#ItsDenm_TestCases.TC_DEN_EVRP_BV_11
# Check that DENM is encapsulated in BTP type B packet
# Check that DENM is encapsulated in BTP type B packet
#ItsDenm_TestCases.TC_DEN_PAR_BV_01
#ItsDenm_TestCases.TC_DEN_PAR_BV_01
@@ -161,39 +160,195 @@ ItsDenm_TestCases.TC_DEN_MSGF_BV_01
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_01
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_01
# Check that IUT does not send a DENM if it is not permitted by signing certificate
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_02
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_02
# Check that receiving ITS-S transmits DENM to application if it concerns an unknown ActionId and if it is not a termination DENM
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_MSRV_BV_01
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_03
#Check that receiving ITS-S transmits DENM to application if it concerns a known ActionId and referenceTime is greater than highest value received for this ActionId
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_04
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_05
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_06
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_07
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_08
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_09
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_10
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_11
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_12
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_13
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_14
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_15
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_16
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_17() runs on ItsDenm system ItsDenmSystem {
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_18() runs on ItsDenm system ItsDenmSystem {
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_19
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_20
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_21
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_22
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_23
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_01_24
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_02_01
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_02_02
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_02_03
# Check that IUT does not send a DENM if it is not permitted by signing certificate
#ItsDenm_TestCases.TC_DEN_SSP_BV_02_04() runs on ItsDenm system ItsDenmSystem {
# Check that receiving ITS-S transmits DENM to application if it concerns an unknown actionId and if it is not a termination DENM
ItsDenm_TestCases.TC_DEN_MSRV_BV_01
# Check that receiving ITS-S transmits DENM to application if it concerns a known actionId 
#ItsDenm_TestCases.TC_DEN_MSRV_BV_02
#ItsDenm_TestCases.TC_DEN_MSRV_BV_02
# Check that receiving ITS-S discards termination DENM if it concerns an unknown ActionId (own actionID)
# Check that receiving ITS-S discards termination DENM if it concerns an unknown actionId (own actionId)
#ItsDenm_TestCases.TC_DEN_MSRV_BO_03
#ItsDenm_TestCases.TC_DEN_MSRV_BO_03
# Check that receiving ITS-S discards termination DENM if it concerns an unknown ActionId (other actionID)
# Check that receiving ITS-S discards termination DENM if it concerns an unknown actionId (other actionId)
#ItsDenm_TestCases.TC_DEN_MSRV_BO_04
#ItsDenm_TestCases.TC_DEN_MSRV_BO_04
# Check that receiving ITS-S discards DENM if referenceTime is lower than highest value received for this ActionId
# Check that receiving ITS-S discards DENM if referenceTime is lower than highest value received for this actionId
#ItsDenm_TestCases.TC_DEN_MSRV_BO_05
#ItsDenm_TestCases.TC_DEN_MSRV_BO_05
# Check that receiving ITS-S discards DENM if detectionTime is smaller than highest value received for this ActionId
# Check that receiving ITS-S discards DENM if detectionTime is smaller than highest value received for this actionId
#ItsDenm_TestCases.TC_DEN_MSRV_BO_06
#ItsDenm_TestCases.TC_DEN_MSRV_BO_06
# Check that receiving ITS-S transmits DENM to application if it concerns a known ActionId and referenceTime is equal to highest received value and detectionTime is more recent
# Check that receiving ITS-S transmits DENM to application if it concerns a known actionId and referenceTime is equal to highest received value and detectionTime is more recent
#ItsDenm_TestCases.TC_DEN_MSRV_BV_07
#ItsDenm_TestCases.TC_DEN_MSRV_BV_07
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_01
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_01
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_02
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_02
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_03
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_04
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_05
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_06
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_07
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_08
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_09
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_10
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_11
# Check that receiving ITS-S discards DENM for new event 
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_12
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_13
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_14
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_15
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_16
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_17
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_18
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_19
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_20
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_21
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_22
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_23
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_24
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_25
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_26
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_27
# Check that receiving ITS-S discards DENM for new event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_08_28
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_01
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_01
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_02
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_02
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_03
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_04
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_05
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_06
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_07
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_08
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_09
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_10
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_11
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_12
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_13
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_14
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_15
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_16
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_17
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_18
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_19
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_20
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_21
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_22
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_23
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_24
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_25
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_26
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_27
# Check that receiving ITS-S discards DENM for existing event if SSP value of the signing certificate is not consistent with the causeCode
#ItsDenm_TestCases.TC_DEN_MSRV_BO_09_28
# Check that receiving ITS-S replies to requestResponseIndication
# Check that receiving ITS-S replies to requestResponseIndication
#ItsDenm_TestCases.TC_DEN_MSRV_BV_10
#ItsDenm_TestCases.TC_DEN_MSRV_BV_10
# Check that forwarding ITS-S forwards DENM if no DENM with same ActionId has been received during forwarding delay
# Check that forwarding ITS-S forwards DENM if no DENM with same actionId has been received during forwarding delay
#ItsDenm_TestCases.TC_DEN_KAFW_BV_01
#ItsDenm_TestCases.TC_DEN_KAFW_BV_01
# Check that forwarding ITS-S forwards DENM if no DENM with same ActionId and referenceTime greater or equal to the last received DENM has been received during forwarding delay
# Check that forwarding ITS-S forwards DENM if no DENM with same actionId and referenceTime greater or equal to the last received DENM has been received during forwarding delay
#ItsDenm_TestCases.TC_DEN_KAFW_BV_02
#ItsDenm_TestCases.TC_DEN_KAFW_BV_02
# Check that forwarding delay is set to min(2*transmissionInterval + rnd(0, 150ms), validityDuration)
# Check that forwarding delay is set to min(2*transmissionInterval + rnd(0, 150ms), validityDuration)
#ItsDenm_TestCases.TC_DEN_KAFW_TI_03
#ItsDenm_TestCases.TC_DEN_KAFW_TI_03
# Check that Forwarding ITS-S replaces the ITS PDU header of forwarded DENMs
# Check that Forwarding ITS-S replaces the ITS PDU header of forwarded DENMs
#ItsDenm_TestCases.TC_DEN_KAFW_BV_04
#ItsDenm_TestCases.TC_DEN_KAFW_BV_04
# Check that forwarding ITS-S does not change actionID
# Check that forwarding ITS-S does not change actionId
#ItsDenm_TestCases.TC_DEN_KAFW_BV_05
#ItsDenm_TestCases.TC_DEN_KAFW_BV_05
# Check that forwarding ITS-S does not change referenceTime
# Check that forwarding ITS-S does not change referenceTime
#ItsDenm_TestCases.TC_DEN_KAFW_BV_06
#ItsDenm_TestCases.TC_DEN_KAFW_BV_06
+186 −31

File changed.

Preview size limit exceeded, changes collapsed.

+187 −33

File changed.

Preview size limit exceeded, changes collapsed.

+187 −33

File changed.

Preview size limit exceeded, changes collapsed.