am 8bc60413: Merge "DataConnection: Fix handling of PDP setup failure." into honeycomb-LTE
* commit '8bc60413b9840c7fa724e52f1271936640e97736': DataConnection: Fix handling of PDP setup failure.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user