Commit 05d535ae authored by kovacsa's avatar kovacsa
Browse files

asn.1 update

parent b1e847a1
Loading
Loading
Loading
Loading
+10 −6
Original line number Original line Diff line number Diff line
@@ -8,18 +8,22 @@ BEGIN


--	The root data frame for cooperative awareness messages
--	The root data frame for cooperative awareness messages


ItsPdu ::= SEQUENCE {
CamPdu ::= SEQUENCE {
	header	ItsPduHeader,
	cam	CoopAwareness

}


ItsPduHeader ::= SEQUENCE {
	-- protocolVersion fixed to 0
	-- protocolVersion fixed to 0
	protocolVersion		INTEGER(0..255),
	protocolVersion		INTEGER(0..255),


	-- message type ID associated to CAM = 0
	-- message type ID associated to CAM = 0, DENM=1
	messageID 		INTEGER(0..255),
	messageID 		INTEGER(0..255),


	-- milliseconds elapsed since midnight January 1st, 1970 UTC
	-- milliseconds elapsed since midnight January 1st, 1970 UTC
	generationTime	TimeStamp,
	generationTime	TimeStamp
	
	cam	CoopAwareness

}
}


CoopAwareness ::= SEQUENCE {
CoopAwareness ::= SEQUENCE {
+3 −11
Original line number Original line Diff line number Diff line
@@ -7,22 +7,14 @@ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
BEGIN


IMPORTS 
IMPORTS 
    Latitude, Longitude, Elevation, BasicVehicle, ProfileParameters, StationID, TimeStamp, ReferencePositionVehicle 
    ItsPduHeader, Latitude, Longitude, Elevation, BasicVehicle, ProfileParameters, StationID, TimeStamp, ReferencePositionVehicle 
FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) };
FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102637) cam (2) version1 (1) };


--STF405: all unnecessary tags have been removed
--STF405: all unnecessary tags have been removed




ItsPdu ::= SEQUENCE {
DenmPdu ::= SEQUENCE {
	-- protocolVersion fixed to 0
	header	ItsPduHeader,	
	protocolVersion		INTEGER(0..255),

	-- message type ID associated to DENM = 1
	messageID 		INTEGER(0..255),

	-- milliseconds elapsed since midnight January 1st, 1970 UTC
	generationTime	TimeStamp,
	
	denm	DecentralizedEnvironmentalNotificationMessage
	denm	DecentralizedEnvironmentalNotificationMessage


}
}