Share

OpenSmpp/SMS Tools

Tracker: Bugs

7 ReceiverBase reset bug - ID: 2138444
Last Update: Comment added ( paoloc )

Received from Min Xu (SourceForce user mininfo)

On using latest svn of OpenSMPP, we encountered a bug where a PDU split
across multiple TCP packets causes pdu command id errors. Basically when
the first time such an instance occured, the code may have been able to
wait for next TCP packet. But because it didn't update a counter, all
future such PDUs (split across tcp packet) will causes it's current
unprocessed bytes to be discarded, and the next TCP packet to be misaligned
with the beginning of PDU header. Fix attached.


Paolo-Bulksms.com ( paoloc ) - 2008-09-30 15:22

7

Closed

Fixed

Paolo-Bulksms.com

None

None

Public


Comment ( 1 )




Date: 2008-09-30 16:07
Sender: paolocProject Admin

This has been fixed in SVN, similarly to what was proposed. Thanks for the
bug report.


Log in to comment.

Attached File ( 1 )

Filename Description Download
ReceiverBase.patch Patch Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2008-09-30 16:07 paoloc
resolution_id None 2008-09-30 16:07 paoloc
close_date - 2008-09-30 16:07 paoloc
File Added 295493: ReceiverBase.patch 2008-09-30 15:22 paoloc