-
I found a bug in pySMPP, in 64-bit arch struct.unpack was not working ok. Unsigned integer should be specified:
Index: pdu.py
===================================================================
RCS file: /cvsroot/pysmpp/pysmpp/pySMPP/pdu.py,v
retrieving revision 1.2
diff -c -r1.2 pdu.py
*** pdu.py 2 Sep 2003 14:21:54 -0000 1.2
--- pdu.py 25 Jul 2008 21:38:40 -0000...
2008-07-25 21:41:27 UTC by nobody
-
SMPP 3.4 states that SMPP can handle asynchronous communication, AKA 'windowing'. This means the EMSE may send multiple submit_sm before receiving any submit_sm_Resp. The same is true for deliver_sm from SMSC to ESME.
It appears this module does not support that.
2007-05-23 23:27:43 UTC by nobody
-
gdamjan committed patchset 7 of module pysmpp to the pySMPP CVS repository, changing 4 files.
2005-07-26 12:37:54 UTC by gdamjan
-
gdamjan committed patchset 6 of module pysmpp to the pySMPP CVS repository, changing 1 files.
2005-07-26 03:39:09 UTC by gdamjan
-
gdamjan committed patchset 5 of module pysmpp to the pySMPP CVS repository, changing 1 files.
2005-07-26 03:37:19 UTC by gdamjan
-
gdamjan committed patchset 4 of module pysmpp to the pySMPP CVS repository, changing 5 files.
2003-09-02 14:21:54 UTC by gdamjan
-
gdamjan committed patchset 3 of module pysmpp to the pySMPP CVS repository, changing 3 files.
2003-08-21 11:49:02 UTC by gdamjan
-
gdamjan committed patchset 2 of module pysmpp to the pySMPP CVS repository, changing 15 files.
2003-08-21 11:42:31 UTC by gdamjan
-
gdamjan committed patchset 1 of module pysmpp to the pySMPP CVS repository, changing 15 files.
2003-08-21 11:42:31 UTC by gdamjan
-
Anonymous committed patchset 1 of module CVSROOT to the pySMPP CVS repository, changing 11 files.
2003-08-20 18:11:51 UTC by nobody