Merge "Make activation rejection a non-permanent error."

This commit is contained in:
Wink Saville
2010-12-10 11:43:33 -08:00
committed by Android (Google) Code Review

View File

@@ -192,7 +192,6 @@ public abstract class DataConnection extends HierarchicalStateMachine {
public boolean isPermanentFail() {
return (this == OPERATOR_BARRED) || (this == MISSING_UNKNOWN_APN) ||
(this == UNKNOWN_PDP_ADDRESS) || (this == USER_AUTHENTICATION) ||
(this == ACTIVATION_REJECT_GGSN) || (this == ACTIVATION_REJECT_UNSPECIFIED) ||
(this == SERVICE_OPTION_NOT_SUPPORTED) ||
(this == SERVICE_OPTION_NOT_SUBSCRIBED) || (this == NSAPI_IN_USE) ||
(this == PROTOCOL_ERRORS);