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

Documentation update

parent 25cdf538
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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