OSDN Git Service

Map multiple apnType to one DataConnection fixes.
authorRamesh Sudini <ramesh.sudini@motorola.com>
Tue, 17 May 2011 14:05:40 +0000 (09:05 -0500)
committerWink Saville <wink@google.com>
Mon, 23 May 2011 19:01:40 +0000 (12:01 -0700)
commita95bce0b29dd629b512b5e5aec8ece35f12be049
tree104f413a796c2af2d764ba722905a03417bcae6f
parentebae1923869ee71ab119f766ac01c5a320619290
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
telephony/java/com/android/internal/telephony/DataConnection.java
telephony/java/com/android/internal/telephony/DataConnectionAc.java
telephony/java/com/android/internal/telephony/DataConnectionTracker.java
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java