05 Oct, 2013
2 commits
11 Sep, 2013
1 commit
10 Sep, 2013
1 commit
-
Fix for returning error response for submitSm and log hex values sending of pdu
05 Sep, 2013
1 commit
-
…m ID' cannot more than 9. Actual length of string is 9
04 Sep, 2013
1 commit
-
…e 'System ID' cannot more than 9. Actual length of string is 9" This reverts commit abb4646ff7c1d3af6dc4b57e3e1ecaa23dd04795.
02 Sep, 2013
1 commit
-
…m ID' cannot more than 9. Actual length of string is 9
01 Sep, 2013
2 commits
-
…tring() returns a String which miss the last character
-
…espect daylight saving time
01 Nov, 2012
1 commit
31 Oct, 2012
1 commit
10 Oct, 2012
1 commit
-
Update jsmpp/src/main/java/org/jsmpp/session/SMPPSession.java
11 Sep, 2012
1 commit
-
SMPPSession : preserve error code returned by MessageReceiverListener
28 Jul, 2012
2 commits
03 Apr, 2012
1 commit
04 Mar, 2012
1 commit
03 Mar, 2012
6 commits
-
A lot richer API for creating and querying specific optional parameters.
02 Mar, 2012
1 commit
-
Both client side and server side code can now control what interface version is sent during binding.
25 Feb, 2012
2 commits
-
Since class is stored for each Tag, it should be publicly accessible.
20 Feb, 2012
2 commits
19 Feb, 2012
1 commit
18 Feb, 2012
8 commits
17 Feb, 2012
3 commits
-
The SMPP specification specifically lists that a PDU body with a NULL field message_id is required in the deliver_sm_resp message. Using the sendNegativeResponse() will result in a body-less PDU response that some SMPP servers legitimately refuse with an error about invalid command length. Now we correctly send the deliver_sm_resp in case of a ProcessRequestException. For PDUStringException we now send a generick_nack instead of a deliver_sm_resp, just like in other cases were such an exception is thrown.
-
A different commit has added logging of all PDUs at debug level so here we reduce the log messages about activity or inactivity.