OSDN Git Service

Assemble WAP datagram correctly when segments arrive out of order
authorChristian Gustafsson <christian.gustafsson@motorola.com>
Mon, 14 Sep 2009 01:59:47 +0000 (20:59 -0500)
committerWink Saville <wink@google.com>
Tue, 15 Sep 2009 17:57:15 +0000 (10:57 -0700)
commit70f74b79c3e4c88e0e7b747796f76187e4ea8259
tree71c11afb2a675efe8f5a11be8539f7ada3957037
parent04b2868c74a54cf711552262f0ad20d234b627b4
Assemble WAP datagram correctly when segments arrive out of order

The WAP assembly code will always attach the last received segment at the end
of the WAP datagram. Change the code to add the current segment at the correct
location during the WAP datagram assembly.

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