History log of /frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0a46db5d88461d9a6c85bb2e95982ac4c511d57e 14-Jul-2011 Robert Greenwalt <rgreenwalt@google.com> Apply the dns and route diff which we get a change

bug:5008973
Change-Id: Ib99e43d9d852452cc1f2aea6bef07bbd194f28cc
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
e822225f7a01ef088ff01f7613f953d5d89945ed 13-Jul-2011 Wink Saville <wink@google.com> Remove STOPSHIP but allow seamless Handoff when possible.

If an address is removed we must reset the connection but
only for the connections associated with that address. For
now we're doing the "all" addresses for a type (IPv6 or IPv4)
in the future we only need to reset a particular addresses
connections.


Bug: 4981919
Change-Id: I97f8071a3ed6f827ed22f32216ca5011bfe6c1d9
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
1e5c72c7041e0c8299cb5a5d028c022eb01036c6 23-Jun-2011 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Data connection retry pattern could be broken by PDP sharing

If a DataConnection is pending re-connect alarm, the new request
from another ApnContext sharing the same DC could disrupt
the re-connection pattern currently engaged.

This patch is to ensure the new request for PDP sharing
scenario will not trigger another SETUP_DATA request if
reconnection alarm is set in AlarmManager.

Bug: 4901019
Change-Id: I98b0d9af8b58fb880efdbc0246009de5cb116a54
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
e303d7b31800f1382982cd0117b44ecfbdec08c4 19-Jun-2011 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Fix handling of unsol_data_state_change with PDP sharing scenario

The original logic was to go through each ApnContext to find
changes on the DataConnection if applicable. This was causing
an issue when an DC is shared by multiple ApnContexts. Only
the first ApnContext associated with the updated DC was detecting
the link properties change.

The change in this patch is to go through the changes by DC instead
of ApnContext. And make sure the update on a DC is propagated to
all associated ApnContexts.

Bug: 4744006
Change-Id: Ie52d62d1d5671005f9e74b1ddc24822c9013e3e4
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
3b13b2c9d1ee6035996766d332ba8b85cc3bf3d2 26-May-2011 Wink Saville <wink@google.com> Remove or disable some verbose debugging.

Change-Id: I930689502f2a76bf72e315331d66a9259135c6b8
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
a95bce0b29dd629b512b5e5aec8ece35f12be049 17-May-2011 Ramesh Sudini <ramesh.sudini@motorola.com> Map multiple apnType to one DataConnection fixes.

With current design the code maps to the same DC, but no indications go out.
With this, making it more async in nature that the request goes all the way
to DC and all the data indications would be triggered by parallel paths through DCT.

Change-Id: I4c6e64912dafe19154d910bbd0441b10ada36cff
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
15cd6ec250d22a093af3961ae1ec3cbbdd49d6b1 21-May-2011 Wink Saville <wink@google.com> Tear down connection with unwanted linkproperty change

Make sure to disconnect the link when RIL reported link property change
which could cause connectivity issue. (i.e. IP address)

Change-Id: I6601ef53e4561bdc7d2760d00e134b8431512cb2
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
01758e81b3ad89934581885bb2fc7006510ec639 01-May-2011 Kazuhiro Ondo <kazuhiro.ondo@motorola.com> Linkproperties update via unsol data call state change.

Handles the scenario of radio technology handover with IP continuity.
Once RIL/Modem finished a handover operation, an unsol data call state
change will be send up to FW notifying all link propertes changes.
FW will then re-configure the device with new link properties
including iptable used by Tethering.

Change-Id: I05e29f66ac3db8ba4274d3662642607742ba1d12
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java
0b80114a2d80c359a1b462c388247995ef653c00 03-May-2011 Wink Saville <wink@google.com> Make DataConnection asynchronous.

Change-Id: Ic0e01dded25ba1fdb3b2c6d0f95a1193f608a0e0
/frameworks/base/telephony/java/com/android/internal/telephony/DataConnectionAc.java