Commit 368d2887 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0369' into 'meeting/SA97e'

TS 33.128 CR0369 - Addition of EUI64 and Paging Restriction Indicator to AMFRegistration Record

See merge request !58
parents 772ce0bd 5e551e9b
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1152,7 +1152,8 @@ AMFRegistration ::= SEQUENCE
    oldGUTI                     [13] EPS5GGUTI OPTIONAL,
    eMM5GRegStatus              [14] EMM5GMMStatus OPTIONAL,
    nonIMEISVPEI                [15] NonIMEISVPEI OPTIONAL,
    mACRestIndicator            [16] MACRestrictionIndicator OPTIONAL
    mACRestIndicator            [16] MACRestrictionIndicator OPTIONAL,
    pagingRestrictionIndicator  [17] PagingRestrictionIndicator OPTIONAL
}

-- See clause 6.2.2.2.3 for details of this structure
@@ -3901,11 +3902,14 @@ NonLocalID ::= ENUMERATED

NonIMEISVPEI ::= CHOICE
{
    mACAddress [1] MACAddress
    mACAddress [1] MACAddress,
    eUI64      [2] EUI64
}

NSSAI ::= SEQUENCE OF SNSSAI

PagingRestrictionIndicator ::= OCTET STRING (SIZE(1..33))

PLMNID ::= SEQUENCE
{
    mCC [1] MCC,