History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DataCallResponse.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ebc8af719102a64a2ae17cc2a836e23e2dbc3838 25-Mar-2013 Lorenzo Colitti <lorenzo@google.com> Allow 0.0.0.0 and :: as default gateways

On point-to-point interfaces, some RILs return the unspecified
address (0.0.0.0 or ::) as the gateway. This is correct, as
routes pointing at point-to-point interfaces don't need
gateways. Currently, telephony ignores these routes, causing
loss of connectivity (for example, when using an IPv6 APN on
Galaxy Nexus). Allow these routes to be set.

Bug: 8475171
Bug: 8276725
Change-Id: I3a770628c9717bb6e451a523417401b56ba55763
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/DataCallResponse.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/DataCallResponse.java