Commit 7ed26f72 authored by hawbakert's avatar hawbakert
Browse files

updated new UDM message names

parent 3efb6c62
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -180,9 +180,9 @@ XIRIEvent ::= CHOICE
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- UDM events, see clause 7.2.2
    uDMLocationInformationResultRecord                  [904] UDMLocationInformationResultRecord,
    uDMUEInformationRequestRecord                       [905] UDMUEInformationRequestRecord,
    uDMUEAuthenticationReportRecord                     [906] UDMUEAuthenticationReportRecord
    uDMLocationInformationResult                        [904] UDMLocationInformationResult,
    uDMUEInformationResponse                            [905] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [906] UDMUEAuthenticationResponse
}

-- ==============
@@ -356,9 +356,9 @@ IRIEvent ::= CHOICE
    startOfInterceptionForActiveIMSSession              [106] StartOfInterceptionForActiveIMSSession,

    -- UDM events, see clause 7.2.2
    uDMLocationInformationResultRecord                  [904] UDMLocationInformationResultRecord,
    uDMUEInformationRequestRecord                       [905] UDMUEInformationRequestRecord,
    uDMUEAuthenticationReportRecord                     [906] UDMUEAuthenticationReportRecord
    uDMLocationInformationResultRecord                  [904] UDMLocationInformationResult,
    uDMUEInformationResponse                            [905] UDMUEInformationResponse,
    uDMUEAuthenticationResponse                         [906] UDMUEAuthenticationResponse
}

IRITargetIdentifier ::= SEQUENCE
@@ -1665,7 +1665,7 @@ UDMCancelLocationMessage ::= SEQUENCE
    cancelLocationMethod        [6] UDMCancelLocationMethod
}

UDMLocationInformationResultRecord ::= SEQUENCE
UDMLocationInformationResult ::= SEQUENCE
{
    sUPI                     [1] SUPI,
    pEI                      [2] PEI OPTIONAL,
@@ -1680,7 +1680,7 @@ UDMLocationInformationResultRecord ::= SEQUENCE
    problemDetails           [11] UDMProblemDetails OPTIONAL 
}

UDMUEInformationRequestRecord ::= SEQUENCE
UDMUEInformationResponse ::= SEQUENCE
{
    sUPI                        [1] SUPI,
    tADSInfo                    [2] UEContextInfo OPTIONAL,
@@ -1689,7 +1689,7 @@ UDMUEInformationRequestRecord ::= SEQUENCE
    problemDetails              [5] UDMProblemDetails OPTIONAL
}

UDMUEAuthenticationReportRecord ::= SEQUENCE
UDMUEAuthenticationResponse ::= SEQUENCE
{
    sUPI                        [1] SUPI,
    authenticationInfoRequest   [2] UDMAuthenticationInfoRequest,