Commit c326cc1e authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent 631eddd4
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -541,7 +541,8 @@ IRITargetIdentifier ::= SEQUENCE
CCPayload ::= SEQUENCE
{
    cCPayloadOID         [1] RELATIVE-OID,
    pDU                  [2] CCPDU
    pDU                  [2] CCPDU,
    targetIdentifiers    [3] SEQUENCE OF CCTargetIdentifier OPTIONAL
}

CCPDU ::= CHOICE
@@ -561,6 +562,12 @@ CCPDU ::= CHOICE
    rCSCCPDU            [7] RCSCCPDU
}

CCTargetIdentifier ::= SEQUENCE
{
    identifier                                          [1] TargetIdentifier,
    provenance                                          [2] TargetIdentifierProvenance OPTIONAL
}

-- ===========================
-- HI4 LI notification payload
-- ===========================