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

Documentation update

parent 0805e673
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) pimPduRelease2 (104072) pim (1) major-version-2 (2) minor-version-1 (1)}_

## Imports:
* **[ETSI-ITS-CDD](ETSI-ITS-CDD.md)** *{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-2 (2) }*<br/>
* **[ETSI-ITS-CDD](ETSI-ITS-CDD.md)** *{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-2 (2) } WITH SUCCESSORS*<br/>
## Data Elements:
### <a name="ParkingInformationMessage"></a>ParkingInformationMessage
This DF represents the Parking Information Service
@@ -235,7 +235,7 @@ ParkingSpaceSegment ::= SEQUENCE {
This DF represents external ids

Fields:
* _evSEId_ of type [**IA5String**](#IA5String)  SIZE(1..36) OPTIONAL<br>
* _evSEId_ of type [**IA5String**](#IA5String)  (SIZE(1..36)) OPTIONAL<br>
  Electric Vehicle Supply Equipment Identification, as defined in ISO 15118.

* _parkingSpaceId_ of type [**Identifier2B**](ETSI-ITS-CDD.md#Identifier2B)  OPTIONAL<br>
@@ -245,7 +245,7 @@ Fields:
&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** @revision: Created in V2.1.1 
```asn1
ExternalParkingSpaceIdentifiers ::= SEQUENCE {
    evSEId          IA5String SIZE(1..36) OPTIONAL,
    evSEId          IA5String (SIZE(1..36)) OPTIONAL,
    parkingSpaceId  Identifier2B OPTIONAL,
    ...
}
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@ OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) pimP
This DF indicates data to be put in the advertisement service's application-specific data field.

Fields:
* _request_ of type [**PIMRequest**](#PIMRequest)  OPTIONAL<br>
* _request_ of type [**PimRequest**](#PimRequest)  OPTIONAL<br>
  If present, then the sender C-ITS station indicates a request for PIMs from remote ITS stations.


&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** @revision: Created in V2.1.1 
```asn1
PimAdvertiseApplicationData ::= SEQUENCE {
	request             PIMRequest OPTIONAL,
	request             PimRequest OPTIONAL,
    ...
}
```