Commit 2bbaf03e authored by znaty's avatar znaty Committed by canterburym
Browse files

Update 33128/r19/TS33128Payloads.asn

parent 919c2e9d
Loading
Loading
Loading
Loading
+47 −2
Original line number Diff line number Diff line
@@ -278,7 +278,13 @@ XIRIEvent ::= CHOICE
    uDMProSeTargetAuthentication                        [160] UDMProSeTargetAuthentication,

    -- IP Packet Report, see clause 6.2.3.9.5
    iPIRIPacketReport                                   [161] IPAccessPDU.IPIRIPacketReport
    iPIRIPacketReport                                   [161] IPAccessPDU.IPIRIPacketReport,

    -- NEF events, see clause 7.7.X.1
    nEF5GVNGroupCreation                                [162] NEF5GVNGroupCreation,
    nEF5GVNGroupUpdate                                  [163] NEF5GVNGroupUpdate,
    nEF5GVNGroupDeletion                                [164] NEF5GVNGroupDeletion,
    nEF5GVNGroupQuery                                   [165] NEF5GVNGroupQuery
}

-- ==============
@@ -538,9 +544,15 @@ IRIEvent ::= CHOICE

    -- UDM events, see clause 7.2.2.3, continued from tag 124
    uDMProSeTargetIdentifierDeconcealment               [159] UDMProSeTargetIdentifierDeconcealment,
    uDMProSeTargetAuthentication                        [160] UDMProSeTargetAuthentication
    uDMProSeTargetAuthentication                        [160] UDMProSeTargetAuthentication,

    -- Tag 161 is reserved because there is no equivalent IP Packet Report in IRIEvent.

    -- NEF events, see clause 7.7.X.2
    nEF5GVNGroupCreation                                [162] NEF5GVNGroupCreation,
    nEF5GVNGroupUpdate                                  [163] NEF5GVNGroupUpdate,
    nEF5GVNGroupDeletion                                [164] NEF5GVNGroupDeletion,
    nEF5GVNGroupQuery                                   [165] NEF5GVNGroupQuery
}

IRITargetIdentifier ::= SEQUENCE
@@ -818,6 +830,39 @@ NEFAFSessionWithQoSNotification ::= SEQUENCE
    aForASSessionWithQoSResponseCode     [4] AForASSessionWithQoSResponseCode
}

-- See clause 7.7.X.1.2 for details of this structure
NEF5GVNGroupCreation ::= SEQUENCE
{
    aFID                        [1] AFID,
    gPSI                        [2] GPSI,
    fiveGLanParametersProvision	[3] SBIType
}

-- See clause 7.7.X.1.3 for details of this structure
NEF5GVNGroupUpdate ::= SEQUENCE
{
    aFID                             [1] AFID,
    gPSI                             [2] GPSI,
    fiveGLanParametersProvision      [3] SBIType OPTIONAL,
    fiveGLanParametersProvisionPatch [4] SBIType OPTIONAL
}

-- See clause 7.7.X.1.4 for details of this structure
NEF5GVNGroupDeletion ::= SEQUENCE
{
    aFID            [1] AFID,
    gPSI            [2] GPSI,
    externalGroupID [3] OCTET STRING
}

-- See clause 7.7.X.1.5 for details of this structure
NEF5GVNGroupQuery ::= SEQUENCE
{
    aFID                        [1] AFID,
    gPSI                        [2] GPSI,
    fiveGLanParametersProvision [3] SBIType
}

-- ==========================
-- Common SCEF/NEF parameters
-- ==========================