Commit cbd5a59f authored by kovacsa's avatar kovacsa
Browse files

asn.1 update

parent e6ece758
Loading
Loading
Loading
Loading
+17 −10
Original line number Diff line number Diff line
@@ -12,18 +12,25 @@ FROM CAM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDo

--STF405: all unnecessary tags have been removed

--STF405: doubled defined, renamed
--DecentralizedSituation ::= SEQUENCE {
DecentralizedEnvironmentalNotificationMessage ::= SEQUENCE {

	-- protocol version number of the DENM
ItsPduHeader ::= SEQUENCE {
	-- protocolVersion fixed to 0
	protocolVersion		INTEGER(0..255),

	-- unique message type identifier assigned to the DENM		
	messageID	INTEGER(0..255),	-- 1 byte 
	-- message type ID associated to DENM = 1
	messageID 		INTEGER(0..255),

	-- time at which an originator  ITS  station generates the DENM
	generationTime	TimeStamp,		--  6 byte
	-- milliseconds elapsed since midnight January 1st, 1970 UTC
	generationTime	TimeStamp,
	
	denm	DecentralizedEnvironmentalNotificationMessage

}


--STF405: doubled defined, renamed
--DecentralizedSituation ::= SEQUENCE {
DecentralizedEnvironmentalNotificationMessage ::= SEQUENCE {
	
	management	DecentralizedSituationManagement,	--  container with DEN management and version control
	situation	DecentralizedSituation,  			-- container with event description, incl. type, severity
@@ -271,7 +278,7 @@ Waypoint ::= SEQUENCE{
	ptLat 	Latitude,							--a 4 bytes value 
	ptLong 	Longitude,						--a 4 bytes value
--STF405: type name is made consistent with CAM definitions
--	ptAlt 	Altitude,							--a 2 bytes value
--	ptAlt 	Altitude,
	ptAlt 	Elevation,
	...
	--STF405: removed repetition