Commit 55383710 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

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

parent bec866c6
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ IRIPayload ::= SEQUENCE
{
    relativeOID              [1] RELATIVE-OID,
    event                    [2] IRIEvent,
    targetIdentifiers   [3] SEQUENCE OF IRITargetIdentifier OPTIONAL
    targetIdentifiers        [3] SEQUENCE OF IRITargetIdentifier OPTIONAL,
    mediatedFromIndicator    [4] MediatedFromIndicator OPTIONAL
}

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

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

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