Language

DataFailCauseType Enum

Definition

public enum DataFailCauseType
type DataFailCauseType = 
Inheritance
DataFailCauseType

Fields

Name Value Description
TetheredCallActive -6

Data call was disconnected by modem because tethered.

Android reference for android.telephony.DataFailCause.TETHERED_CALL_ACTIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RadioPowerOff -5

data call was disconnected because radio was resetting, powered off.

Android reference for android.telephony.DataFailCause.RADIO_POWER_OFF.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PrefRadioTechChanged -4

Preferred technology has changed, must retry with parameters appropriate for new technology.

Android reference for android.telephony.DataFailCause.PREF_RADIO_TECH_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SignalLost -3

Data call drop due to network/modem disconnect.

Android reference for android.telephony.DataFailCause.SIGNAL_LOST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GprsRegistrationFail -2

Data fail due to GPRS registration failure.

Android reference for android.telephony.DataFailCause.GPRS_REGISTRATION_FAIL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RegistrationFail -1

Data fail due to registration failure.

Android reference for android.telephony.DataFailCause.REGISTRATION_FAIL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

None 0

There is no failure

Android reference for android.telephony.DataFailCause.NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OperatorBarred 8

Operator determined barring. (no retry)

Android reference for android.telephony.DataFailCause.OPERATOR_BARRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NasSignalling 14

NAS signalling.

Android reference for android.telephony.DataFailCause.NAS_SIGNALLING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LlcSndcp 25

Logical Link Control (LLC) Sub Network Dependent Convergence Protocol (SNDCP).

Android reference for android.telephony.DataFailCause.LLC_SNDCP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InsufficientResources 26

Insufficient resources.

Android reference for android.telephony.DataFailCause.INSUFFICIENT_RESOURCES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MissingUnknownApn 27

Missing or unknown APN.

Android reference for android.telephony.DataFailCause.MISSING_UNKNOWN_APN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnknownPdpAddressType 28

Unknown Packet Data Protocol (PDP) address type.

Android reference for android.telephony.DataFailCause.UNKNOWN_PDP_ADDRESS_TYPE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UserAuthentication 29

User authentication.

Android reference for android.telephony.DataFailCause.USER_AUTHENTICATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ActivationRejectGgsn 30

Activation rejected by Gateway GPRS Support Node (GGSN), Serving Gateway or PDN Gateway.

Android reference for android.telephony.DataFailCause.ACTIVATION_REJECT_GGSN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ActivationRejectUnspecified 31

Activation rejected, unspecified.

Android reference for android.telephony.DataFailCause.ACTIVATION_REJECT_UNSPECIFIED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ServiceOptionNotSupported 32

Service option not supported.

Android reference for android.telephony.DataFailCause.SERVICE_OPTION_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ServiceOptionNotSubscribed 33

Requested service option not subscribed.

Android reference for android.telephony.DataFailCause.SERVICE_OPTION_NOT_SUBSCRIBED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ServiceOptionOutOfOrder 34

Service option temporarily out of order.

Android reference for android.telephony.DataFailCause.SERVICE_OPTION_OUT_OF_ORDER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NsapiInUse 35

The Network Service Access Point Identifier (NSAPI) is in use.

Android reference for android.telephony.DataFailCause.NSAPI_IN_USE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RegularDeactivation 36

Regular deactivation.

Android reference for android.telephony.DataFailCause.REGULAR_DEACTIVATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

QosNotAccepted 37

Quality of service (QoS) is not accepted.

Android reference for android.telephony.DataFailCause.QOS_NOT_ACCEPTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkFailure 38

Network Failure.

Android reference for android.telephony.DataFailCause.NETWORK_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UmtsReactivationReq 39

Universal Mobile Telecommunications System (UMTS) reactivation request.

Android reference for android.telephony.DataFailCause.UMTS_REACTIVATION_REQ.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FeatureNotSupp 40

Feature not supported.

Android reference for android.telephony.DataFailCause.FEATURE_NOT_SUPP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TftSemanticError 41

Semantic error in the Traffic flow templates (TFT) operation.

Android reference for android.telephony.DataFailCause.TFT_SEMANTIC_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TftSytaxError 42

Syntactical error in the Traffic flow templates (TFT) operation.

Android reference for android.telephony.DataFailCause.TFT_SYTAX_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnknownPdpContext 43

Unknown Packet Data Protocol (PDP) context.

Android reference for android.telephony.DataFailCause.UNKNOWN_PDP_CONTEXT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FilterSemanticError 44

Semantic errors in packet filter.

Android reference for android.telephony.DataFailCause.FILTER_SEMANTIC_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FilterSytaxError 45

Syntactical errors in packet filter(s).

Android reference for android.telephony.DataFailCause.FILTER_SYTAX_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpWithoutActiveTft 46

Packet Data Protocol (PDP) without active traffic flow template (TFT).

Android reference for android.telephony.DataFailCause.PDP_WITHOUT_ACTIVE_TFT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ActivationRejectedBcmViolation 48

UE requested to modify QoS parameters or the bearer control mode, which is not compatible with the selected bearer control mode.

Android reference for android.telephony.DataFailCause.ACTIVATION_REJECTED_BCM_VIOLATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OnlyIpv4Allowed 50

Packet Data Protocol (PDP) type IPv4 only allowed.

Android reference for android.telephony.DataFailCause.ONLY_IPV4_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OnlyIpv6Allowed 51

Packet Data Protocol (PDP) type IPv6 only allowed.

Android reference for android.telephony.DataFailCause.ONLY_IPV6_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OnlySingleBearerAllowed 52

Single address bearers only allowed.

Android reference for android.telephony.DataFailCause.ONLY_SINGLE_BEARER_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmInfoNotReceived 53

EPS Session Management (ESM) information is not received.

Android reference for android.telephony.DataFailCause.ESM_INFO_NOT_RECEIVED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnConnDoesNotExist 54

PDN connection does not exist.

Android reference for android.telephony.DataFailCause.PDN_CONN_DOES_NOT_EXIST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MultiConnToSamePdnNotAllowed 55

Multiple connections to a same PDN is not allowed.

Android reference for android.telephony.DataFailCause.MULTI_CONN_TO_SAME_PDN_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CollisionWithNetworkInitiatedRequest 56

Network has already initiated the activation, modification, or deactivation of bearer resources that was requested by the UE.

Android reference for android.telephony.DataFailCause.COLLISION_WITH_NETWORK_INITIATED_REQUEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OnlyIpv4v6Allowed 57

Network supports IPv4v6 PDP type only. Non-IP type is not allowed. In LTE mode of operation, this is a PDN throttling cause code, meaning the UE may throttle further requests to the same APN.

Android reference for android.telephony.DataFailCause.ONLY_IPV4V6_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OnlyNonIpAllowed 58

Network supports non-IP PDP type only. IPv4, IPv6 and IPv4v6 is not allowed. In LTE mode of operation, this is a PDN throttling cause code, meaning the UE can throttle further requests to the same APN.

Android reference for android.telephony.DataFailCause.ONLY_NON_IP_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnsupportedQciValue 59

QCI (QoS Class Identifier) indicated in the UE request cannot be supported.

Android reference for android.telephony.DataFailCause.UNSUPPORTED_QCI_VALUE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

BearerHandlingNotSupported 60

Procedure requested by the UE was rejected because the bearer handling is not supported.

Android reference for android.telephony.DataFailCause.BEARER_HANDLING_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ActivePdpContextMaxNumberReached 65

Max number of Packet Data Protocol (PDP) context reached.

Android reference for android.telephony.DataFailCause.ACTIVE_PDP_CONTEXT_MAX_NUMBER_REACHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnsupportedApnInCurrentPlmn 66

Unsupported APN in current public land mobile network (PLMN).

Android reference for android.telephony.DataFailCause.UNSUPPORTED_APN_IN_CURRENT_PLMN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidTransactionId 81

Invalid transaction id.

Android reference for android.telephony.DataFailCause.INVALID_TRANSACTION_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MessageIncorrectSemantic 95

Incorrect message semantic.

Android reference for android.telephony.DataFailCause.MESSAGE_INCORRECT_SEMANTIC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidMandatoryInfo 96

Invalid mandatory information.

Android reference for android.telephony.DataFailCause.INVALID_MANDATORY_INFO.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MessageTypeUnsupported 97

Unsupported message type.

Android reference for android.telephony.DataFailCause.MESSAGE_TYPE_UNSUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MsgTypeNoncompatibleState 98

Message type uncompatible.

Android reference for android.telephony.DataFailCause.MSG_TYPE_NONCOMPATIBLE_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnknownInfoElement 99

Unknown info element.

Android reference for android.telephony.DataFailCause.UNKNOWN_INFO_ELEMENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ConditionalIeError 100

Conditional Information Element (IE) error.

Android reference for android.telephony.DataFailCause.CONDITIONAL_IE_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MsgAndProtocolStateUncompatible 101

Message and protocol state uncompatible.

Android reference for android.telephony.DataFailCause.MSG_AND_PROTOCOL_STATE_UNCOMPATIBLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ProtocolErrors 111

Protocol errors.

Android reference for android.telephony.DataFailCause.PROTOCOL_ERRORS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ApnTypeConflict 112

APN type conflict.

Android reference for android.telephony.DataFailCause.APN_TYPE_CONFLICT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidPcscfAddr 113

Invalid Proxy-Call Session Control Function (P-CSCF) address.

Android reference for android.telephony.DataFailCause.INVALID_PCSCF_ADDR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InternalCallPreemptByHighPrioApn 114

Internal data call preempt by high priority APN.

Android reference for android.telephony.DataFailCause.INTERNAL_CALL_PREEMPT_BY_HIGH_PRIO_APN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmmAccessBarred 115

EPS (Evolved Packet System) Mobility Management (EMM) access barred.

Android reference for android.telephony.DataFailCause.EMM_ACCESS_BARRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmergencyIfaceOnly 116

Emergency interface only.

Android reference for android.telephony.DataFailCause.EMERGENCY_IFACE_ONLY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IfaceMismatch 117

Interface mismatch.

Android reference for android.telephony.DataFailCause.IFACE_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CompanionIfaceInUse 118

Companion interface in use.

Android reference for android.telephony.DataFailCause.COMPANION_IFACE_IN_USE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IpAddressMismatch 119

IP address mismatch.

Android reference for android.telephony.DataFailCause.IP_ADDRESS_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IfaceAndPolFamilyMismatch 120
EmmAccessBarredInfiniteRetry 121

EPS (Evolved Packet System) Mobility Management (EMM) access barred infinity retry. *

Android reference for android.telephony.DataFailCause.EMM_ACCESS_BARRED_INFINITE_RETRY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AuthFailureOnEmergencyCall 122

Authentication failure on emergency call.

Android reference for android.telephony.DataFailCause.AUTH_FAILURE_ON_EMERGENCY_CALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidDnsAddr 123

Not receiving a DNS address that was mandatory.

Android reference for android.telephony.DataFailCause.INVALID_DNS_ADDR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidPcscfOrDnsAddress 124

Not receiving either a PCSCF or a DNS address, one of them being mandatory.

Android reference for android.telephony.DataFailCause.INVALID_PCSCF_OR_DNS_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CallPreemptByEmergencyApn 127

Emergency call bring up on a different ePDG.

Android reference for android.telephony.DataFailCause.CALL_PREEMPT_BY_EMERGENCY_APN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UeInitiatedDetachOrDisconnect 128

UE performs a detach or disconnect PDN action based on TE requirements.

Android reference for android.telephony.DataFailCause.UE_INITIATED_DETACH_OR_DISCONNECT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaReasonUnspecified 2000

Reason unspecified for foreign agent rejected MIP (Mobile IP) registration.

Android reference for android.telephony.DataFailCause.MIP_FA_REASON_UNSPECIFIED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaAdminProhibited 2001

Foreign agent administratively prohibited MIP (Mobile IP) registration.

Android reference for android.telephony.DataFailCause.MIP_FA_ADMIN_PROHIBITED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaInsufficientResources 2002

Foreign agent rejected MIP (Mobile IP) registration because of insufficient resources.

Android reference for android.telephony.DataFailCause.MIP_FA_INSUFFICIENT_RESOURCES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMobileNodeAuthenticationFailure 2003

Foreign agent rejected MIP (Mobile IP) registration because of MN-AAA authenticator was wrong.

Android reference for android.telephony.DataFailCause.MIP_FA_MOBILE_NODE_AUTHENTICATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaHomeAgentAuthenticationFailure 2004

Foreign agent rejected MIP (Mobile IP) registration because of home agent authentication failure.

Android reference for android.telephony.DataFailCause.MIP_FA_HOME_AGENT_AUTHENTICATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaRequestedLifetimeTooLong 2005

Foreign agent rejected MIP (Mobile IP) registration because of requested lifetime was too long.

Android reference for android.telephony.DataFailCause.MIP_FA_REQUESTED_LIFETIME_TOO_LONG.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMalformedRequest 2006

Foreign agent rejected MIP (Mobile IP) registration because of malformed request.

Android reference for android.telephony.DataFailCause.MIP_FA_MALFORMED_REQUEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMalformedReply 2007

Foreign agent rejected MIP (Mobile IP) registration because of malformed reply.

Android reference for android.telephony.DataFailCause.MIP_FA_MALFORMED_REPLY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaEncapsulationUnavailable 2008

Foreign agent rejected MIP (Mobile IP) registration because of requested encapsulation was unavailable.

Android reference for android.telephony.DataFailCause.MIP_FA_ENCAPSULATION_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaVjHeaderCompressionUnavailable 2009

Foreign agent rejected MIP (Mobile IP) registration of VJ Header Compression was unavailable.

Android reference for android.telephony.DataFailCause.MIP_FA_VJ_HEADER_COMPRESSION_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaReverseTunnelUnavailable 2010

Foreign agent rejected MIP (Mobile IP) registration because of reverse tunnel was unavailable.

Android reference for android.telephony.DataFailCause.MIP_FA_REVERSE_TUNNEL_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaReverseTunnelIsMandatory 2011

Foreign agent rejected MIP (Mobile IP) registration because of reverse tunnel was mandatory but not requested by device.

Android reference for android.telephony.DataFailCause.MIP_FA_REVERSE_TUNNEL_IS_MANDATORY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaDeliveryStyleNotSupported 2012

Foreign agent rejected MIP (Mobile IP) registration because of delivery style was not supported.

Android reference for android.telephony.DataFailCause.MIP_FA_DELIVERY_STYLE_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMissingNai 2013

Foreign agent rejected MIP (Mobile IP) registration because of missing NAI (Network Access Identifier).

Android reference for android.telephony.DataFailCause.MIP_FA_MISSING_NAI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMissingHomeAgent 2014

Foreign agent rejected MIP (Mobile IP) registration because of missing Home Agent.

Android reference for android.telephony.DataFailCause.MIP_FA_MISSING_HOME_AGENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMissingHomeAddress 2015

Foreign agent rejected MIP (Mobile IP) registration because of missing Home Address.

Android reference for android.telephony.DataFailCause.MIP_FA_MISSING_HOME_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaUnknownChallenge 2016

Foreign agent rejected MIP (Mobile IP) registration because of unknown challenge.

Android reference for android.telephony.DataFailCause.MIP_FA_UNKNOWN_CHALLENGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaMissingChallenge 2017

Foreign agent rejected MIP (Mobile IP) registration because of missing challenge.

Android reference for android.telephony.DataFailCause.MIP_FA_MISSING_CHALLENGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipFaStaleChallenge 2018

Foreign agent rejected MIP (Mobile IP) registration because of stale challenge.

Android reference for android.telephony.DataFailCause.MIP_FA_STALE_CHALLENGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaReasonUnspecified 2019

Reason unspecified for home agent rejected MIP (Mobile IP) registration.

Android reference for android.telephony.DataFailCause.MIP_HA_REASON_UNSPECIFIED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaAdminProhibited 2020

Home agent administratively prohibited MIP (Mobile IP) registration.

Android reference for android.telephony.DataFailCause.MIP_HA_ADMIN_PROHIBITED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaInsufficientResources 2021

Home agent rejected MIP (Mobile IP) registration because of insufficient resources.

Android reference for android.telephony.DataFailCause.MIP_HA_INSUFFICIENT_RESOURCES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaMobileNodeAuthenticationFailure 2022

Home agent rejected MIP (Mobile IP) registration because of MN-HA authenticator was wrong.

Android reference for android.telephony.DataFailCause.MIP_HA_MOBILE_NODE_AUTHENTICATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaForeignAgentAuthenticationFailure 2023

Home agent rejected MIP (Mobile IP) registration because of foreign agent authentication failure.

Android reference for android.telephony.DataFailCause.MIP_HA_FOREIGN_AGENT_AUTHENTICATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaRegistrationIdMismatch 2024

Home agent rejected MIP (Mobile IP) registration because of registration id mismatch.

Android reference for android.telephony.DataFailCause.MIP_HA_REGISTRATION_ID_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaMalformedRequest 2025

Home agent rejected MIP (Mobile IP) registration because of malformed request.

Android reference for android.telephony.DataFailCause.MIP_HA_MALFORMED_REQUEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaUnknownHomeAgentAddress 2026

Home agent rejected MIP (Mobile IP) registration because of unknown home agent address.

Android reference for android.telephony.DataFailCause.MIP_HA_UNKNOWN_HOME_AGENT_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaReverseTunnelUnavailable 2027

Home agent rejected MIP (Mobile IP) registration because of reverse tunnel was unavailable.

Android reference for android.telephony.DataFailCause.MIP_HA_REVERSE_TUNNEL_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaReverseTunnelIsMandatory 2028

Home agent rejected MIP (Mobile IP) registration because of reverse tunnel is mandatory but not requested by device.

Android reference for android.telephony.DataFailCause.MIP_HA_REVERSE_TUNNEL_IS_MANDATORY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipHaEncapsulationUnavailable 2029

Home agent rejected MIP (Mobile IP) registration because of encapsulation unavailable.

Android reference for android.telephony.DataFailCause.MIP_HA_ENCAPSULATION_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CloseInProgress 2030

Tearing down is in progress.

Android reference for android.telephony.DataFailCause.CLOSE_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkInitiatedTermination 2031

Brought down by the network.

Android reference for android.telephony.DataFailCause.NETWORK_INITIATED_TERMINATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ModemAppPreempted 2032

Another application in modem preempts the data call.

Android reference for android.telephony.DataFailCause.MODEM_APP_PREEMPTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnIpv4CallDisallowed 2033

IPV4 PDN is in throttled state due to network providing only IPV6 address during the previous VSNCP bringup (subs_limited_to_v6).

Android reference for android.telephony.DataFailCause.PDN_IPV4_CALL_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnIpv4CallThrottled 2034

IPV4 PDN is in throttled state due to previous VSNCP bringup failure(s).

Android reference for android.telephony.DataFailCause.PDN_IPV4_CALL_THROTTLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnIpv6CallDisallowed 2035

IPV6 PDN is in throttled state due to network providing only IPV4 address during the previous VSNCP bringup (subs_limited_to_v4).

Android reference for android.telephony.DataFailCause.PDN_IPV6_CALL_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnIpv6CallThrottled 2036

IPV6 PDN is in throttled state due to previous VSNCP bringup failure(s).

Android reference for android.telephony.DataFailCause.PDN_IPV6_CALL_THROTTLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ModemRestart 2037

Modem restart.

Android reference for android.telephony.DataFailCause.MODEM_RESTART.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpPppNotSupported 2038

PDP PPP calls are not supported.

Android reference for android.telephony.DataFailCause.PDP_PPP_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnpreferredRat 2039

RAT on which the data call is attempted/connected is no longer the preferred RAT.

Android reference for android.telephony.DataFailCause.UNPREFERRED_RAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PhysicalLinkCloseInProgress 2040

Physical link is in the process of cleanup.

Android reference for android.telephony.DataFailCause.PHYSICAL_LINK_CLOSE_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ApnPendingHandover 2041

Interface bring up is attempted for an APN that is yet to be handed over to target RAT.

Android reference for android.telephony.DataFailCause.APN_PENDING_HANDOVER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ProfileBearerIncompatible 2042

APN bearer type in the profile does not match preferred network mode.

Android reference for android.telephony.DataFailCause.PROFILE_BEARER_INCOMPATIBLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SimCardChanged 2043

Card was refreshed or removed.

Android reference for android.telephony.DataFailCause.SIM_CARD_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LowPowerModeOrPoweringDown 2044

Device is going into lower power mode or powering down.

Android reference for android.telephony.DataFailCause.LOW_POWER_MODE_OR_POWERING_DOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ApnDisabled 2045

APN has been disabled.

Android reference for android.telephony.DataFailCause.APN_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MaxPppInactivityTimerExpired 2046

Maximum PPP inactivity timer expired.

Android reference for android.telephony.DataFailCause.MAX_PPP_INACTIVITY_TIMER_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ipv6AddressTransferFailed 2047

IPv6 address transfer failed.

Android reference for android.telephony.DataFailCause.IPV6_ADDRESS_TRANSFER_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TratSwapFailed 2048

Target RAT swap failed.

Android reference for android.telephony.DataFailCause.TRAT_SWAP_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EhrpdToHrpdFallback 2049

Device falls back from eHRPD to HRPD.

Android reference for android.telephony.DataFailCause.EHRPD_TO_HRPD_FALLBACK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MipConfigFailure 2050

UE is in MIP-only configuration but the MIP configuration fails on call bring up due to incorrect provisioning.

Android reference for android.telephony.DataFailCause.MIP_CONFIG_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnInactivityTimerExpired 2051

PDN inactivity timer expired due to no data transmission in a configurable duration of time.

Android reference for android.telephony.DataFailCause.PDN_INACTIVITY_TIMER_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MaxIpv4Connections 2052

IPv4 data call bring up is rejected because the UE already maintains the allotted maximum number of IPv4 data connections.

Android reference for android.telephony.DataFailCause.MAX_IPV4_CONNECTIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MaxIpv6Connections 2053

IPv6 data call bring up is rejected because the UE already maintains the allotted maximum number of IPv6 data connections.

Android reference for android.telephony.DataFailCause.MAX_IPV6_CONNECTIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ApnMismatch 2054

New PDN bring up is rejected during interface selection because the UE has already allotted the available interfaces for other PDNs.

Android reference for android.telephony.DataFailCause.APN_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IpVersionMismatch 2055

New call bring up is rejected since the existing data call IP type doesn't match the requested IP.

Android reference for android.telephony.DataFailCause.IP_VERSION_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DunCallDisallowed 2056

Dial up networking (DUN) call bring up is rejected since UE is in eHRPD RAT.

Android reference for android.telephony.DataFailCause.DUN_CALL_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InternalEpcNonepcTransition 2057

Rejected/Brought down since UE is transition between EPC and NONEPC RAT.

Android reference for android.telephony.DataFailCause.INTERNAL_EPC_NONEPC_TRANSITION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InterfaceInUse 2058

The current interface is being in use.

Android reference for android.telephony.DataFailCause.INTERFACE_IN_USE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ApnDisallowedOnRoaming 2059

PDN connection to the APN is disallowed on the roaming network.

Android reference for android.telephony.DataFailCause.APN_DISALLOWED_ON_ROAMING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ApnParametersChanged 2060

APN-related parameters are changed.

Android reference for android.telephony.DataFailCause.APN_PARAMETERS_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NullApnDisallowed 2061

PDN is attempted to be brought up with NULL APN but NULL APN is not supported.

Android reference for android.telephony.DataFailCause.NULL_APN_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ThermalMitigation 2062

Thermal level increases and causes calls to be torn down when normal mode of operation is not allowed.

Android reference for android.telephony.DataFailCause.THERMAL_MITIGATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DataSettingsDisabled 2063

PDN Connection to a given APN is disallowed because data is disabled from the device user interface settings.

Android reference for android.telephony.DataFailCause.DATA_SETTINGS_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DataRoamingSettingsDisabled 2064

PDN Connection to a given APN is disallowed because data roaming is disabled from the device user interface settings and the UE is roaming.

Android reference for android.telephony.DataFailCause.DATA_ROAMING_SETTINGS_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DdsSwitched 2065

DDS (Default data subscription) switch occurs.

Android reference for android.telephony.DataFailCause.DDS_SWITCHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ForbiddenApnName 2066

PDN being brought up with an APN that is part of forbidden APN Name list.

Android reference for android.telephony.DataFailCause.FORBIDDEN_APN_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DdsSwitchInProgress 2067

Default data subscription switch is in progress.

Android reference for android.telephony.DataFailCause.DDS_SWITCH_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CallDisallowedInRoaming 2068

Roaming is disallowed during call bring up.

Android reference for android.telephony.DataFailCause.CALL_DISALLOWED_IN_ROAMING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NonIpNotSupported 2069

UE is unable to bring up a non-IP data call because the device is not camped on a NB1 cell.

Android reference for android.telephony.DataFailCause.NON_IP_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnNonIpCallThrottled 2070

Non-IP PDN is in throttled state due to previous VSNCP bringup failure(s).

Android reference for android.telephony.DataFailCause.PDN_NON_IP_CALL_THROTTLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdnNonIpCallDisallowed 2071

Non-IP PDN is in disallowed state due to the network providing only an IP address.

Android reference for android.telephony.DataFailCause.PDN_NON_IP_CALL_DISALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaLock 2072

Device in CDMA locked state.

Android reference for android.telephony.DataFailCause.CDMA_LOCK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaIntercept 2073

Received an intercept order from the base station.

Android reference for android.telephony.DataFailCause.CDMA_INTERCEPT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaReorder 2074

Receiving a reorder from the base station.

Android reference for android.telephony.DataFailCause.CDMA_REORDER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaReleaseDueToSoRejection 2075

Receiving a release from the base station with a SO (Service Option) Reject reason.

Android reference for android.telephony.DataFailCause.CDMA_RELEASE_DUE_TO_SO_REJECTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaIncomingCall 2076

Receiving an incoming call from the base station.

Android reference for android.telephony.DataFailCause.CDMA_INCOMING_CALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaAlertStop 2077

Received an alert stop from the base station due to incoming only.

Android reference for android.telephony.DataFailCause.CDMA_ALERT_STOP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ChannelAcquisitionFailure 2078

Channel acquisition failures. This indicates that device has failed acquiring all the channels in the PRL.

Android reference for android.telephony.DataFailCause.CHANNEL_ACQUISITION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MaxAccessProbe 2079

Maximum access probes transmitted.

Android reference for android.telephony.DataFailCause.MAX_ACCESS_PROBE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ConcurrentServiceNotSupportedByBaseStation 2080

Concurrent service is not supported by base station.

Android reference for android.telephony.DataFailCause.CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoResponseFromBaseStation 2081

There was no response received from the base station.

Android reference for android.telephony.DataFailCause.NO_RESPONSE_FROM_BASE_STATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RejectedByBaseStation 2082

The base station rejecting the call.

Android reference for android.telephony.DataFailCause.REJECTED_BY_BASE_STATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ConcurrentServicesIncompatible 2083

The concurrent services requested were not compatible.

Android reference for android.telephony.DataFailCause.CONCURRENT_SERVICES_INCOMPATIBLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoCdmaService 2084

Device does not have CDMA service.

Android reference for android.telephony.DataFailCause.NO_CDMA_SERVICE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RuimNotPresent 2085

RUIM not being present.

Android reference for android.telephony.DataFailCause.RUIM_NOT_PRESENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CdmaRetryOrder 2086

Receiving a retry order from the base station.

Android reference for android.telephony.DataFailCause.CDMA_RETRY_ORDER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessBlock 2087

Access blocked by the base station.

Android reference for android.telephony.DataFailCause.ACCESS_BLOCK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessBlockAll 2088

Access blocked by the base station for all mobile devices.

Android reference for android.telephony.DataFailCause.ACCESS_BLOCK_ALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Is707bMaxAccessProbes 2089

Maximum access probes for the IS-707B call.

Android reference for android.telephony.DataFailCause.IS707B_MAX_ACCESS_PROBES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ThermalEmergency 2090

Put device in thermal emergency.

Android reference for android.telephony.DataFailCause.THERMAL_EMERGENCY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ConcurrentServicesNotAllowed 2091

In favor of a voice call or SMS when concurrent voice and data are not supported.

Android reference for android.telephony.DataFailCause.CONCURRENT_SERVICES_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IncomingCallRejected 2092

The other clients rejected incoming call.

Android reference for android.telephony.DataFailCause.INCOMING_CALL_REJECTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoServiceOnGateway 2093

No service on the gateway.

Android reference for android.telephony.DataFailCause.NO_SERVICE_ON_GATEWAY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoGprsContext 2094

GPRS context is not available.

Android reference for android.telephony.DataFailCause.NO_GPRS_CONTEXT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IllegalMs 2095

Network refuses service to the MS because either an identity of the MS is not acceptable to the network or the MS does not pass the authentication check.

Android reference for android.telephony.DataFailCause.ILLEGAL_MS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IllegalMe 2096

ME could not be authenticated and the ME used is not acceptable to the network.

Android reference for android.telephony.DataFailCause.ILLEGAL_ME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GprsServicesAndNonGprsServicesNotAllowed 2097

Not allowed to operate either GPRS or non-GPRS services.

Android reference for android.telephony.DataFailCause.GPRS_SERVICES_AND_NON_GPRS_SERVICES_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GprsServicesNotAllowed 2098

MS is not allowed to operate GPRS services.

Android reference for android.telephony.DataFailCause.GPRS_SERVICES_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MsIdentityCannotBeDerivedByTheNetwork 2099

No matching identity or context could be found in the network.

Android reference for android.telephony.DataFailCause.MS_IDENTITY_CANNOT_BE_DERIVED_BY_THE_NETWORK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ImplicitlyDetached 2100

Mobile reachable timer has expired, or the GMM context data related to the subscription does not exist in the SGSN.

Android reference for android.telephony.DataFailCause.IMPLICITLY_DETACHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PlmnNotAllowed 2101

UE requests GPRS service, or the network initiates a detach request in a PLMN which does not offer roaming for GPRS services to that MS.

Android reference for android.telephony.DataFailCause.PLMN_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LocationAreaNotAllowed 2102

MS requests service, or the network initiates a detach request, in a location area where the HPLMN determines that the MS, by subscription, is not allowed to operate.

Android reference for android.telephony.DataFailCause.LOCATION_AREA_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GprsServicesNotAllowedInThisPlmn 2103

UE requests GPRS service or the network initiates a detach request in a PLMN that does not offer roaming for GPRS services.

Android reference for android.telephony.DataFailCause.GPRS_SERVICES_NOT_ALLOWED_IN_THIS_PLMN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpDuplicate 2104

PDP context already exists.

Android reference for android.telephony.DataFailCause.PDP_DUPLICATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UeRatChange 2105

RAT change on the UE.

Android reference for android.telephony.DataFailCause.UE_RAT_CHANGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Congestion 2106

Network cannot serve a request from the MS due to congestion.

Android reference for android.telephony.DataFailCause.CONGESTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoPdpContextActivated 2107

MS requests an establishment of the radio access bearers for all active PDP contexts by sending a service request message indicating data to the network, but the SGSN does not have any active PDP context.

Android reference for android.telephony.DataFailCause.NO_PDP_CONTEXT_ACTIVATED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessClassDsacRejection 2108

Access class blocking restrictions for the current camped cell.

Android reference for android.telephony.DataFailCause.ACCESS_CLASS_DSAC_REJECTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpActivateMaxRetryFailed 2109

SM attempts PDP activation for a maximum of four attempts.

Android reference for android.telephony.DataFailCause.PDP_ACTIVATE_MAX_RETRY_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RadioAccessBearerFailure 2110

Radio access bearer failure.

Android reference for android.telephony.DataFailCause.RADIO_ACCESS_BEARER_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmUnknownEpsBearerContext 2111

Invalid EPS bearer identity in the request.

Android reference for android.telephony.DataFailCause.ESM_UNKNOWN_EPS_BEARER_CONTEXT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DrbReleasedByRrc 2112

Data radio bearer is released by the RRC.

Android reference for android.telephony.DataFailCause.DRB_RELEASED_BY_RRC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ConnectionReleased 2113

Indicate the connection was released.

Android reference for android.telephony.DataFailCause.CONNECTION_RELEASED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmmDetached 2114

UE is detached.

Android reference for android.telephony.DataFailCause.EMM_DETACHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmmAttachFailed 2115

Attach procedure is rejected by the network.

Android reference for android.telephony.DataFailCause.EMM_ATTACH_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmmAttachStarted 2116

Attach procedure is started for EMC purposes.

Android reference for android.telephony.DataFailCause.EMM_ATTACH_STARTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LteNasServiceRequestFailed 2117

Service request procedure failure.

Android reference for android.telephony.DataFailCause.LTE_NAS_SERVICE_REQUEST_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DuplicateBearerId 2118

Active dedicated bearer was requested using the same default bearer ID.

Android reference for android.telephony.DataFailCause.DUPLICATE_BEARER_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmCollisionScenarios 2119

Collision scenarios for the UE and network-initiated procedures.

Android reference for android.telephony.DataFailCause.ESM_COLLISION_SCENARIOS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmBearerDeactivatedToSyncWithNetwork 2120

Bearer must be deactivated to synchronize with the network.

Android reference for android.telephony.DataFailCause.ESM_BEARER_DEACTIVATED_TO_SYNC_WITH_NETWORK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmNwActivatedDedBearerWithIdOfDefBearer 2121

Active dedicated bearer was requested for an existing default bearer.

Android reference for android.telephony.DataFailCause.ESM_NW_ACTIVATED_DED_BEARER_WITH_ID_OF_DEF_BEARER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmBadOtaMessage 2122

Bad OTA message is received from the network.

Android reference for android.telephony.DataFailCause.ESM_BAD_OTA_MESSAGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmDownloadServerRejectedTheCall 2123

Download server rejected the call.

Android reference for android.telephony.DataFailCause.ESM_DOWNLOAD_SERVER_REJECTED_THE_CALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmContextTransferredDueToIrat 2124

PDN was disconnected by the downlaod server due to IRAT.

Android reference for android.telephony.DataFailCause.ESM_CONTEXT_TRANSFERRED_DUE_TO_IRAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DsExplicitDeactivation 2125

Dedicated bearer will be deactivated regardless of the network response.

Android reference for android.telephony.DataFailCause.DS_EXPLICIT_DEACTIVATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmLocalCauseNone 2126

No specific local cause is mentioned, usually a valid OTA cause.

Android reference for android.telephony.DataFailCause.ESM_LOCAL_CAUSE_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LteThrottlingNotRequired 2127

Throttling is not needed for this service request failure.

Android reference for android.telephony.DataFailCause.LTE_THROTTLING_NOT_REQUIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessControlListCheckFailure 2128

Access control list check failure at the lower layer.

Android reference for android.telephony.DataFailCause.ACCESS_CONTROL_LIST_CHECK_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ServiceNotAllowedOnPlmn 2129

Service is not allowed on the requested PLMN.

Android reference for android.telephony.DataFailCause.SERVICE_NOT_ALLOWED_ON_PLMN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmmT3417Expired 2130

T3417 timer expiration of the service request procedure.

Android reference for android.telephony.DataFailCause.EMM_T3417_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmmT3417ExtExpired 2131

Extended service request fails due to expiration of the T3417 EXT timer.

Android reference for android.telephony.DataFailCause.EMM_T3417_EXT_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcUplinkDataTransmissionFailure 2132

Transmission failure of radio resource control (RRC) uplink data.

Android reference for android.telephony.DataFailCause.RRC_UPLINK_DATA_TRANSMISSION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcUplinkDeliveryFailedDueToHandover 2133

Radio resource control (RRC) uplink data delivery failed due to a handover.

Android reference for android.telephony.DataFailCause.RRC_UPLINK_DELIVERY_FAILED_DUE_TO_HANDOVER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcUplinkConnectionRelease 2134

Radio resource control (RRC) uplink data delivery failed due to a connection release.

Android reference for android.telephony.DataFailCause.RRC_UPLINK_CONNECTION_RELEASE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcUplinkRadioLinkFailure 2135

Radio resource control (RRC) uplink data delivery failed due to a radio link failure.

Android reference for android.telephony.DataFailCause.RRC_UPLINK_RADIO_LINK_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcUplinkErrorRequestFromNas 2136

Radio resource control (RRC) is not connected but the non-access stratum (NAS) sends an uplink data request.

Android reference for android.telephony.DataFailCause.RRC_UPLINK_ERROR_REQUEST_FROM_NAS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAccessStratumFailure 2137

Radio resource control (RRC) connection failure at access stratum.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ACCESS_STRATUM_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAnotherProcedureInProgress 2138

Radio resource control (RRC) connection establishment is aborted due to another procedure.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ANOTHER_PROCEDURE_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAccessBarred 2139

Radio resource control (RRC) connection establishment failed due to access barrred.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ACCESS_BARRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionCellReselection 2140

Radio resource control (RRC) connection establishment failed due to cell reselection at access stratum.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_CELL_RESELECTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionConfigFailure 2141

Connection establishment failed due to configuration failure at the radio resource control (RRC).

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_CONFIG_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionTimerExpired 2142

Radio resource control (RRC) connection could not be established in the time limit.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_TIMER_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionLinkFailure 2143

Connection establishment failed due to a link failure at the radio resource control (RRC).

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_LINK_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionCellNotCamped 2144

Connection establishment failed as the radio resource control (RRC) is not camped on any cell.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_CELL_NOT_CAMPED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionSystemIntervalFailure 2145

Connection establishment failed due to a service interval failure at the radio resource control (RRC).

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_SYSTEM_INTERVAL_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionRejectByNetwork 2146

Radio resource control (RRC) connection establishment failed due to the network rejecting the UE connection request.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_REJECT_BY_NETWORK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionNormalRelease 2147

Normal radio resource control (RRC) connection release.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_NORMAL_RELEASE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionRadioLinkFailure 2148

Radio resource control (RRC) connection release failed due to radio link failure conditions.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_RADIO_LINK_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionReestablishmentFailure 2149

Radio resource control (RRC) connection re-establishment failure.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_REESTABLISHMENT_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionOutOfServiceDuringCellRegister 2150

UE is out of service during the call register.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_OUT_OF_SERVICE_DURING_CELL_REGISTER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAbortRequest 2151

Connection has been released by the radio resource control (RRC) due to an abort request.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ABORT_REQUEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionSystemInformationBlockReadError 2152

Radio resource control (RRC) connection released due to a system information block read error.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_SYSTEM_INFORMATION_BLOCK_READ_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkInitiatedDetachWithAutoReattach 2153

Network-initiated detach with reattach.

Android reference for android.telephony.DataFailCause.NETWORK_INITIATED_DETACH_WITH_AUTO_REATTACH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NetworkInitiatedDetachNoAutoReattach 2154

Network-initiated detach without reattach.

Android reference for android.telephony.DataFailCause.NETWORK_INITIATED_DETACH_NO_AUTO_REATTACH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmProcedureTimeOut 2155

ESM procedure maximum attempt timeout failure.

Android reference for android.telephony.DataFailCause.ESM_PROCEDURE_TIME_OUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidConnectionId 2156

No PDP exists with the given connection ID while modifying or deactivating or activation for an already active PDP.

Android reference for android.telephony.DataFailCause.INVALID_CONNECTION_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MaximiumNsapisExceeded 2157

Maximum NSAPIs have been exceeded during PDP activation.

Android reference for android.telephony.DataFailCause.MAXIMIUM_NSAPIS_EXCEEDED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidPrimaryNsapi 2158

Primary context for NSAPI does not exist.

Android reference for android.telephony.DataFailCause.INVALID_PRIMARY_NSAPI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CannotEncodeOtaMessage 2159

Unable to encode the OTA message for MT PDP or deactivate PDP.

Android reference for android.telephony.DataFailCause.CANNOT_ENCODE_OTA_MESSAGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RadioAccessBearerSetupFailure 2160

Radio access bearer is not established by the lower layers during activation, modification, or deactivation.

Android reference for android.telephony.DataFailCause.RADIO_ACCESS_BEARER_SETUP_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpEstablishTimeoutExpired 2161

Expiration of the PDP establish timer with a maximum of five retries.

Android reference for android.telephony.DataFailCause.PDP_ESTABLISH_TIMEOUT_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpModifyTimeoutExpired 2162

Expiration of the PDP modify timer with a maximum of four retries.

Android reference for android.telephony.DataFailCause.PDP_MODIFY_TIMEOUT_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpInactiveTimeoutExpired 2163

Expiration of the PDP deactivate timer with a maximum of four retries.

Android reference for android.telephony.DataFailCause.PDP_INACTIVE_TIMEOUT_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpLowerlayerError 2164

PDP activation failed due to RRC_ABORT or a forbidden PLMN.

Android reference for android.telephony.DataFailCause.PDP_LOWERLAYER_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PdpModifyCollision 2165

MO PDP modify collision when the MT PDP is already in progress.

Android reference for android.telephony.DataFailCause.PDP_MODIFY_COLLISION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MaxinumSizeOfL2MessageExceeded 2166

Maximum size of the L2 message was exceeded.

Android reference for android.telephony.DataFailCause.MAXINUM_SIZE_OF_L2_MESSAGE_EXCEEDED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NasRequestRejectedByNetwork 2167

Non-access stratum (NAS) request was rejected by the network.

Android reference for android.telephony.DataFailCause.NAS_REQUEST_REJECTED_BY_NETWORK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionInvalidRequest 2168

Radio resource control (RRC) connection establishment failure due to an error in the request message.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_INVALID_REQUEST.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionTrackingAreaIdChanged 2169

Radio resource control (RRC) connection establishment failure due to a change in the tracking area ID.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_TRACKING_AREA_ID_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionRfUnavailable 2170

Radio resource control (RRC) connection establishment failure due to the RF was unavailable.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_RF_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAbortedDueToIratChange 2171

Radio resource control (RRC) connection was aborted before deactivating the LTE stack due to a successful LTE to WCDMA/GSM/TD-SCDMA IRAT change.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ABORTED_DUE_TO_IRAT_CHANGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionReleasedSecurityNotActive 2172

If the UE has an LTE radio link failure before security is established, the radio resource control (RRC) connection must be released and the UE must return to idle.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_RELEASED_SECURITY_NOT_ACTIVE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAbortedAfterHandover 2173

Radio resource control (RRC) connection was aborted by the non-access stratum (NAS) after an IRAT to LTE IRAT handover.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ABORTED_AFTER_HANDOVER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAbortedAfterIratCellChange 2174

Radio resource control (RRC) connection was aborted before deactivating the LTE stack after a successful LTE to GSM/EDGE IRAT cell change order procedure.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ABORTED_AFTER_IRAT_CELL_CHANGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RrcConnectionAbortedDuringIratCellChange 2175

Radio resource control (RRC) connection was aborted in the middle of a LTE to GSM IRAT cell change order procedure.

Android reference for android.telephony.DataFailCause.RRC_CONNECTION_ABORTED_DURING_IRAT_CELL_CHANGE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ImsiUnknownInHomeSubscriberServer 2176

IMSI present in the UE is unknown in the home subscriber server.

Android reference for android.telephony.DataFailCause.IMSI_UNKNOWN_IN_HOME_SUBSCRIBER_SERVER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ImeiNotAccepted 2177

IMEI of the UE is not accepted by the network.

Android reference for android.telephony.DataFailCause.IMEI_NOT_ACCEPTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EpsServicesAndNonEpsServicesNotAllowed 2178

EPS and non-EPS services are not allowed by the network.

Android reference for android.telephony.DataFailCause.EPS_SERVICES_AND_NON_EPS_SERVICES_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EpsServicesNotAllowedInPlmn 2179

EPS services are not allowed in the PLMN.

Android reference for android.telephony.DataFailCause.EPS_SERVICES_NOT_ALLOWED_IN_PLMN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MscTemporarilyNotReachable 2180

Mobile switching center is temporarily unreachable.

Android reference for android.telephony.DataFailCause.MSC_TEMPORARILY_NOT_REACHABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CsDomainNotAvailable 2181

CS domain is not available.

Android reference for android.telephony.DataFailCause.CS_DOMAIN_NOT_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EsmFailure 2182

ESM level failure.

Android reference for android.telephony.DataFailCause.ESM_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MacFailure 2183

MAC level failure.

Android reference for android.telephony.DataFailCause.MAC_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SynchronizationFailure 2184

Synchronization failure.

Android reference for android.telephony.DataFailCause.SYNCHRONIZATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UeSecurityCapabilitiesMismatch 2185

UE security capabilities mismatch.

Android reference for android.telephony.DataFailCause.UE_SECURITY_CAPABILITIES_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SecurityModeRejected 2186

Unspecified security mode reject.

Android reference for android.telephony.DataFailCause.SECURITY_MODE_REJECTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnacceptableNonEpsAuthentication 2187

Unacceptable non-EPS authentication.

Android reference for android.telephony.DataFailCause.UNACCEPTABLE_NON_EPS_AUTHENTICATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CsFallbackCallEstablishmentNotAllowed 2188

CS fallback call establishment is not allowed.

Android reference for android.telephony.DataFailCause.CS_FALLBACK_CALL_ESTABLISHMENT_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoEpsBearerContextActivated 2189

No EPS bearer context was activated.

Android reference for android.telephony.DataFailCause.NO_EPS_BEARER_CONTEXT_ACTIVATED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidEmmState 2190

Invalid EMM state.

Android reference for android.telephony.DataFailCause.INVALID_EMM_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NasLayerFailure 2191

Non-Access Spectrum layer failure.

Android reference for android.telephony.DataFailCause.NAS_LAYER_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MultiplePdpCallNotAllowed 2192

Multiple PDP call feature is disabled.

Android reference for android.telephony.DataFailCause.MULTIPLE_PDP_CALL_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmbmsNotEnabled 2193

Data call has been brought down because EMBMS is not enabled at the RRC layer.

Android reference for android.telephony.DataFailCause.EMBMS_NOT_ENABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IratHandoverFailed 2194

Data call was unsuccessfully transferred during the IRAT handover.

Android reference for android.telephony.DataFailCause.IRAT_HANDOVER_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmbmsRegularDeactivation 2195

EMBMS data call has been successfully brought down.

Android reference for android.telephony.DataFailCause.EMBMS_REGULAR_DEACTIVATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

TestLoopbackRegularDeactivation 2196

Test loop-back data call has been successfully brought down.

Android reference for android.telephony.DataFailCause.TEST_LOOPBACK_REGULAR_DEACTIVATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LowerLayerRegistrationFailure 2197

Lower layer registration failure.

Android reference for android.telephony.DataFailCause.LOWER_LAYER_REGISTRATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DataPlanExpired 2198

Network initiates a detach on LTE with error cause ""data plan has been replenished or has expired.

Android reference for android.telephony.DataFailCause.DATA_PLAN_EXPIRED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UmtsHandoverToIwlan 2199

UMTS interface is brought down due to handover from UMTS to iWLAN.

Android reference for android.telephony.DataFailCause.UMTS_HANDOVER_TO_IWLAN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoConnectionDenyByGeneralOrNetworkBusy 2200

Received a connection deny due to general or network busy on EVDO network.

Android reference for android.telephony.DataFailCause.EVDO_CONNECTION_DENY_BY_GENERAL_OR_NETWORK_BUSY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoConnectionDenyByBillingOrAuthenticationFailure 2201

Received a connection deny due to billing or authentication failure on EVDO network.

Android reference for android.telephony.DataFailCause.EVDO_CONNECTION_DENY_BY_BILLING_OR_AUTHENTICATION_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoHdrChanged 2202

HDR system has been changed due to redirection or the PRL was not preferred.

Android reference for android.telephony.DataFailCause.EVDO_HDR_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoHdrExited 2203

Device exited HDR due to redirection or the PRL was not preferred.

Android reference for android.telephony.DataFailCause.EVDO_HDR_EXITED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoHdrNoSession 2204

Device does not have an HDR session.

Android reference for android.telephony.DataFailCause.EVDO_HDR_NO_SESSION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoUsingGpsFixInsteadOfHdrCall 2205

It is ending an HDR call origination in favor of a GPS fix.

Android reference for android.telephony.DataFailCause.EVDO_USING_GPS_FIX_INSTEAD_OF_HDR_CALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EvdoHdrConnectionSetupTimeout 2206

Connection setup on the HDR system was time out.

Android reference for android.telephony.DataFailCause.EVDO_HDR_CONNECTION_SETUP_TIMEOUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

FailedToAcquireColocatedHdr 2207

Device failed to acquire a co-located HDR for origination.

Android reference for android.telephony.DataFailCause.FAILED_TO_ACQUIRE_COLOCATED_HDR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OtaspCommitInProgress 2208

OTASP commit is in progress.

Android reference for android.telephony.DataFailCause.OTASP_COMMIT_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoHybridHdrService 2209

Device has no hybrid HDR service.

Android reference for android.telephony.DataFailCause.NO_HYBRID_HDR_SERVICE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HdrNoLockGranted 2210

HDR module could not be obtained because of the RF locked.

Android reference for android.telephony.DataFailCause.HDR_NO_LOCK_GRANTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DbmOrSmsInProgress 2211

DBM or SMS is in progress.

Android reference for android.telephony.DataFailCause.DBM_OR_SMS_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HdrFade 2212

HDR module released the call due to fade.

Android reference for android.telephony.DataFailCause.HDR_FADE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HdrAccessFailure 2213

HDR system access failure.

Android reference for android.telephony.DataFailCause.HDR_ACCESS_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Unsupported1XPrev 2214

P_rev supported by 1 base station is less than 6, which is not supported for a 1X data call. The UE must be in the footprint of BS which has p_rev >= 6 to support this SO33 call.

Android reference for android.telephony.DataFailCause.UNSUPPORTED_1X_PREV.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LocalEnd 2215

Client ended the data call.

Android reference for android.telephony.DataFailCause.LOCAL_END.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoService 2216

Device has no service.

Android reference for android.telephony.DataFailCause.NO_SERVICE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fade 2217

Device lost the system due to fade.

Android reference for android.telephony.DataFailCause.FADE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NormalRelease 2218

Receiving a release from the base station with no reason.

Android reference for android.telephony.DataFailCause.NORMAL_RELEASE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AccessAttemptAlreadyInProgress 2219

Access attempt is already in progress.

Android reference for android.telephony.DataFailCause.ACCESS_ATTEMPT_ALREADY_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RedirectionOrHandoffInProgress 2220

Device is in the process of redirecting or handing off to a different target system.

Android reference for android.telephony.DataFailCause.REDIRECTION_OR_HANDOFF_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmergencyMode 2221

Device is operating in Emergency mode.

Android reference for android.telephony.DataFailCause.EMERGENCY_MODE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PhoneInUse 2222

Device is in use (e.g., voice call).

Android reference for android.telephony.DataFailCause.PHONE_IN_USE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidMode 2223

Device operational mode is different from the mode requested in the traffic channel bring up.

Android reference for android.telephony.DataFailCause.INVALID_MODE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

InvalidSimState 2224

SIM was marked by the network as invalid for the circuit and/or packet service domain.

Android reference for android.telephony.DataFailCause.INVALID_SIM_STATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NoCollocatedHdr 2225

There is no co-located HDR.

Android reference for android.telephony.DataFailCause.NO_COLLOCATED_HDR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UeIsEnteringPowersaveMode 2226

UE is entering power save mode.

Android reference for android.telephony.DataFailCause.UE_IS_ENTERING_POWERSAVE_MODE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DualSwitch 2227

Dual switch from single standby to dual standby is in progress.

Android reference for android.telephony.DataFailCause.DUAL_SWITCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PppTimeout 2228

Data call bring up fails in the PPP setup due to a timeout. (e.g., an LCP conf ack was not received from the network)

Android reference for android.telephony.DataFailCause.PPP_TIMEOUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PppAuthFailure 2229

Data call bring up fails in the PPP setup due to an authorization failure. (e.g., authorization is required, but not negotiated with the network during an LCP phase)

Android reference for android.telephony.DataFailCause.PPP_AUTH_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PppOptionMismatch 2230

Data call bring up fails in the PPP setup due to an option mismatch.

Android reference for android.telephony.DataFailCause.PPP_OPTION_MISMATCH.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PppPapFailure 2231

Data call bring up fails in the PPP setup due to a PAP failure.

Android reference for android.telephony.DataFailCause.PPP_PAP_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PppChapFailure 2232

Data call bring up fails in the PPP setup due to a CHAP failure.

Android reference for android.telephony.DataFailCause.PPP_CHAP_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PppCloseInProgress 2233

Data call bring up fails in the PPP setup because the PPP is in the process of cleaning the previous PPP session.

Android reference for android.telephony.DataFailCause.PPP_CLOSE_IN_PROGRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LimitedToIpv4 2234

IPv6 interface bring up fails because the network provided only the IPv4 address for the upcoming PDN permanent client can reattempt a IPv6 call bring up after the IPv4 interface is also brought down. However, there is no guarantee that the network will provide a IPv6 address.

Android reference for android.telephony.DataFailCause.LIMITED_TO_IPV4.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LimitedToIpv6 2235

IPv4 interface bring up fails because the network provided only the IPv6 address for the upcoming PDN permanent client can reattempt a IPv4 call bring up after the IPv6 interface is also brought down. However there is no guarantee that the network will provide a IPv4 address.

Android reference for android.telephony.DataFailCause.LIMITED_TO_IPV6.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpTimeout 2236

Data call bring up fails in the VSNCP phase due to a VSNCP timeout error.

Android reference for android.telephony.DataFailCause.VSNCP_TIMEOUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpGenError 2237

Data call bring up fails in the VSNCP phase due to a general error. It's used when there is no other specific error code available to report the failure.

Android reference for android.telephony.DataFailCause.VSNCP_GEN_ERROR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpApnUnauthorized 2238

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request because the requested APN is unauthorized.

Android reference for android.telephony.DataFailCause.VSNCP_APN_UNAUTHORIZED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpPdnLimitExceeded 2239

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request because the PDN limit has been exceeded.

Android reference for android.telephony.DataFailCause.VSNCP_PDN_LIMIT_EXCEEDED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpNoPdnGatewayAddress 2240

Data call bring up fails in the VSNCP phase due to the network rejected the VSNCP configuration request due to no PDN gateway address.

Android reference for android.telephony.DataFailCause.VSNCP_NO_PDN_GATEWAY_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpPdnGatewayUnreachable 2241

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request because the PDN gateway is unreachable.

Android reference for android.telephony.DataFailCause.VSNCP_PDN_GATEWAY_UNREACHABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpPdnGatewayReject 2242

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request due to a PDN gateway reject.

Android reference for android.telephony.DataFailCause.VSNCP_PDN_GATEWAY_REJECT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpInsufficientParameters 2243

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request with the reason of insufficient parameter.

Android reference for android.telephony.DataFailCause.VSNCP_INSUFFICIENT_PARAMETERS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpResourceUnavailable 2244

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request with the reason of resource unavailable.

Android reference for android.telephony.DataFailCause.VSNCP_RESOURCE_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpAdministrativelyProhibited 2245

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request with the reason of administratively prohibited at the HSGW.

Android reference for android.telephony.DataFailCause.VSNCP_ADMINISTRATIVELY_PROHIBITED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpPdnIdInUse 2246

Data call bring up fails in the VSNCP phase due to a network rejection of PDN ID in use, or all existing PDNs are brought down with this end reason because one of the PDN bring up was rejected by the network with the reason of PDN ID in use.

Android reference for android.telephony.DataFailCause.VSNCP_PDN_ID_IN_USE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpSubscriberLimitation 2247

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request for the reason of subscriber limitation.

Android reference for android.telephony.DataFailCause.VSNCP_SUBSCRIBER_LIMITATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpPdnExistsForThisApn 2248

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request because the PDN exists for this APN.

Android reference for android.telephony.DataFailCause.VSNCP_PDN_EXISTS_FOR_THIS_APN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

VsncpReconnectNotAllowed 2249

Data call bring up fails in the VSNCP phase due to a network rejection of the VSNCP configuration request with reconnect to this PDN not allowed, or an active data call is terminated by the network because reconnection to this PDN is not allowed. Upon receiving this error code from the network, the modem infinitely throttles the PDN until the next power cycle.

Android reference for android.telephony.DataFailCause.VSNCP_RECONNECT_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Ipv6PrefixUnavailable 2250

Device failure to obtain the prefix from the network.

Android reference for android.telephony.DataFailCause.IPV6_PREFIX_UNAVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

HandoffPreferenceChanged 2251

System preference change back to SRAT during handoff

Android reference for android.telephony.DataFailCause.HANDOFF_PREFERENCE_CHANGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

SliceRejected 2252

Data call fail due to the slice not being allowed for the data call.

Android reference for android.telephony.DataFailCause.SLICE_REJECTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

MatchAllRuleNotAllowed 2253

No matching rule available for the request, and match-all rule is not allowed for it.

Android reference for android.telephony.DataFailCause.MATCH_ALL_RULE_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

AllMatchingRulesFailed 2254

If connection failed for all matching URSP rules.

Android reference for android.telephony.DataFailCause.ALL_MATCHING_RULES_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

OemDcfailcause1 4097
OemDcfailcause2 4098
OemDcfailcause3 4099
OemDcfailcause4 4100
OemDcfailcause5 4101
OemDcfailcause6 4102
OemDcfailcause7 4103
OemDcfailcause8 4104
OemDcfailcause9 4105
OemDcfailcause10 4106
OemDcfailcause11 4107
OemDcfailcause12 4108
OemDcfailcause13 4109
OemDcfailcause14 4110
OemDcfailcause15 4111
IwlanPdnConnectionRejection 8192

The PDN connection corresponding to the requested APN has been rejected.

Android reference for android.telephony.DataFailCause.IWLAN_PDN_CONNECTION_REJECTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanMaxConnectionReached 8193

The PDN connection has been rejected. No additional PDN connections can be established for the UE due to the network policies or capabilities.

Android reference for android.telephony.DataFailCause.IWLAN_MAX_CONNECTION_REACHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanSemanticErrorInTheTftOperation 8241

The PDN connection has been rejected due to a semantic error in TFT operation.

Android reference for android.telephony.DataFailCause.IWLAN_SEMANTIC_ERROR_IN_THE_TFT_OPERATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanSyntacticalErrorInTheTftOperation 8242

The PDN connection has been rejected due to a syntactic error in TFT operation.

Android reference for android.telephony.DataFailCause.IWLAN_SYNTACTICAL_ERROR_IN_THE_TFT_OPERATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanSemanticErrorsInPacketFilters 8244

The PDN connection has been rejected due to sematic errors in the packet filter.

Android reference for android.telephony.DataFailCause.IWLAN_SEMANTIC_ERRORS_IN_PACKET_FILTERS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanSyntacticalErrorsInPacketFilters 8245

The PDN connection has been rejected due to syntactic errors in the packet filter.

Android reference for android.telephony.DataFailCause.IWLAN_SYNTACTICAL_ERRORS_IN_PACKET_FILTERS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanNon3gppAccessToEpcNotAllowed 9000

No non-3GPP subscription is associated with the IMSI. The UE is not allowed to use non-3GPP access to EPC.

Android reference for android.telephony.DataFailCause.IWLAN_NON_3GPP_ACCESS_TO_EPC_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanUserUnknown 9001

The user identified by the IMSI is unknown.

Android reference for android.telephony.DataFailCause.IWLAN_USER_UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanNoApnSubscription 9002

The requested APN is not included in the user's profile, and therefore is not authorized for that user.

Android reference for android.telephony.DataFailCause.IWLAN_NO_APN_SUBSCRIPTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanAuthorizationRejected 9003

The user is barred from using the non-3GPP access or the subscribed APN.

Android reference for android.telephony.DataFailCause.IWLAN_AUTHORIZATION_REJECTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanIllegalMe 9006

The Mobile Equipment used is not acceptable to the network

Android reference for android.telephony.DataFailCause.IWLAN_ILLEGAL_ME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanNetworkFailure 10500

The network has determined that the requested procedure cannot be completed successfully due to network failure.

Android reference for android.telephony.DataFailCause.IWLAN_NETWORK_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanRatTypeNotAllowed 11001

The access type is restricted to the user.

Android reference for android.telephony.DataFailCause.IWLAN_RAT_TYPE_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanImeiNotAccepted 11005

The network does not accept emergency PDN bringup request using an IMEI

Android reference for android.telephony.DataFailCause.IWLAN_IMEI_NOT_ACCEPTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanPlmnNotAllowed 11011

The ePDG performs PLMN filtering (based on roaming agreements) and rejects the request from the UE. The UE requests service in a PLMN where the UE is not allowed to operate.

Android reference for android.telephony.DataFailCause.IWLAN_PLMN_NOT_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanUnauthenticatedEmergencyNotSupported 11055

The ePDG does not support un-authenticated IMSI based emergency PDN bringup *

Android reference for android.telephony.DataFailCause.IWLAN_UNAUTHENTICATED_EMERGENCY_NOT_SUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanCongestion 15500

The requested service was rejected because of congestion in the network while accessing the IWLAN ePDG. Defined in 3GPP TS 24.502, Section 9.2.4.2.

Android reference for android.telephony.DataFailCause.IWLAN_CONGESTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanIkev2ConfigFailure 16384

IKE configuration error resulting in failure

Android reference for android.telephony.DataFailCause.IWLAN_IKEV2_CONFIG_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanIkev2AuthFailure 16385

Sent in the response to an IKE_AUTH message when, for some reason, the authentication failed.

Android reference for android.telephony.DataFailCause.IWLAN_IKEV2_AUTH_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanIkev2MsgTimeout 16386

IKE message timeout, tunnel setup failed due to no response from EPDG

Android reference for android.telephony.DataFailCause.IWLAN_IKEV2_MSG_TIMEOUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanIkev2CertInvalid 16387

IKE Certification validation failure

Android reference for android.telephony.DataFailCause.IWLAN_IKEV2_CERT_INVALID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanDnsResolutionNameFailure 16388

Unable to resolve FQDN for the ePDG to an IP address

Android reference for android.telephony.DataFailCause.IWLAN_DNS_RESOLUTION_NAME_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanDnsResolutionTimeout 16389

No response received from the DNS Server due to a timeout

Android reference for android.telephony.DataFailCause.IWLAN_DNS_RESOLUTION_TIMEOUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

IwlanTunnelNotFound 16390

Expected to update or bring down an ePDG tunnel, but no tunnel found

Android reference for android.telephony.DataFailCause.IWLAN_TUNNEL_NOT_FOUND.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ErrorUnspecified 65535

Data call fail due to unspecific errors.

Android reference for android.telephony.DataFailCause.ERROR_UNSPECIFIED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Unknown 65536

Unknown data failure cause.

Android reference for android.telephony.DataFailCause.UNKNOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

RadioNotAvailable 65537

Data fail due to radio not unavailable.

Android reference for android.telephony.DataFailCause.RADIO_NOT_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

UnacceptableNetworkParameter 65538

Data fail due to unacceptable network parameter.

Android reference for android.telephony.DataFailCause.UNACCEPTABLE_NETWORK_PARAMETER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

LostConnection 65540

Data connection was lost.

Android reference for android.telephony.DataFailCause.LOST_CONNECTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to