Commit 7df74823 authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Replace DENM-PDU-Descriptions.asn

parent e91a0bbe
Loading
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ ManagementContainer ::= SEQUENCE {
 *
 * @field eventEndFactor: an optional component that applies to the component eventEnd. It is a factor to be multiplied with the value given in eventEnd.
 *
 * @field perceivedEvent: an optional component that, in case of vehicle ITS-S, indicates the nature of the information about the event.
 *
*/
SituationContainer ::= SEQUENCE {
@@ -134,8 +135,9 @@ SituationContainer ::= SEQUENCE {
    eventZone          EventZone OPTIONAL,
    ...,
[[  linkedDenms        ActionIdList OPTIONAL,
    eventEnd           Position1d OPTIONAL ]],
    eventEndFactor     MultiplicativeFactor OPTIONAL       
    eventEnd           Position1d OPTIONAL ]], -- extension in minor-version-2
[[  eventEndFactor     MultiplicativeFactor OPTIONAL,
    perceivedEvent     PerceivedEvent OPTIONAL ]] -- extension in minor-version-3
}
  ((WITH COMPONENTS {..., eventZone PRESENT, eventEnd ABSENT, eventEndFactor ABSENT}) |
   (WITH COMPONENTS {..., eventZone ABSENT, eventEnd PRESENT}) |
@@ -187,7 +189,7 @@ LocationContainer ::= SEQUENCE {
    linkedIvims                           IvimReferences OPTIONAL, 
    linkedMapems                          MapReferences OPTIONAL, 
    detectionZonesToSpecifiedEventPoint   TracesExtended OPTIONAL,
    predictedPaths                        PathPredictedList OPTIONAL ]]
    predictedPaths                        PathPredictedList OPTIONAL ]] -- extension in minor-version-2
}

/** 
@@ -381,7 +383,7 @@ AlacarteContainer ::= SEQUENCE {
    stationaryVehicle   StationaryVehicleContainer OPTIONAL,
    ...,
[[  roadConfiguration 	RoadConfigurationContainer OPTIONAL,
    preCrash            PreCrashContainer OPTIONAL ]]
    preCrash            PreCrashContainer OPTIONAL ]] -- extension in minor-version-2
}

/** 
@@ -389,6 +391,14 @@ AlacarteContainer ::= SEQUENCE {
*/
defaultValidity INTEGER ::= 600

/**
 * This DE indicates whether a vehicle has perceived an event (e.g. a stationary vehicle using camera sensors) or whether it is itself the cause of the event.
 * the value shall be set to:
 * - True - in case the vehicle has perceived the event
 * - False - in case the vehicle itself is the cause of the event (e.g. vehicle is stationary) or part of the cause (e.g. traffic jam) or is directly exposed to the environmental condition (e.g. adverse weather)
*/
PerceivedEvent::= BOOLEAN

/**
  * This indicates the termination type of generated DENM, i.e. if it is a cancellation DENM or a negation DENM
*/