Commit 0704d5a7 authored by grahamj's avatar grahamj Committed by canterburym
Browse files

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

parent 2e74699f
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
-- ==============