Commit 55e13c48 authored by znaty's avatar znaty
Browse files

Update 33128/r18/TS33128Payloads.asn

parent 228843ce
Loading
Loading
Loading
Loading
Loading
+54 −22
Original line number Diff line number Diff line
@@ -5051,8 +5051,8 @@ MMEAttach ::= SEQUENCE
    ePSTAIList             [8] TAIList OPTIONAL,
    sMSServiceStatus       [9] EPSSMSServiceStatus OPTIONAL,
    oldGUTI                [10] GUTI OPTIONAL,
    eMM5GRegStatus   [11] EMM5GMMStatus OPTIONAL
}
    eMM5GRegStatus         [11] EMM5GMMStatus OPTIONAL,
    accessRestrictionData  [12] AccessRestrictionData OPTIONAL}

MMEDetach ::= SEQUENCE
{
@@ -5089,7 +5089,8 @@ MMEStartOfInterceptionWithEPSAttachedUE ::= SEQUENCE
    location              [7] Location OPTIONAL,
    ePSTAIList            [9] TAIList OPTIONAL,
    sMSServiceStatus      [10] EPSSMSServiceStatus OPTIONAL,
    eMM5GRegStatus     [12] EMM5GMMStatus OPTIONAL
    eMM5GRegStatus        [12] EMM5GMMStatus OPTIONAL,
    accessRestrictionData [13] AccessRestrictionData
}

MMEUnsuccessfulProcedure ::= SEQUENCE
@@ -5185,6 +5186,37 @@ MMEFailureCause ::= CHOICE
    eSMCause [2] ESMCause
}

AccessRestrictionData ::= SET OF AccessRestriction

AccessRestriction ::= ENUMERATED
{
    uTRANNotAllowed(1),
    gERANNotAllowed(2),
    gANNotAllowed(3),
    iHSPAEvolutionNotAllowed(4),
    wBEUTRANNotAllowed(5),
    hOToNon3GPPAccessNotAllowed(6),
    nBIoTNotAllowed(7),
    enhancedCoverageNotAllowed(8),
    nRAsSecondaryRATinEUTRANNotAllowed(9),
    unlicensedSpectrumAsSecondaryRATNotAllowed(10),
    nRIn5GSNotAllowed(11),
    lTEMNotAllowed(12),
    wBEUTRANExceptLTEMNotAllowed(13),
    wBEUTRANLEONotAllowed(14),
    wBEUTRANMEONotAllowed(15),
    wBEUTRANGEONotAllowed(16),
    wBEUTRANOTHERSATNotAllowed(17),
    nBIoTLEONotAllowed(18),
    nBIoTMEONotAllowed(19),
    nBIoTGEONotAllowed(20),
    nBIoTOTHERSATNotAllowed(21),
    lTEMLEONotAllowed(22),
    lTEMMEONotAllowed(23),
    lTEMGEONotAllowed(24),
    lTEMOTHERSATNotAllowed(25)
}

-- ===========================
-- LI Notification definitions
-- ===========================