Commit 47f627b7 authored by hawbakert's avatar hawbakert
Browse files

First Run UDM PEI SUPI Association

parent 57a65cb4
Loading
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
@@ -230,7 +230,10 @@ XIRIEvent ::= CHOICE

    -- SCEF events, see clause 7.8.6.1
    sCEFASSessionWithQoSProvision                       [137] SCEFASSessionWithQoSProvision,
    sCEFASSessionWithQoSNotification                    [138] SCEFASSessionWithQoSNotification
    sCEFASSessionWithQoSNotification                    [138] SCEFASSessionWithQoSNotification,

    -- UDM events, see clause 7.2.2.3, continued from tag 124
    uDMUpdatePEISUPIAssociation                         [139] UDMUpdatePEISUPIAssociation
}

-- ==============
@@ -453,7 +456,10 @@ IRIEvent ::= CHOICE

    -- SCEF events, see clause 7.8.6.2
    sCEFASSessionWithQoSProvision                       [137] SCEFASSessionWithQoSProvision,
    sCEFASSessionWithQoSNotification                    [138] SCEFASSessionWithQoSNotification
    sCEFASSessionWithQoSNotification                    [138] SCEFASSessionWithQoSNotification,

    -- UDM events, see clause 7.2.2.3, continued from tag 124
    uDMUpdatePEISUPIAssociation                         [139] UDMUpdatePEISUPIAssociation
}

IRITargetIdentifier ::= SEQUENCE
@@ -2539,7 +2545,8 @@ UDMSubscriberRecordChangeMessage ::= SEQUENCE
    oldGPSI                        [6] GPSI OPTIONAL,
    oldserviceID                   [7] ServiceID OPTIONAL,
    subscriberRecordChangeMethod   [8] UDMSubscriberRecordChangeMethod,
    serviceID                      [9] ServiceID OPTIONAL
    serviceID                      [9] ServiceID OPTIONAL,
    additionalGPSIs                [10] SEQUENCE (SIZE(1..MAX)) OF GPSI
}

UDMCancelLocationMessage ::= SEQUENCE
@@ -2593,6 +2600,13 @@ UDMStartOfInterceptionWithRegisteredTarget ::= SEQUENCE
    uDMSubscriptionDataSets     [3] SBIType
}

UDMUpdatePEISUPIAssociation ::= SEQUENCE
{
    pEI                        [1] PEI,
    sUPI                       [2] SUPI,
    gPSI                       [3] GPSI OPTIONAL,
    uDMSubscriptionDataSets    [4] SBIType OPTIONAL
}
-- =================
-- 5G UDM parameters
-- =================