Commit e17a81c2 authored by grahamj's avatar grahamj
Browse files

Update file TS33128Payloads.asn

parent 9e278350
Loading
Loading
Loading
Loading
Loading
+38 −1
Original line number Diff line number Diff line
@@ -5242,6 +5242,37 @@ EPSAttachResult ::= ENUMERATED
    combinedEPSIMSI(2)
}

EPSCauseMisc ::= ENUMERATED
{
    controlProcessingOverload(1),
    notEnoughUserPlaneProcessingResources(2),
    hardwareFailure(3),
    oAndMIntervention(4),
    unspecified(5),
    unknownPLMN(6)
}

EPSCauseNAS ::= ENUMERATED
{
    normalRelease(1),
    authenticationFailure(2),
    detach(3),
    unspecified (4),
    cSGSubscriptionExpiry(5),
    uENotInPLMNServingArea(6)
}

EPSCauseProtocol ::= ENUMERATED
{
    transferSyntaxError(1),
    abstractSyntaxErrorReject(2),
    abstractSyntaxErrorIgnoreAndNotify(3),
    messageNotCompatibleWithReceiverState(4),
    semanticError(5),
    abstractSyntaxErrorFalselyConstructedMessage(6),
    unspecified(7)
}

EPSCauseRadioNetwork ::= ENUMERATED
{
    unspecified(1),
@@ -5290,6 +5321,12 @@ EPSCauseRadioNetwork ::= ENUMERATED
    uPIntegrityProtectionNotPossible(44)
}

EPSCauseTransport ::= ENUMERATED
{
    transportResourceUnavailable(1),
    unspecified(2)
}

EPSCSFallbackIndicator ::= ENUMERATED
{
    cSFallbackRequired(1),
@@ -5320,7 +5357,7 @@ EPSRANCause ::= CHOICE
{
    radioNetwork    [1] EPSCauseRadioNetwork,
    transport       [2] EPSCauseTransport,
    nas             [3] EPSCauseNas,
    nas             [3] EPSCauseNAS,
    protocol        [4] EPSCauseProtocol,
    misc            [5] EPSCauseMisc
}