Loading docs/POIM-PDU-Description.md +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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 } ``` Loading Loading
docs/POIM-PDU-Description.md +2 −2 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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 } ``` Loading