Commit e4185b97 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0631' into 'meeting/SA104'

TS 33.128 CR 0631 -- Addition of parameter indicating the version of xIRI an IRI is generated from

See merge request !256
parents a03a047d c914b68f
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -212,7 +212,8 @@ IRIPayload ::= SEQUENCE
{
    iRIPayloadOID         [1] RELATIVE-OID,
    event                 [2] IRIEvent,
    targetIdentifiers   [3] SEQUENCE OF IRITargetIdentifier OPTIONAL
    targetIdentifiers     [3] SEQUENCE OF IRITargetIdentifier OPTIONAL,
    mediatedFromIndicator [4] MediatedFromIndicator OPTIONAL
}

IRIEvent ::= CHOICE
@@ -392,6 +393,11 @@ IRITargetIdentifier ::= SEQUENCE
    provenance                                          [2] TargetIdentifierProvenance OPTIONAL
}

MediatedFromIndicator ::= CHOICE
{
    xIRIRelativeOID   [1] RELATIVE-OID
}

-- ==============
-- HI3 CC payload
-- ==============