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

Documentation update

parent 16601057
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ This type represents the POIM PDU.

 It shall include the following components:

* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader)  (WITH COMPONENTS {... , protocolVersion (1), messageId(poi)})<br>
* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader)  (WITH COMPONENTS {... , protocolVersion (1), messageId(poim)})<br>
  the header of the POIM PDU.

* _payload_ of type [**WrappedPoiInformationBlocks**](#WrappedPoiInformationBlocks) <br>
@@ -18,7 +18,7 @@ This type represents the POIM PDU.

```asn1
POIM ::= SEQUENCE { 
    header  	ItsPduHeader (WITH COMPONENTS {... , protocolVersion (1), messageId(poi)}),        
    header  	ItsPduHeader (WITH COMPONENTS {... , protocolVersion (1), messageId(poim)}),        
    payload     WrappedPoiInformationBlocks
}
```