Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8d70b14 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 5f353de9: Merge "Notify RIL that PDP reset is triggered due to data stall" into honeycomb-LTE

* commit '5f353de9':
  Notify RIL that PDP reset is triggered due to data stall
parents b7a13791 5f353de9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ public abstract class DataConnection extends StateMachine {
            Message m = dp.onCompletedMsg;
            if (TextUtils.equals(dp.reason, Phone.REASON_RADIO_TURNED_OFF)) {
                discReason = RILConstants.DEACTIVATE_REASON_RADIO_OFF;
            } else if (TextUtils.equals(dp.reason, Phone.REASON_PDP_RESET)) {
                discReason = RILConstants.DEACTIVATE_REASON_PDP_RESET;
            }
        }
        if (phone.mCM.getRadioState().isOn()) {
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ public interface RILConstants {
    /* Deactivate data call reasons */
    int DEACTIVATE_REASON_NONE = 0;
    int DEACTIVATE_REASON_RADIO_OFF = 1;
    int DEACTIVATE_REASON_PDP_RESET = 2;

/*
cat include/telephony/ril.h | \