The details for each field, including a complete description of the usage, format, cardinality, and conditionality of that field, are given in the prose in the main body of the document.
When a table is used in the main body of the document to describe complex type (including CHOICE, SEQUENCE, or SET), the row order in the table matches the ASN.1 tag order.
D.2.2
The field names used in the main body of the document match those used in the ASN.1.
D.2.3
ASN.1 comments are not used, except to indicate:
Where to find a description of the field or structure in the main body of the specification. Be aware that XIRIEvent and IRIEvent fields are usually described in separate clauses.
When a tag is reserved for a purpose in an equivalent structure (see D.4.15) or a different Release, to avoid a potential tag conflict in the future.
Where fields in XIRIEvent and IRIEvent for a given NF are continued from a previous disjoint tag number.
When a field is deprecated (see D.2.5 and D.4.14).
ASN.1 comments are defined before an item, not after.
D.2.4
If a field is made conditional, the condition for its presence or absence is specified.
D.2.5
When any field is deprecated, the table of main text is modified. The "Field" column is renamed to "deprecated{PreviousName}" (where {PreviousName} is previous name of the field with the first character in upper-case). The "Description" column is changed into "No longer used in present version of this specification".
When a mandatory field is deprecated, the "Description" column is also changed to specify a placeholder value. The value of the "Cardinality" column (if present) is not changed. The value of the "M/C/O" column is not changed.
When an optional field is deprecated, the value of "Cardinality" column (if present) is changed to "0". The value of the "M/C/O" column is not changed.
When a conditional field is deprecated, the value of "Cardinality" column (if present) is changed to "0". The value of the "M/C/O" column is set to "O".
When a field is deprecated, the ASN.1 field is renamed to deprecated{PreviousName} (see D.4.14). A comment is added before indicating the ASN.1 release and version that deprecated the field (see D.2.3). For example "deprecated{PreviousName} was deprecated in r18(18) version5(5)".
D.2.6
When describing a field, where possible any references contain an explicit clause or section.
D.2.7
OCTET STRING fields encoding information elements that contain a leading type and length in their definition omit the type and length octets, and the table row of main text for the field contains "omitting the first N octets" to indicate this.
D.2.8
If a new required field is added to an existing SEQUENCE or SET, and the ASN.1 is OPTIONAL for backwards compatibility (see D.4.13), the table row of main text for the field contains "C" in the "M/C/O" column, and the "Description" column contains "Shall be provided." (or a more specific statement), and "This parameter is conditional only for backwards compatibility."
ASN.1 syntax conventions are described in Table D.4-1, examples of conformant ASN.1 syntax conventions are shown in Figure 2, and examples of ASN.1 syntax conventions to avoid are shown in Figure 3.
Modules are be defined with EXTENSIBILITY IMPLIED unless there is a specific reason to limit extensibility.
D.4.2
The AUTOMATIC TAGS module directive is not used.
D.4.3
SEQUENCE and CHOICE tag numbers start at one, and are allocated sequentially, except when tags are reserved for an equivalent structure (see D.2.3 and D.4.15).
D.4.4
ENUMERATED tag numbers start at one, and are allocated sequentially.
D.4.5
Anonymous types are not used. Non-trivial fields are assigned their own named type.
D.4.6
Consideration is given to making types re-usable and independent of a particular release. Re-using or extending an existing type, where the intent is similar, is preferable to creating a new type.
D.4.7
Consideration is given to making types extensible by declaring them as a SEQUENCE or CHOICE where possible.
D.4.8
Multiple smaller messages or structures with fewer OPTIONAL fields are preferred to larger structures with many OPTIONAL fields, as this increases the ability of the ASN.1 schema to enforce the intent of the specification.
D.4.9
Field names, tag numbers, field types and optional flags are be space-aligned where possible. An indent of four spaces is used.
D.4.10
(Void).
D.4.11
Braces are given their own line.
D.4.12
OIDs containing a version number are updated when the structure that uses the OID is changed, even if the change is solely to correct a syntactic error. Other OIDs in the same module need not be updated if they are not associated with structures that have been changed.
D.4.13
For backward compatibility, fields added to existing SEQUENCE or SET are defined as OPTIONAL, irrespective of their M/C/O designation in the main body of the specification.
D.4.14
When a field is deprecated, the ASN.1 field is renamed to deprecated{PreviousName} as per the main text (see D.2.5).
D.4.15
XIRIEvent and IRIEvent field names are identical for the same field purpose and tag numbers are identical for the same field purpose. If the field is not present in one of XIRIEvent or IRIEvent, a comment reserving the tag is added instead (see D.2.3).
This document utilizes the formal reference notation defined by ITU-T Recommendation X.680 [124] clause 15 to identify specific ASN.1 components. The specific conventions described below only apply to this document. In the event of a conflict between ITU-T Recommendation X.680 [124] and the present document, the terms of the present document shall apply.
ASN.1 references are italicized to aid in their identification.
Relative references may be used but shall only be used when the root of the path is either explicitly defined or may be definitively determined based on the context.
Unless otherwise specified, the root of all references in this document is @TS33128Payloads.
Unless otherwise specified the absolute reference for an xIRI record shall be @TS33128Payloads.XIRIPayload.event.{ComponentID} where the {ComponentID} is the name of the message. When a parameter or type being described is being described in the context of an xIRI message, the absolute reference described above shall be used as the root for any relative references.
Unless otherwise specified the absolute reference for an IRI record shall be @TS33128Payloads.IRIPayload.event.{ComponentID} where the {ComponentID} is the name of the message. When a parameter or type being described is being described in the context of an IRI message, the absolute reference described above shall be used as the root for any relative references.