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

Documentation update

parent 318d9ed9
Loading
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ OID: _{itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts10
* **[SAEM-ExternalModule](SAEM-ExternalModule.md)** **<br/>
## Data Elements:
### <a name="Id"></a>Id
This type represents the identifier of the information object relative to the component ServicesAndUseCasesInfoContainer.baseOid.
This type represents the identifier of the information object relative to the component [**ServicesAndUseCasesInfoContainer**](#ServicesAndUseCasesInfoContainer) .baseOid.
```asn1
Id::= RELATIVE-OID
```
@@ -35,16 +35,16 @@ This type represents a single information about an ITS service and one of its us
 It shall include the following components:

Fields:
* _infoId_ of type [**INFO**](SAEM-InfoContainer.md#INFO) .&id({UseCaseInfoSet})<br>
  the identifier of the information
* _suId_ of type [**INFO**](SAEM-InfoContainer.md#INFO) .&id({UseCaseInfoSet})<br>
  the identifier of the service and use case

* _infoContent_ of type [**INFO**](SAEM-InfoContainer.md#INFO) .&Info({UseCaseInfoSet}{@.infoId}) OPTIONAL<br>
  the optional announcement information content.
* _suContent_ of type [**INFO**](SAEM-InfoContainer.md#INFO) .&Info({UseCaseInfoSet}{@.suId}) OPTIONAL<br>
  the optional announcement information content for the service and use case identified by @suId.

```asn1
ServiceAndUseCaseInfo ::= SEQUENCE {
   infoId        INFO.&id({UseCaseInfoSet}),
   infoContent   INFO.&Info({UseCaseInfoSet}{@.infoId}) OPTIONAL
   suId        INFO.&id({UseCaseInfoSet}),
   suContent   INFO.&Info({UseCaseInfoSet}{@.suId}) OPTIONAL
}
```

@@ -61,15 +61,15 @@ This type represents a container that provides information about the provided IT

Fields:
* _baseOid_ of type [**OBJECT**](#OBJECT)  IDENTIFIER (basedOid)<br>
  the base OID that points to the organisation that defines the ITS services and use cases.
  the OID that serves as base Oid for the type [**Id**](SAEM-InfoContainer.md#Id) .

* _info_ of type [**ServicesAndUseCasesInfo**](#ServicesAndUseCasesInfo) <br>
* _suList_ of type [**ServicesAndUseCasesInfo**](#ServicesAndUseCasesInfo) <br>
  the information about ITS services and their use cases.

```asn1
ServicesAndUseCasesInfoContainer::= SEQUENCE{
   baseOid   OBJECT IDENTIFIER (basedOid),
   info      ServicesAndUseCasesInfo,
   suList    ServicesAndUseCasesInfo,
   ...
}
```