History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31f84bf1a4f1c945f7ca4646095ef4717a261c98 12-Sep-2016 Jordan Liu <jminjie@google.com> Update reference to config_restart_radio

For the switch to CarrierConfig, we update the method used to get the
value of what used to be called
config_restart_radio_on_pdp_fail_regular_deactivation to the new method
provided by CarrierConfig. Since we need to pass the context, we also
update the places this value is accessed so they pass their context.

Bug: 29873049
Change-Id: Id43344339b07628d62e640bf73f75af048a1259b
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
ccfe5ebaf81c1378e8dbe44e45df26b0dc462a21 15-Jun-2016 Jack Yu <jackyu@google.com> Make data call setup permanent failure configurable.

Carriers might have different data call setup permanent failure
causes. Make them configurable through carrier config.

bug: 28728821
Change-Id: I8c1b534bffddaa12ba53a11de9756af232712a51
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
cd3800ef6d32f5173e647924620501f7b5fcdb3f 09-Feb-2016 Sanket Padawe <sanketpadawe@google.com> Add OEM specific error code space which can by used to replace Generic errors.

BUG=27038563

Change-Id: Iecd3d3d5301b1ad924936c8fbfa300964d5cc200
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
ad31aa03d7cab4d719d81c23df2db33e029c8ced 29-Sep-2014 Amit Mahajan <amitmahajan@google.com> Treat SIGNAL_LOST error in dataCallResponse as permanent failure.

Bug: 17632875
Change-Id: Ic2dfcf27039206f9eb4ed29b0a035920b14e2890
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
1ed331920d5a765da8b926e6aad2cb668203be53 19-Sep-2014 Hui Wang <huiwang@motorola.com> Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

Bug: 17567651, 16308209
Change-Id: I6bb1519a795dcb7e99a94d366afdfaec21c43d84
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
1ec85a29a26bfab4e21ad68000afc637e0cf171c 27-Sep-2013 Wink Saville <wink@google.com> Handle SIGNAL_LOST(-3) as a retryable error.

Qualcomm reports SIGNAL_LOST when a signal is lost temporarily
and should be retired. If a radio technology changes then the
DataConnection will stop retrying and the DcTracker will get a
new configuration and setup a new data call. If the rat doesn't
change then DataConnection will reestablish the call on the next
retry attempt.

Bug: 10804691
Change-Id: I4d310e7f2ea2dc46c7bcdd2b8687d1ef6b901e01
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
979786625e7ceacf4a545a25704ef8a15338a854 06-Aug-2013 Wink Saville <wink@google.com> Restart, cleanup or retry inactve connections.

Instead of retrying all inactive connections, restart radio on very bad
errors, clean those that are permanent failures and retry
the others.

Bug: 10131736
Change-Id: I2527b18d6cda52c55fb94be58fbb1a7a86818ef9
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
2ae42257ebafdbb0470cedeab41c2f1b418b285c 21-May-2013 Wink Saville <wink@google.com> DataConnection should not retry permanent errors.

Update DcFailCause with the "no retry" info from ril.h

Bug: 9040015
Change-Id: Ib94af9996c79800322251a45349b117e1f913269
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java
ff4e317d24f0d23bdc0f306d53ddc51f2f1ecf6a 22-Mar-2013 Wink Saville <wink@google.com> Move retrying into DC.

This is the first step in refactoring for bug 4772191.

Bug: 4772191
Change-Id: Id54a20ab192783c63939158670faaf531a527640
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DcFailCause.java