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

Documentation update

parent 35a5b40b
Loading
Loading
Loading
Loading
+11 −11
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-2 (2)}_
draft 002 of the CDD module for TS 102 894-1 V2.3.1 integrating:
draft 003 of the CDD module for TS 102 894-1 V2.3.1 integrating:
-   ITSWG1(24)000011r8 All updated CAM containers
-   ITSWG1(24)000002r1 CAM CR for Very Low Frequency Container
-   ITSWG1(24)000132r1 Comments to CDD (RTS/ITS-001982 v0.0.2 (TS 102 894-2 ) )
-   ITSWG1(24)000148r1 Comment to SCC for CC 100
-   ITSWG1(24)000156r1_Add_data_structures_and_element_related_behaviour_prediction.docx
-   ITS(24)055022 Performance class bit - change request to CDD Release 1 (V1.3.1)
-   Correcting an error in DF PolygonalLine

Note: the above information will be deleted before publication! 

@@ -3458,8 +3460,8 @@ PedalPositionValue::= INTEGER {
```

### <a name="PerformanceClass"></a>PerformanceClass
This DE denotes the ability of an ITS-S to provide up-to-date information.
 A performance class value is used to describe age of data. The semantic defintion of the values are out of scope of the present document 
This DE denotes the ability of an ITS-S to provide information fullfilling additional requirements.
 A performance class value is used to describe characteristics of data. The semantic defintion of the values are out of scope of the present document 
 and should be subject to profiling.
 
  The value shall be set to:
@@ -9004,18 +9006,18 @@ The data frame PolygonalLine shall contain the definition of a polygonal line (a

 The following options are available:

* _deltaPositions_ of type [**DeltaPositions**](#DeltaPositions) <br>
* deltaPositions<br>
  an ordered sequence of delta geographical positions with respect to the previous position, with latitude and longitude,
   with the first instance referring to the reference position and with the order implicitly defining a direction associated with the polygonal line.

* _deltaPositionsWithAltitude_ of type [**DeltaReferencePositions**](#DeltaReferencePositions) <br>
* deltaPositionsWithAltitude<br>
  an ordered sequence of delta geographical positions with respect to the previous position, with latitude, longitude and altitude,
   with the first instance referring to the reference position and with the order implicitly defining a direction associated with the polygonal line.

* _absolutePositions_ of type [**GeoPositionsWAltitude**](#GeoPositionsWAltitude) <br>
* absolutePositions<br>
  a sequence of absolute geographical positions, with latitude and longitude.

* _absolutePositionsWithAltitude_ of type [**GeoPositionsWoAltitude**](#GeoPositionsWoAltitude) <br>
* absolutePositionsWithAltitude<br>
  a sequence of absolute geographical positions, with latitude, longitude and altitude.


@@ -9026,10 +9028,8 @@ The data frame PolygonalLine shall contain the definition of a polygonal line (a
PolygonalLine ::= CHOICE {
   deltaPositions                  DeltaPositions,
   deltaPositionsWithAltitude      DeltaReferencePositions,
   absolutePositions               GeoPositionsWAltitude,
   absolutePositionsWithAltitude   GeoPositionsWoAltitude,
   ...
}
   absolutePositions               GeoPositionsWoAltitude,
   absolutePositionsWithAltitude   GeoPositionsWAltitude,
```

### <a name="PolygonalShape"></a>PolygonalShape