Commit 4455af52 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0821' into 'meeting/SA112'

TS 33.128 CR0821 - Addition of UAS LI at the AMF

See merge request !362
parents 36e2835c c7c57812
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1925,7 +1925,8 @@ AMFRegistration ::= SEQUENCE
    uEAreaIndication                [29] UEAreaIndication OPTIONAL,
    establishmentCauseNon3GPPAccess [30] EstablishmentCauseNon3GPPAccess OPTIONAL,
    additionalUserIdentifiers       [31] UserIdentifiers OPTIONAL,
    alternativeNSSAI                [32] AlternativeNSSAIList OPTIONAL
    alternativeNSSAI                [32] AlternativeNSSAIList OPTIONAL,
    serviceLevelAAContainer         [33] ServiceLevelAAContainer OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -2489,6 +2490,8 @@ MobileIABAuthorizedIndicator ::= ENUMERATED
    notAuthorized(2)
}

ServiceLevelAAContainer ::= OCTET STRING (SIZE(4..65538))

-- ==================
-- 5G SMF definitions
-- ==================