Commit b04f4030 authored by ASN.1 Checker's avatar ASN.1 Checker
Browse files

Documentation update

parent 7596ef53
Loading
Loading
Loading
Loading
+49 −2
Original line number Diff line number Diff line
@@ -3615,12 +3615,29 @@ StationaryVehicleSubCauseCode ::= INTEGER {

    **Categories**: Basic information 

    **Revision**: _Update in V2.1.1 : changed name from StationID to StationId_
    **Revision**: _Created in V2.1.1 based on @ref StationID_
```asn1
StationId ::= INTEGER(0..4294967295)
```


### <a name="StationID"></a>StationID
 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.
 

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Basic information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_

>>>
NOTE: this DE is kept for backwards compatibility reasons only. It is recommended to use the [**StationId**](#StationId) instead.
>>>
```asn1
StationID ::= INTEGER(0..4294967295)
```


### <a name="StationType"></a>StationType
 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.
@@ -5020,7 +5037,7 @@ Fields:

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Communication information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Update in V2.1.1 changed name from ActionID to ActionId_
&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _Created in V2.1.1 based on @ref ActionID._
```asn1
ActionId ::= SEQUENCE {
    originatingStationId    StationId,
@@ -5028,6 +5045,36 @@ ActionId ::= SEQUENCE {
}
```

### <a name="ActionID"></a>ActionID
 This DF represents an identifier used to describe a protocol action taken by an ITS-S.
 
 It shall include the following components:

Fields:
* originatingStationId [**StationID**](#StationID) <br>
  Id of the ITS-S that takes the action. 


* sequenceNumber [**SequenceNumber**](#SequenceNumber) <br>
  a sequence number. 


   

&nbsp;&nbsp;&nbsp;&nbsp;**Categories**: Communication information 

&nbsp;&nbsp;&nbsp;&nbsp;**Revision**: _V1.3.1_

>>>
NOTE: this DF is kept for backwards compatibility reasons only. It is recommended to use the [**ActionId**](#ActionId) instead.
>>>
```asn1
ActionID ::= SEQUENCE {
    originatingStationId    StationID,
    sequenceNumber          SequenceNumber
}
```


### <a name="ActionIdList"></a>ActionIdList
 This DF shall contain a list of [**ActionId**](#ActionId).