summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorHui Wang <huiwang@motorola.com>2014-09-19 16:40:17 -0500
committerJohn Huang <jsh@google.com>2014-09-19 23:11:34 +0000
commit11e8b23202a67ea1f82e5db6a113087c54be480b (patch)
treeacc5fc036e3db203614f07376993a06f5f70821a /include/telephony/ril.h
parenta65a16a2e81b11762fd9e4233e1a212effcfee82 (diff)
downloadandroid_hardware_ril-11e8b23202a67ea1f82e5db6a113087c54be480b.tar.gz
android_hardware_ril-11e8b23202a67ea1f82e5db6a113087c54be480b.tar.bz2
android_hardware_ril-11e8b23202a67ea1f82e5db6a113087c54be480b.zip
Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable
Bug: 17567651, 16308209 Change-Id: Ie5d8f5fc1227950634a746e7d3f911b5a8c5d96e
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 9f6163f..312c4ae 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -503,7 +503,8 @@ 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_REGULAR_DEACTIVATION = 0x24, /* possibly restart radio,
+ based on framework config */
PDP_FAIL_ONLY_IPV4_ALLOWED = 0x32, /* no retry */
PDP_FAIL_ONLY_IPV6_ALLOWED = 0x33, /* no retry */
PDP_FAIL_ONLY_SINGLE_BEARER_ALLOWED = 0x34,