Commit 25cdf538 authored by YannGarcia's avatar YannGarcia
Browse files

Change PathHistory with 0..40

parent 5d719e6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.