Commit 4626f501 authored by canterburym's avatar canterburym
Browse files

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

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

See merge request !262
parents 2e74699f 0704d5a7
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -283,7 +283,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
@@ -534,6 +535,11 @@ IRITargetIdentifier ::= SEQUENCE
    provenance                                          [2] TargetIdentifierProvenance OPTIONAL
}

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

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