IVIM-PDU-Descriptions.md 1.52 KB
Newer Older
ritterth's avatar
ritterth committed
# <a name="IVIM-PDU-Descriptions"></a>ASN.1 module IVIM-PDU-Descriptions
OID: _{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) ivim (2) major-version-2 (2) minor-version-1 (1) }_
Thomas Ritter's avatar
Thomas Ritter committed
draft 001 of the IVIM-PDU-Descriptions module for TS 103 301 V2.2.1 integrating:
 initial revision based on ASN.1 files of [ISO TS 19091] and [SAE J2735]
ritterth's avatar
ritterth committed

## Imports:
* **[IVI](IVI.md)** *{ iso (1) standard (0) ivi (19321) major-version-3 (3) minor-version-1 (1) } WITH SUCCESSORS*<br/>
Thomas Ritter's avatar
Thomas Ritter committed
* **[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-1 (1) } WITH SUCCESSORS*<br/>
ritterth's avatar
ritterth committed
## Data Elements:
### <a name="IVIM"></a>IVIM
Thomas Ritter's avatar
Thomas Ritter committed
In vehicle information Message Message
 This DF includes DEs for the IVIM protocolVersion, the IVI message type identifier `messageID`,
 the station identifier `stationID` of the originating ITS-S and the IVI data from ISO TS 19321.
ritterth's avatar
ritterth committed

* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader) <br>
  The DE `protocolVersion` is used to select the appropriate protocol decoder at the receiving ITS-S. 
                  It shall be set to 2.
                  The DE `messageID` shall be ivim(6).
Thomas Ritter's avatar
Thomas Ritter committed

ritterth's avatar
ritterth committed
* _ivi_ of type [**IviStructure**](IVI.md#IviStructure) <br>
  contains the IVI data as defined in ISO TS 19321.
Thomas Ritter's avatar
Thomas Ritter committed


&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Basic Information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision:** _V1.3.1_
ritterth's avatar
ritterth committed
```asn1
IVIM ::= SEQUENCE {
    header  ItsPduHeader,
    ivi     IviStructure
}
```