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

Documentation update

parent c8ff35f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ This type contains detaild information of the Basic Vehicle Container Low Freque
* _exteriorLights_ of type [**ExteriorLights**](ETSI-ITS-CDD.md#ExteriorLights) <br>
  represent the status of the most important exterior lights switches of the vehicle ITS-S that originates the CAM.

* _pathHistory_ of type [**Path**](ETSI-ITS-CDD.md#Path)  (SIZE (0..23))<br>
* _pathHistory_ of type [**Path**](ETSI-ITS-CDD.md#Path) <br>
  which represents the vehicle's recent movement over some past time and/or distance. It consists of a list of path points,
   each represented as DF PathPoint. The list of path points may consist of up to 23 elements. 

@@ -245,7 +245,7 @@ This type contains detaild information of the Basic Vehicle Container Low Freque
BasicVehicleContainerLowFrequency  ::= SEQUENCE {
	vehicleRole VehicleRole,
	exteriorLights ExteriorLights,
	pathHistory Path (SIZE (0..23))
	pathHistory Path
}
```