# ASN.1 module SREM-PDU-Descriptions OID: _{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) srem (3) version2 (2) }_ ## Imports: * **[ETSI-ITS-DSRC](ETSI-ITS-DSRC.md)** *{ itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) version2 (2) } WITH SUCCESSORS*
* **[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*
## Data Elements: ### SREM Values: * **--** @details header
* _--_ of type [**The**](#The) DE _protocolVersion_ is used to select the appropriate protocol decoder at the receiving ITS-S.
* _--_ of type [**It**](#It) shall be set to 2.
* _--_ of type [**The**](#The) DE _messageID_ shall be srem(9).
* _header_ of type [**ItsPduHeader**](ETSI-ITS-CDD.md#ItsPduHeader)
* **--** @details srm
* _--_ of type [**The**](#The) DE _srm_ contains the Signal request data as defined in ISO TS 19091.
* _srm_ of type [**SignalRequestMessage**](ETSI-ITS-DSRC.md#SignalRequestMessage)
```asn1 SREM ::= SEQUENCE { header ItsPduHeader, srm SignalRequestMessage } ```