-- @brief Specification of the Signal phase and timing extended Message ETSI TS 103 301 -- Latest version available at @url https://forge.etsi.org/rep/ITS/asn1/is_ts103301.git SPATEM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) spatem (0) major-version-2 (2) minor-version-1 (1) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS -- @brief Include DSRC SPAT FROM ETSI-ITS-DSRC { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts103301 (103301) dsrc (6) major-version-2 (2) minor-version-1 (1) } WITH SUCCESSORS -- @brief Include ETSI CDD TS 102 894-2 ItsPduHeader FROM ETSI-ITS-CDD { 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; /** * Signal phase and timing extended Message * * Signal phase and timing extended Message Root * This DF includes DEs for the SPATEM: protocolVersion, the SPATEM message type identifier _messageID_, * the station identifier _stationID_ of the originating ITS-S and the SPaT data from DSRC module. * * @field `header.protocolVersion`: is used to select the appropriate protocol decoder at the receiving ITS-S. It shall be set to 2. * @field `header.messageID`: shall be spatem(4). * @field `spat`: The DE _spat_ contains the SPaT data as defined in DSRC module. */ SPATEM ::= SEQUENCE { header ItsPduHeader, spat SPAT } END