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

Documentation update

parent 7467684a
Loading
Loading
Loading
Loading
+382 −364

File changed.

Preview size limit exceeded, changes collapsed.

+4 −2
Original line number Diff line number Diff line
@@ -1902,9 +1902,10 @@ This DF is used to provide identity information about a selected vehicle or user
* _regional_ of type **SEQUENCE**  (SIZE(1..4)) OF RegionalExtension {{Reg-RequestorDescription}} OPTIONAL<br>
  optional region specific data.

* _ocit_ of type [**OcitRequestorDescriptionContainer**](#OcitRequestorDescriptionContainer)  <br>
* _ocit_ of type [**OcitRequestorDescriptionContainer**](#OcitRequestorDescriptionContainer)  OPTIONAL<br>
  Extension container for Legacy R09 data (as defined by [OCIT]).

* _serviceProviderId_ of type [**Provider**](ETSI-ITS-CDD.md#Provider)  OPTIONAL                           <br>

&nbsp;&nbsp;&nbsp;&nbsp;**Categories:** Infrastructure information 

@@ -1929,7 +1930,8 @@ RequestorDescription ::= SEQUENCE {
  transitSchedule   DeltaTime OPTIONAL,
  regional          SEQUENCE (SIZE(1..4)) OF RegionalExtension {{Reg-RequestorDescription}} OPTIONAL,
  ...,
  ocit OcitRequestorDescriptionContainer 
  ocit              OcitRequestorDescriptionContainer OPTIONAL, 
  serviceProviderId Provider OPTIONAL                           
}
```