Commit 1f0fb241 authored by Thomas Dodds's avatar Thomas Dodds Committed by canterburym
Browse files

Added UDMAuthenticationResponse fields and sub types

parent 25ea0b02
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -2725,7 +2725,9 @@ UDMUEAuthenticationResponse ::= SEQUENCE
    sUPI                        [1] SUPI,
    authenticationInfoRequest   [2] UDMAuthenticationInfoRequest,
    aKMAIndicator               [3] BOOLEAN OPTIONAL,
    problemDetails              [4] UDMProblemDetails OPTIONAL
    problemDetails              [4] UDMProblemDetails OPTIONAL,
    authAAA                     [5] BOOLEAN OPTIONAL,
    pvsInfo                     [6] ServerAddressingInfo
}

UDMStartOfInterceptionWithRegisteredTarget ::= SEQUENCE
@@ -2735,6 +2737,17 @@ UDMStartOfInterceptionWithRegisteredTarget ::= SEQUENCE
    uDMSubscriptionDataSets     [3] SBIType
}

ServerAddressingInfo ::= SEQUENCE (SIZE(1..MAX)) OF AddressingInfo

AddressingInfo ::= SEQUENCE
{
    iPv4Address [1] IPv4Address
    iPv6Address [2] IPv6Address
    fQDNList    [3] FQDNList
}

FQDNList ::= SEQUENCE (SIZE(1..MAX)) OF FQDN

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