Commit 5b98650e authored by Jasja Tijink's avatar Jasja Tijink
Browse files

First draft version

parent 15bcccb0
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-3 (3)}
/** draft 001 of the CDD module for TS 102 894-2 V2.5.1 integrating:
- Error corrections based on ITSWG1(26)074006
*/


ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-4 (4)}

DEFINITIONS AUTOMATIC TAGS ::=

@@ -6559,14 +6564,10 @@ PathPredicted::= SEQUENCE (SIZE(1..16,..., 17..40)) OF PathPointPredicted
 * @field confidenceLevel: the confidence that the path/trajectory in pathPredicted will occur as predicted.
 *
 * @category: GeoReference information
 * @revision: created in V2.2.1 
 * @revision: created in V2.2.1, constraints on pathPredicted deleted in V2.5.1 
 */
PathPredicted2::= SEQUENCE{
    pathPredicted     PathPredicted
   ((WITH COMPONENT (WITH COMPONENTS {..., pathDeltaTime ABSENT, symmetricAreaOffset ABSENT})) |
    (WITH COMPONENT (WITH COMPONENTS {..., pathDeltaTime PRESENT, symmetricAreaOffset ABSENT})) |
    (WITH COMPONENT (WITH COMPONENTS {..., pathDeltaTime ABSENT, symmetricAreaOffset PRESENT})) |
    (WITH COMPONENT (WITH COMPONENTS {..., pathDeltaTime PRESENT, symmetricAreaOffset PRESENT}))),
    pathPredicted     PathPredicted,
    usageIndication   UsageIndication,
    confidenceLevel   ConfidenceLevel,   
    ...