summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-08-08 17:10:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-08 17:10:38 -0700
commitb318ddd2ca6ece875dd028d5dac3a1a82bec1751 (patch)
tree3dc59832e465383ac1720789b9d7c64f7832bec9 /include/telephony/ril.h
parentd8df3fd34fd10949967a6f0669a1ea934f94822d (diff)
parent7ee253c8baf442693ff6ed4603ca217fe9b9afdf (diff)
downloadandroid_hardware_ril-b318ddd2ca6ece875dd028d5dac3a1a82bec1751.tar.gz
android_hardware_ril-b318ddd2ca6ece875dd028d5dac3a1a82bec1751.tar.bz2
android_hardware_ril-b318ddd2ca6ece875dd028d5dac3a1a82bec1751.zip
am 7ee253c8: am 3d14a71d: Restart, cleanup or retry inactve connections.
* commit '7ee253c8baf442693ff6ed4603ca217fe9b9afdf': Restart, cleanup or retry inactve connections.
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 e19dd6a..2957441 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -388,6 +388,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,