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

Documentation update

parent f1cee026
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ EtsiTs103097Data-Encrypted {ToBeEncryptedDataContent} ::= EtsiTs103097Data (WITH

### <a name="EtsiTs103097Data-SignedAndEncrypted"></a>EtsiTs103097Data-SignedAndEncrypted

Values:
* **EtsiTs103097Data-Signed** {ToBesignedAndEncryptedDataContent}<br>
```asn1
EtsiTs103097Data-SignedAndEncrypted {ToBesignedAndEncryptedDataContent} ::= EtsiTs103097Data-Encrypted {EtsiTs103097Data-Signed {ToBesignedAndEncryptedDataContent}}
@@ -129,6 +130,7 @@ EtsiTs103097Data-Encrypted-Unicast {ToBeEncryptedDataContent} ::= EtsiTs103097Da

### <a name="EtsiTs103097Data-SignedAndEncrypted-Unicast"></a>EtsiTs103097Data-SignedAndEncrypted-Unicast

Values:
* **EtsiTs103097Data-Signed** {ToBesignedAndEncryptedDataContent}<br>
```asn1
EtsiTs103097Data-SignedAndEncrypted-Unicast {ToBesignedAndEncryptedDataContent} ::= EtsiTs103097Data-Encrypted {EtsiTs103097Data-Signed {ToBesignedAndEncryptedDataContent}} (WITH COMPONENTS {...,
+19 −6
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ MbObsCamStatic ::= MbSingleObservation{{SetMbObsCamStatic}}

### <a name="SetMbObsCamSecurity"></a>SetMbObsCamSecurity

Values:
* **obs-Security-MessageIdIncWithHeaderInfo** |<br>
* **obs-Security-HeaderIncWithSecurityProfile** |<br>
* **obs-Security-HeaderPsidIncWithCertificate** |<br>
@@ -93,6 +94,7 @@ MbObsCamPosition ::= MbSingleObservation{{SetMbObsCamPosition}}

### <a name="SetMbObsCamSpeed"></a>SetMbObsCamSpeed

Values:
* **obs-Speed-ValueTooLarge-VehicleType** |<br>
* **obs-Speed-ValueTooLarge-DriveDirectionReverse** |<br>
```asn1
@@ -229,20 +231,31 @@ SetMbObsTgtsCam C-ASR-OBS-BY-TGT ::= {
}
```

### <a name="ObservationsByTargetSpeed"></a>ObservationsByTargetSpeed
### <a name="SetMbObsTgtsCamSpeed"></a>SetMbObsTgtsCamSpeed
```asn1
ObservationsByTargetSpeed ::= ObservationsByTarget{{SetAsrObsByTgtSpeed}}
SetAsrObsByTgtSpeed C-ASR-OBS-BY-TGT ::= {
SetMbObsTgtsCamSpeed C-ASR-OBS-BY-TGT ::= {
  {MbObsCamSpeed BY c-CamTgt-SpeedCommon}
}
```

### <a name="SetMbEvCam"></a>SetMbEvCam
### <a name="IdMbEvCam"></a>IdMbEvCam
This data type defines the IOS for CAM Evidence.
```asn1
IdMbEvCam ::= Uint8
```

```asn1
c-MbEvCam    IdMbEvCam ::= 0
SetMbEvCam C-ASR-EV ::= {
  ...
  {MbEvCam   BY c-MbEvCam}
}
MbEvCam ::= SEQUENCE {
```

```asn1
}

CamNonV2xPduEvidenceItem ::= NonV2xPduEvidenceItem {{SetMbEvCam}}
```


+8 −0
Original line number Diff line number Diff line
@@ -164,6 +164,14 @@ SetObsPdu C-OBS-PDU ::= {
}
```

### <a name="SetObsPduEtsiGn"></a>SetObsPduEtsiGn
```asn1
SetObsPduEtsiGn C-OBS-PDU ::= {
  {ObsPduEtsiGn     BY c-ObsPdu-etsiGn}
}
V2xPduStreamEtsiGn ::= V2xPduStream {{SetObsPduEtsiGn}}
```

### <a name="IdObsPdu"></a>IdObsPdu
This data type contains the identifier of the type of observed PDU.

+2 −0
Original line number Diff line number Diff line
@@ -692,6 +692,7 @@ SecElevation ::= Uint16
 no less than -900,000,000, except that the value 900,000,001 is used to
 indicate the latitude was not available to the sender.

Values:
* **min** (-900000000)<br>
* **max** (900000000)<br>
* **unknown** (900000001)<br>
@@ -721,6 +722,7 @@ UnknownLatitude ::= NinetyDegreeInt (unknown)
 and no less than -1,799,999,999, except that the value 1,800,000,001 is
 used to indicate that the longitude was not available to the sender.

Values:
* **min** (-1799999999)<br>
* **max** (1800000000)<br>
* **unknown** (1800000001)<br>