OSDN Git Service

Fix CDMA SMS delivery status reporting.
authorTammo Spalink <tammo@google.com>
Thu, 3 Sep 2009 11:05:53 +0000 (19:05 +0800)
committerTammo Spalink <tammo@google.com>
Fri, 11 Sep 2009 05:42:31 +0000 (13:42 +0800)
commitd304ae583d862250a21b5949fc3dbdf3af1febac
treeb1293200de557601c5932ef0b334b7d3098ff0fe
parentf84a21820b39dbfa983352b7d8ac949e560827d3
Fix CDMA SMS delivery status reporting.

CDMA SMS status reports are messages with bearer data message type
DELIVERY_ACK.  Identify these messages after parsing during demux,
update the deliveryPendingList and generate a RESULT_OK intent in the
same manner as GSM.

Addresses issue:
http://buganizer/issue?id=2047571

Change-Id: Ia38718b0bb169a0f3398f50c27a95e8bce7e4c99
telephony/java/com/android/internal/telephony/cdma/CdmaSMSDispatcher.java
telephony/java/com/android/internal/telephony/cdma/SmsMessage.java