Loading ITS-Container.asn +30 −2 Original line number Diff line number Diff line Loading @@ -3041,10 +3041,20 @@ StationaryVehicleSubCauseCode ::= INTEGER { * The ITS-S ID may be a pseudonym. It may change over space and/or over time. * * @category: Basic information * @revision: Update in V2.1.1 : changed name from StationID to StationId * @revision: Created in V2.1.1 based on @ref StationID */ StationId ::= INTEGER(0..4294967295) /** * This DE represents the identifier of an ITS-S. * The ITS-S ID may be a pseudonym. It may change over space and/or over time. * * @note: this DE is kept for backwards compatibility reasons only. It is recommended to use the @ref StationId instead. * @category: Basic information * @revision: V1.3.1 */ StationID ::= INTEGER(0..4294967295) /** * This DE represents the type of technical context the ITS-S is integrated in. * The station type depends on the integration environment of ITS-S into vehicle, mobile devices or at infrastructure. Loading Loading @@ -4183,13 +4193,31 @@ AccelerationMagnitude::= SEQUENCE { * @field sequenceNumber: a sequence number. * * @category: Communication information * @revision: Update in V2.1.1 changed name from ActionID to ActionId * @revision: Created in V2.1.1 based on @ref ActionID. */ ActionId ::= SEQUENCE { originatingStationId StationId, sequenceNumber SequenceNumber } /** * This DF represents an identifier used to describe a protocol action taken by an ITS-S. * * It shall include the following components: * * @field originatingStationId: Id of the ITS-S that takes the action. * * @field sequenceNumber: a sequence number. * * @note: this DF is kept for backwards compatibility reasons only. It is recommended to use the @ref ActionId instead. * @category: Communication information * @revision: V1.3.1 */ ActionID ::= SEQUENCE { originatingStationId StationID, sequenceNumber SequenceNumber } /** * This DF shall contain a list of @ref ActionId. Loading Loading
ITS-Container.asn +30 −2 Original line number Diff line number Diff line Loading @@ -3041,10 +3041,20 @@ StationaryVehicleSubCauseCode ::= INTEGER { * The ITS-S ID may be a pseudonym. It may change over space and/or over time. * * @category: Basic information * @revision: Update in V2.1.1 : changed name from StationID to StationId * @revision: Created in V2.1.1 based on @ref StationID */ StationId ::= INTEGER(0..4294967295) /** * This DE represents the identifier of an ITS-S. * The ITS-S ID may be a pseudonym. It may change over space and/or over time. * * @note: this DE is kept for backwards compatibility reasons only. It is recommended to use the @ref StationId instead. * @category: Basic information * @revision: V1.3.1 */ StationID ::= INTEGER(0..4294967295) /** * This DE represents the type of technical context the ITS-S is integrated in. * The station type depends on the integration environment of ITS-S into vehicle, mobile devices or at infrastructure. Loading Loading @@ -4183,13 +4193,31 @@ AccelerationMagnitude::= SEQUENCE { * @field sequenceNumber: a sequence number. * * @category: Communication information * @revision: Update in V2.1.1 changed name from ActionID to ActionId * @revision: Created in V2.1.1 based on @ref ActionID. */ ActionId ::= SEQUENCE { originatingStationId StationId, sequenceNumber SequenceNumber } /** * This DF represents an identifier used to describe a protocol action taken by an ITS-S. * * It shall include the following components: * * @field originatingStationId: Id of the ITS-S that takes the action. * * @field sequenceNumber: a sequence number. * * @note: this DF is kept for backwards compatibility reasons only. It is recommended to use the @ref ActionId instead. * @category: Communication information * @revision: V1.3.1 */ ActionID ::= SEQUENCE { originatingStationId StationID, sequenceNumber SequenceNumber } /** * This DF shall contain a list of @ref ActionId. Loading