Commit 9fadc5a0 authored by hawbakert's avatar hawbakert Committed by canterburym
Browse files

Update MR to align with changes in CR.

parent b807f409
Loading
Loading
Loading
Loading
+6 −14
Original line number Diff line number Diff line
@@ -206,8 +206,7 @@ XIRIEvent ::= CHOICE
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    -- UDM events, see clause 7.2.2 continued from choice 110
    uDMStartOfInterceptionWithRegisteredUE              [901] UDMStartOfInterceptionWithRegisteredUE,
    uDMUEDeregistration                                 [902] UDMUEDeregistration
    uDMStartOfInterceptionWithRegisteredTarget          [901] UDMStartOfInterceptionWithRegisteredTarget
}

-- ==============
@@ -406,8 +405,7 @@ IRIEvent ::= CHOICE
    eESStartOfInterceptionWithRegisteredEEC             [123] EESStartOfInterceptionWithRegisteredEEC,

    -- UDM events, see clause 7.2.2 continued from choice 110
    uDMStartOfInterceptionWithRegisteredUE              [901] UDMStartOfInterceptionWithRegisteredUE,
    uDMUEDeregistration                                 [902] UDMUEDeregistration
    uDMStartOfInterceptionWithRegisteredTarget          [901] UDMStartOfInterceptionWithRegisteredTarget
}

IRITargetIdentifier ::= SEQUENCE
@@ -2342,7 +2340,9 @@ UDMCancelLocationMessage ::= SEQUENCE
    gPSI                        [3] GPSI OPTIONAL,
    gUAMI                       [4] GUAMI OPTIONAL,
    pLMNID                      [5] PLMNID OPTIONAL,
    cancelLocationMethod        [6] UDMCancelLocationMethod
    cancelLocationMethod        [6] UDMCancelLocationMethod,
    aMFDeregistrationInfo       [3] UDMAMFDeregistrationInfo,
    deregistrationData          [4] UDMDeregistrationData
}

UDMLocationInformationResult ::= SEQUENCE
@@ -2377,20 +2377,12 @@ UDMUEAuthenticationResponse ::= SEQUENCE
    problemDetails              [4] UDMProblemDetails OPTIONAL
}

UDMStartOfInterceptionWithRegisteredUE ::= SEQUENCE
UDMStartOfInterceptionWithRegisteredTarget ::= SEQUENCE
{
    uEID                        [1] SUPI,
    uDMUEContextInfo            [2] SBIType
}

UDMUEDeregistration ::= SEQUENCE
{
    uEID                        [1] SUPI,
    lastServingPLMN             [2] PLMNID,
    aMFDeregistrationInfo       [3] UDMAMFDeregistrationInfo,
    deregistrationData          [4] UDMDeregistrationData
}

-- =================
-- 5G UDM parameters
-- =================