Commit c0be3ff8 authored by fischer's avatar fischer
Browse files

TC added

parent 7c366d08
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ CamPdu ::= SEQUENCE {

}

InvalidCamPdu ::= SEQUENCE {
	header	ItsPduHeader,
	cam	CoopAwarenessInvalid

}


ItsPduHeader ::= SEQUENCE {
	-- protocolVersion fixed to 0
@@ -47,6 +53,21 @@ CoopAwareness ::= SEQUENCE {
   ...
}

-- invalid message type containing only stationID and stationCharacteristic, for testing purposes
CoopAwarenessInvalid ::= SEQUENCE { 

	stationID	StationID,

	stationCharacteristics	SEQUENCE {
		mobileItsStation			BOOLEAN,	-- will ITS station change position?
		privateItsStation			BOOLEAN,	-- not public authority
		physicalRelevantItsStation	BOOLEAN,	-- can another mobile ITS station crash into this station?
		...
	}
-- other mandatory fields missing here (invalid message type)
}


	IrsParameters ::= SEQUENCE {
	 referencePositionIrs ReferencePositionIrs,
	 ...