Commit e6ece758 authored by kovacsa's avatar kovacsa
Browse files

asn.1 update

parent fbf9bb1b
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ DecentralizedSituationLocation::= SEQUENCE {


--STF405: changed MessageID to inline definition, as in CAM
--MessageID ::=  	INTEGER (0..255) 		-- 1 byte
--MessageID ::=  	INTEGER (0..255) 

--STF405: uses imported TimeStamp type instead as this is actually referenced, LongTimeStamp never
--LongTimeStamp ::=	INTEGER (0.. 281474976710655)		
@@ -233,15 +233,12 @@ Severity ::= ENUMERATED -- 1 byte

--STF405: replaced by imported type from CAM
--RefPosition ::= SEQUENCE {
--	situationLat	Latitude,  	-- 4 bytes
--	situationLong	Longitude,  	-- 4 bytes
--	situationAlt	Altitude,	-- 2 bytes
--	-- accuracy of the reference position
--	accuracy	PositionAccuracy,	-- 4 bytes	
--	-- speed of the detected event if it is in mobility, i.e. vehicle station
--	speed	Speed	OPTIONAL,		-- 2 bytes
--	-- direction of the event if it is in mobility, i.e. vehicle station
--	direction	Direction	OPTIONAL	-- 2 bytes
--	situationLat	Latitude,  
--	situationLong	Longitude,  
--	situationAlt	Altitude,
--	accuracy	PositionAccuracy,	
--	speed	Speed	OPTIONAL,	
--	direction	Direction	OPTIONAL
--}

Altitude ::= INTEGER (-10000..16767215) 	-- multiples of 0.1 m