summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-09-19 20:25:10 -0700
committerSteve Kondik <shade@chemlab.org>2013-09-19 20:25:10 -0700
commitcb688f23ea70780abe6a428bf7cba0060d99ebf9 (patch)
tree53da28532d346af5c2dd0c74d613935880d862dd /include/telephony/ril.h
parentab77124dd9b8cf56e385710703af84f5d79736ff (diff)
parent44cb32cced29b8bb4a20047090335afbc7f8a58f (diff)
downloadandroid_hardware_ril-cb688f23ea70780abe6a428bf7cba0060d99ebf9.tar.gz
android_hardware_ril-cb688f23ea70780abe6a428bf7cba0060d99ebf9.tar.bz2
android_hardware_ril-cb688f23ea70780abe6a428bf7cba0060d99ebf9.zip
Merge tag 'android-4.3_r3.1' of https://android.googlesource.com/platform/hardware/ril into cm-10.2
Android 4.3 Release 3.1
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 fe4c91b..5b54efe 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -394,6 +394,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,