Fix to avoid Out of State Indications to apps
During the Out Of Service (OOS) bursts, an existing data connection is reported as disconnected and the corresponding link properties are removed, resulting in data connection loss. We need to ignore OOS bursts. If the service is indeed lost, data call disconnect indication will be sent by modem, else we will wait optimistically for a quick reattach. Add a system property to ignore out of service bursts. Commits squashed: I57a1bb36902cb01172c5ec35e847c3f2c8a2a423 If8d96115fdb8b0f65d75b57ee32da5fec2f4c178 Conflicts: src/java/com/android/internal/telephony/PhoneBase.java Change-Id: I36f709b4cfc04a68542ec64c905f0850d2db231d CRs-Fixed: 593413
Loading
Please register or sign in to comment