16 Feb, 2012
1 commit
-
There was duplicate code in SMPPSession and SMPPServerSession that should live in AbstractSession.
15 Feb, 2012
3 commits
-
When an smpp session is bound and there are messages waiting on the smsc side, it is legal for the smsc to send a DeliverSM PDU immediately after it sends a bind response. Because of the PduProcessorDegree, there is a race condition were both the BindResp and the DeliverSM can simultaniously be processed but the DeliverSM will be processed like the session is still in the open state instead of the bound state. This patch changes the size of the executorService pool to remove the race condition. It starts with size 1 in open state and when the session is bound, the pool will be enlarged to the PduProcessorDegree.
-
Change PDUProcessTask so that state processor is retrieved when task is actually executed, not when task is enqueued. This solves a race condition where the bind state changes while a task is enqueued
-
…a session, so the passed object can be a Session instead of a generic Object
14 Feb, 2012
4 commits
-
…er some network conditions, it is possible for the code to receive a partial package over the socket and erronously throw an IOException for the socket. The specs for read() don't guarantee that the full requested length is read in one call. Using readFully() fixes that problem.
-
…eiverListener set, otherwise the smpp server will receive an ok for a message that was not correctly delivered
-
…ession. This allows creating objects that behave like SMPP sessions without subclassing the heavy-weight AbstractSession or SMPPSession classes.
07 Feb, 2012
1 commit
-
mavenize
06 Feb, 2012
2 commits
30 Mar, 2011
1 commit
20 Mar, 2011
1 commit
19 Aug, 2009
1 commit
18 Aug, 2009
4 commits
11 Aug, 2009
6 commits
10 Aug, 2009
1 commit
08 Aug, 2009
1 commit
26 May, 2009
2 commits
04 May, 2009
1 commit
12 Feb, 2009
2 commits
-
…able to receive data_sm.
09 Feb, 2009
3 commits
-
…om jsmpp's friend Maciej Pigulski <maciej.pigulski[at]gmail.com>.
28 Jan, 2009
1 commit
24 Dec, 2008
3 commits
19 Dec, 2008
2 commits