diff --git a/33128/r18/TS33128Payloads.asn b/33128/r18/TS33128Payloads.asn index b84b17c3c66c257059b86d76d7348e6d26713c4d..4ab112bf2a4fdca6b1207a1a571c7e2bde021825 100644 --- a/33128/r18/TS33128Payloads.asn +++ b/33128/r18/TS33128Payloads.asn @@ -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 -- =================