Commit 29df1625 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 5b98650e
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
# <a name="ETSI-ITS-CDD"></a>ASN.1 module ETSI-ITS-CDD
OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-3 (3)}_
OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-4 (4)}_
draft 001 of the CDD module for TS 102 894-2 V2.5.1 integrating:
- Error corrections based on ITSWG1(26)074006

## Data Elements:
### <a name="AccelerationChange"></a>AccelerationChange
@@ -7682,14 +7684,10 @@ Fields:

&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** GeoReference information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _created in V2.2.1_
&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _created in V2.2.1, constraints on pathPredicted deleted in V2.5.1_
```asn1
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,   
    ...