Commit 318d9ed9 authored by Jasja Tijink's avatar Jasja Tijink
Browse files

Replace SAEM-InfoContainer.asn

parent 143ff996
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ UseCaseInfoSet, basedOid
FROM SAEM-ExternalModule;

/**
 * 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 @ref ServicesAndUseCasesInfoContainer .baseOid. 
 *
*/
Id::= RELATIVE-OID
@@ -33,14 +33,14 @@ INFO ::= CLASS {
 *
 * It shall include the following components: 
 *
 * @field infoId: the identifier of the information
 * @field suId: the identifier of the service and use case
 *
 * @field infoContent: the optional announcement information content.
 * @field suContent: the optional announcement information content for the service and use case identified by @suId.
 *
*/
ServiceAndUseCaseInfo ::= SEQUENCE {
   infoId        INFO.&id({UseCaseInfoSet}),
   infoContent   INFO.&Info({UseCaseInfoSet}{@.infoId}) OPTIONAL
   suId        INFO.&id({UseCaseInfoSet}),
   suContent   INFO.&Info({UseCaseInfoSet}{@.suId}) OPTIONAL
}

/**
@@ -53,13 +53,13 @@ ServicesAndUseCasesInfo::= SEQUENCE (SIZE(1..32,...)) OF ServiceAndUseCaseInfo
 *
 * It shall include the following components: 
 *
 * @field baseOid: the base OID that points to the organisation that defines the ITS services and use cases.
 * @field baseOid: the OID that serves as base Oid for the type @ref Id .
 *
 * @field info: the information about ITS services and their use cases.
 * @field suList: the information about ITS services and their use cases.
*/
ServicesAndUseCasesInfoContainer::= SEQUENCE{
   baseOid   OBJECT IDENTIFIER (basedOid),
   info      ServicesAndUseCasesInfo,
   suList    ServicesAndUseCasesInfo,
   ...
}