Commit b6d376ab authored by kovacsa's avatar kovacsa
Browse files

editorial fix

parent 1f4fbff1
Loading
Loading
Loading
Loading
+7 −15
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ DecentralizedSituationManagement::= SEQUENCE {
	dataVersion	DataVersion,  	-- 1 byte
	-- time when the DENM is deleted from the DEN management and the information related to the event is set as invalid.. If it is not provided, it indicates that the expiry time is unkown by the originator ITS station	
	expiryTime	TimeStamp  	OPTIONAL, 	-- 6 byte
	frequency	INTEGER (0..255)	OPTIONAL, 	--1 byte
	frequency	INTEGER (0..255)	OPTIONAL, 	--units of 0.1 Hz
	-- probability of the detected event to  be true, varies  from 0 to 100, with maximum value as full reliability
	reliability	INTEGER(0..100), 	-- 7 bits
	-- negates the existence of an event at the event position by a third part ITS station that have received DENMs previously.		 
@@ -58,18 +58,18 @@ DecentralizedSituation::= SEQUENCE {
	-- severity value of the event, defined in [3], TPEG table tec003			
	severity	Severity,	-- 1 byte
	-- characteristics of the event 
	eventCharact	SEQUENCE -- EventCharact	OPTIONAL 	 1 byte 
	eventCharact	SEQUENCE -- EventCharact 1 byte 
	{
		-- event mobility description, set to TRUE if the event is in mobility 
		eventmobility	BOOLEAN,
		-- whether the event is caused by the originator ITS station, set to TRUE if it is the case. FALSE if it is a location that may cause danger
		-- whether the event is caused by the originator ITS station
-- STF405: changed type to be more self explaining
		causeType   ENUMERATED { itsStation, geographicalRegion },
		-- whether the event is physicalling relevant to the  receiving ITS station.. Set to TRUE if it is the case
		-- whether the event is physicalling relevant to the  receiving ITS station.
-- STF405: changed type to be more self explaining
        relevant ENUMERATED {physicallyRelevant, difficultDrivingConditions },
        relevance ENUMERATED {physicallyRelevant, difficultDrivingConditions },
		-- whether the event is time critical road safety event, set to TRUE if it is the case.
		timeCritacality	BOOLEAN,
		timeCriticality	BOOLEAN,
		-- more characteristics may be added. 	
		...
	} OPTIONAL,
@@ -121,15 +121,7 @@ DataVersion ::= INTEGER {firstVersion(0),secondVersion(1),cancellation(255) } (0
-- Frenquency ::=	INTEGER (0..255)

--STF405: removed OPTIONAL, as it is syntactically incorrect
TrafficFlowEffect ::= 	INTEGER {
    trafficFlowUnknown(1), 
    freeTrafficFlow(2),
    slowTraffic(3),
    heavyTraffic(4),
    queuingTraffic(5),
    stationaryTraffic(6),
    noTrafficFlow(7)
} (0..7)
TrafficFlowEffect ::= 	INTEGER (0..7)

Situation ::= SEQUENCE {
	cause 		CauseCode, 	-- 1 byte