Commit 7a005eeb authored by znaty's avatar znaty
Browse files

Update 33128/r18/TS33128Payloads.asn

parent b0fdde42
Loading
Loading
Loading
Loading
Loading
+59 −1
Original line number Diff line number Diff line
@@ -222,7 +222,12 @@ XIRIEvent ::= CHOICE

    -- HSS events, see clause 7.2.3.3
    hSSServingSystemMessage                             [133] HSSServingSystemMessage,
    hSSStartOfInterceptionWithRegisteredTarget          [134] HSSStartOfInterceptionWithRegisteredTarget
    hSSStartOfInterceptionWithRegisteredTarget          [134] HSSStartOfInterceptionWithRegisteredTarget,

    -- SCEF events, see clause 7.Y.6.1
    sCEFASSessionWithQoSProvision                       [170] SCEFASSessionWithQoSProvision,
    sCEFASSessionWithQoSNotification                    [171] SCEFASSessionWithQoSNotification

}

-- ==============
@@ -438,6 +443,10 @@ IRIEvent ::= CHOICE
    -- HSS events, see clause 7.2.3.4
    hSSServingSystemMessage                             [133] HSSServingSystemMessage,
    hSSStartOfInterceptionWithRegisteredTarget          [134] HSSStartOfInterceptionWithRegisteredTarget

 -- SCEF events, see clause 7.Y.6.2
    sCEFASSessionWithQoSProvision                       [170] SCEFASSessionWithQoSProvision,
    sCEFASSessionWithQoSNotification                    [171] SCEFASSessionWithQoSNotification
}

IRITargetIdentifier ::= SEQUENCE
@@ -689,6 +698,8 @@ NEFExpectedUEBehaviourUpdate ::= SEQUENCE
    validityTime                          [12] Timestamp OPTIONAL
}



-- ==========================
-- Common SCEF/NEF parameters
-- ==========================
@@ -797,6 +808,33 @@ ScheduledCommunicationType ::= ENUMERATED
    bidirectional(3)
}

AFSessionWithQoSResponseCode ::= ENUMERATED
{
    oK200(1),
    created201(2),
    noContent204(3),
    temporaryRedirect307(4),
    permanentRedirect308(5),
    badRequest400(6),
    unauthorized401(7),
    forbidden403(8),
    notFound404(9),
    notAcceptable406(10),
    lengthRequired411(11),
    unsupportedMediaType415(12),
    tooManyRequests429(13),
    internalServerError500(14),
    serviceUnavailable503(15)
}

AFSessionWithQoSOpType ::= ENUMERATED
{
    pOST(1),
    pUT(2),
    pATCH(3),
    dELETE(4)
}

-- =================
-- 5G NEF parameters
-- =================
@@ -978,6 +1016,26 @@ SCEFCommunicationPatternUpdate ::= SEQUENCE
    validityTime                          [14] Timestamp OPTIONAL
}

SCEFASSessionWithQoSProvision ::= SEQUENCE
{
    mSISDN                               [1] MSISDN OPTIONAL,
    externalIdentifier                   [2] NAI OPTIONAL,
    sCSASID                              [3] SCSASID,
    aSSessionWithQoSOpType               [4] AFSessionWithQoSOpType,
    aSSessionWithQoSSubscription         [5] SBIType OPTIONAL,
    aSSessionWithQoSSubscriptionPatch    [6] SBIType OPTIONAL,
    aSSessionWithQoSResponseCode         [7] AFSessionWithQoSResponseCode
}

SCEFASSessionWithQoSNotification ::= SEQUENCE
{
    mSISDN                               [1] MSISDN OPTIONAL,
    externalIdentifier                   [2] NAI OPTIONAL,
    sCSASID                              [3] SCSASID,
    userPlaneNotificationData            [4] SBIType,
    aSSessionWithQoSResponseCode         [5] AFSessionWithQoSResponseCode
}

-- =================
-- SCEF parameters
-- =================