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

Documentation update

parent e9b4bee7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,10 +91,10 @@ This type represents the low frequency container.

 The low frequency container of the CAM when the originating ITS-S is of the type vehicle ITS-S. It shall be present as defined in clause 6.1.2.

* _basicVehicleContainerLowFrequency_ of type [**BasicVehicleContainerLowFrequency**](#BasicVehicleContainerLowFrequency) <br>
* _basicVehicleContainerLowFrequency_ of type [**BasicVehicleContainerLowFrequency**](#BasicVehicleContainerLowFrequency)  (WITH COMPONENTS {..., pathHistory (SIZE (0..23))})<br>
```asn1
LowFrequencyContainer ::= CHOICE {
  basicVehicleContainerLowFrequency BasicVehicleContainerLowFrequency,
  basicVehicleContainerLowFrequency BasicVehicleContainerLowFrequency (WITH COMPONENTS {..., pathHistory (SIZE (0..23))}),
	...
}
```
+414 −221

File changed.

Preview size limit exceeded, changes collapsed.