summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-08-05 14:44:01 -0700
committerThe Android Automerger <android-build@android.com>2013-08-08 16:55:30 -0700
commit44cb32cced29b8bb4a20047090335afbc7f8a58f (patch)
treea2e40a496ab66019f711b418c304a6e0c2561652 /include/telephony/ril.h
parenta1a0952a703d66dee1a749976b061a16c6e642a0 (diff)
downloadandroid_hardware_ril-44cb32cced29b8bb4a20047090335afbc7f8a58f.tar.gz
android_hardware_ril-44cb32cced29b8bb4a20047090335afbc7f8a58f.tar.bz2
android_hardware_ril-44cb32cced29b8bb4a20047090335afbc7f8a58f.zip
Restart, cleanup or retry inactve connections.
Instead of retrying all inactive connections, restart radio on very bad errors, clean up those that are permanent failures and retry the others. Bug: 10131736 Change-Id: I2527b18d6cda52c55fb94be58fbb1a7a86818ef9 Signed-off-by: Wink Saville <wink@google.com>
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 68656fa..ac69b18 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -387,6 +387,7 @@ typedef enum {
PDP_FAIL_SERVICE_OPTION_NOT_SUBSCRIBED = 0x21, /* no retry */
PDP_FAIL_SERVICE_OPTION_OUT_OF_ORDER = 0x22,
PDP_FAIL_NSAPI_IN_USE = 0x23, /* no retry */
+ PDP_FAIL_REGULAR_DEACTIVATION = 0x24, /* restart radio */
PDP_FAIL_ONLY_IPV4_ALLOWED = 0x32, /* no retry */
PDP_FAIL_ONLY_IPV6_ALLOWED = 0x33, /* no retry */
PDP_FAIL_ONLY_SINGLE_BEARER_ALLOWED = 0x34,