Commit e299d7ea authored by Denis Filatov's avatar Denis Filatov
Browse files
parents e899275d 0c31a31d
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@ include:
variables:
  ASN1_SRC: 'asn/*.asn asn/cdd/*.asn'
  ASN2MD_OPTIONS: --force-all-fields
#validate:
#  extends: .validate

validate:
  extends: .validate

documentation:
  extends: .documentation
+5 −4
Original line number Diff line number Diff line
@@ -78,11 +78,12 @@ This information object class is an abstract template to instantiate containers.

 It shall include the following components:

 @field &id: the identifier of the container type.
* _id_ of type [**CpmContainerId**](#CpmContainerId)  UNIQUE<br>
  the identifier of the container type.

 @field &Type: the container content.
* Type<br>
  the container content.

* _id_ of type [**CpmContainerId**](#CpmContainerId)  UNIQUE<br>
```asn1
CPM-CONTAINER-ID-AND-TYPE ::= CLASS {
    &id     CpmContainerId UNIQUE,
+140 −0

File changed.

Preview size limit exceeded, changes collapsed.