Commit 8ac9315c authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0557' into 'meeting/SA101'

TS 33.128 CR0557 - UDM Authentication Response modification

See merge request !195
parents 25ea0b02 96f9d21e
Loading
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] ServerAddressingInfoList OPTIONAL
}

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

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

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

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

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