OSDN Git Service

Change PDP_FAIL_SIGNAL_LOST to be retryable.
authorWink Saville <wink@google.com>
Thu, 3 Oct 2013 20:53:27 +0000 (13:53 -0700)
committerWink Saville <wink@google.com>
Thu, 3 Oct 2013 20:54:54 +0000 (13:54 -0700)
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: 1095417410804691
Change-Id: I820d44e74251fd4fc375551474341572e9020aee

include/telephony/ril.h

index 2957441..766d5da 100644 (file)
@@ -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,