summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2013-10-03 13:53:27 -0700
committerWink Saville <wink@google.com>2013-10-03 13:54:54 -0700
commit3492c6e5917828645feb3dba4618629929a43ab1 (patch)
tree161e0fa5d356de60a2447001d932eea8bd73cd30 /include/telephony/ril.h
parent35c5dd72d8a28a384e54393955e60a352a425f7e (diff)
downloadandroid_hardware_ril-3492c6e5917828645feb3dba4618629929a43ab1.tar.gz
android_hardware_ril-3492c6e5917828645feb3dba4618629929a43ab1.tar.bz2
android_hardware_ril-3492c6e5917828645feb3dba4618629929a43ab1.zip
Change PDP_FAIL_SIGNAL_LOST to be retryable.
We've changed this in the framework: https://googleplex-android-review.git.corp.google.com/#/c/366996/ So this updates ril.h to match. Bug: 10954174, 10804691 Change-Id: I820d44e74251fd4fc375551474341572e9020aee
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 2957441..766d5da 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -399,7 +399,7 @@ typedef enum {
PDP_FAIL_DATA_REGISTRATION_FAIL = -2,
/* reasons for data call drop - network/modem disconnect */
- PDP_FAIL_SIGNAL_LOST = -3, /* no retry */
+ PDP_FAIL_SIGNAL_LOST = -3,
PDP_FAIL_PREF_RADIO_TECH_CHANGED = -4,/* preferred technology has changed, should retry
with parameters appropriate for new technology */
PDP_FAIL_RADIO_POWER_OFF = -5, /* data call was disconnected because radio was resetting,