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

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

am 0b45723f: am 8bc60413: Merge "DataConnection: Fix handling of PDP setup...

am 0b45723f: am 8bc60413: Merge "DataConnection: Fix handling of PDP setup failure." into honeycomb-LTE

* commit '0b45723f':
  DataConnection: Fix handling of PDP setup failure.
parents ec0c1a96 0b45723f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -490,6 +490,9 @@ public abstract class DataConnection extends StateMachine {
                log("BUG: onSetupConnectionCompleted is stale cp.tag=" + cp.tag + ", mtag=" + mTag);
            }
            result = DataCallState.SetupResult.ERR_Stale;
        } else if (response.status != 0) {
            result = DataCallState.SetupResult.ERR_RilError;
            result.mFailCause = FailCause.fromInt(response.status);
        } else {
            log("onSetupConnectionCompleted received DataCallState: " + response);