Commit f3f8bcc6 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/820' of forge.3gpp.org:sa3/li into cr/33128/820

parents 381116dd 864d752d
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -996,9 +996,9 @@ NEF5GVNGroupQuery ::= SEQUENCE
-- See clause 7.7.2.1.X for details of this structure
UASNFInformation ::=SEQUENCE
{
    uASTargetIdentifiers        [1] SEQUENCE OF UASTargetIdentifier,
    uASTargetIdentifiers        [1] SEQUENCE (SIZE(1..MAX)) OF UASTargetIdentifier,
    uASNFProcedure              [2] UASNFProcedure,
    uASNFUASInformation         [3] UASNFUASInformation OPTIONAL
    uASNFUASInformation         [3] UASNFUASInformation
}


@@ -1182,7 +1182,7 @@ UASNFProcedure ::= ENUMERATED
UASTargetIdentifier ::= CHOICE
{
    gPSI              [1] GPSI,
    cAALevelUEID      [2] UTF8String,
    cAALevelUAVID     [2] UTF8String,
    pEI               [3] PEI
}