Commits (4)
......@@ -5425,7 +5425,7 @@ Path::= SEQUENCE (SIZE(0..40)) OF PathPoint
* @category: GeoReference information, Vehicle information
* @revision: semantics updated in V2.1.1
*/
PathHistory::= SEQUENCE (SIZE(40)) OF PathPoint
PathHistory::= SEQUENCE (SIZE(0..40)) OF PathPoint
/**
* This DF represents a predicted path with a set of path points.
......
......@@ -7277,7 +7277,7 @@ This DF represents a path history with a set of path points.
NOTE: this DF is kept for backwards compatibility reasons only. It is recommended to use [**Path**](#Path) instead.
>>>
```asn1
PathHistory::= SEQUENCE (SIZE(40)) OF PathPoint
PathHistory::= SEQUENCE (SIZE(0..40)) OF PathPoint
```
### <a name="PathPredicted"></a>PathPredicted
......