summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndalam Parthasarathi <andala@codeaurora.org>2015-12-23 14:25:43 +0530
committerAndalam Parthasarathi <andala@codeaurora.org>2015-12-23 14:25:43 +0530
commit6f3304a8aecf2e7543e83705797f3fbbc7a2f99b (patch)
tree6226abf8fac8f8c5d4db4dda1048f973bdec3d33
parenta28b7e7954028dfc3d9888d5a992c05e591b5a6e (diff)
downloadandroid_hardware_ril-6f3304a8aecf2e7543e83705797f3fbbc7a2f99b.tar.gz
android_hardware_ril-6f3304a8aecf2e7543e83705797f3fbbc7a2f99b.tar.bz2
android_hardware_ril-6f3304a8aecf2e7543e83705797f3fbbc7a2f99b.zip
Add pdp data call reject throttle error code
Added pdp data call reject throttle error code Change-Id: I90e8da4b46371fa6ae56ab1036e5520c01741a95 CRs-Fixed: 774782
-rw-r--r--include/telephony/ril.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 4595a6f..b84cf7b 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -718,6 +718,8 @@ typedef enum {
PDP_FAIL_TETHERED_CALL_ACTIVE = -6, /* data call was disconnected by modem because tethered
mode was up on same APN/data profile - no retry until
tethered call is off */
+ PDP_FAIL_IPV4_CALL_THROTTLED = -7,
+ PDP_FAIL_IPV6_CALL_THROTTLED = -8,
PDP_FAIL_ERROR_UNSPECIFIED = 0xffff, /* retry silently */
} RIL_DataCallFailCause;