summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-21connection: Remove debugging code for nowHEADmasterHolger Hans Peter Freyther1-3/+1
2014-07-21smpp: Add setter to SMPPDeliverySM and introduce SMPPCommandHolger Hans Peter Freyther5-18/+168
2014-07-19smpp: Begin with DeliverSM codec handlingHolger Hans Peter Freyther3-0/+100
2014-07-19misc: This file was never comitted and didn't contain any contentHolger Hans Peter Freyther1-1/+0
2014-07-16pharo: Add missing file and fix the SMPPConnection>>#createConnectionHolger Hans Peter Freyther2-0/+11
2014-07-15Add Makefile to convert from GST to PharoHolger Hans Peter Freyther1-0/+82
2014-07-15misc: Add proper categories to all classesHolger Hans Peter Freyther34-3/+63
2014-07-14conn: Remember the sequence number we expect as response and dispatchHolger Hans Peter Freyther1-4/+17
2014-07-14conn: libsmpp34 complains about the sequence number 0, start with 1Holger Hans Peter Freyther1-1/+1
2014-06-19connection: Really use the right sequence numberHolger Hans Peter Freyther1-1/+1
2014-06-17connection: Dispatch on the message body we have receivedHolger Hans Peter Freyther3-10/+58
2014-06-17connection: Begin creating a proper connection class to connect to a ESMEHolger Hans Peter Freyther2-0/+96
2014-06-17codec: Implement parsing trx bind resp and fix optional parsingHolger Hans Peter Freyther5-7/+71
2014-06-17codec: Fix typoHolger Hans Peter Freyther1-1/+1
2014-06-17codec: Refer to the right variable nameHolger Hans Peter Freyther3-10/+10
2014-06-17codec: Fix the error message and print the real commandIdHolger Hans Peter Freyther1-1/+1
2014-06-17codec: Deal with Sockets.StreamSocket returning a StringHolger Hans Peter Freyther1-2/+2
2014-06-17codec: Cosmetic removal of an empty lineHolger Hans Peter Freyther1-1/+0
2014-06-17codec: Allow to set these attributesHolger Hans Peter Freyther1-0/+28
2014-05-13submit: Implement round-trip handlingHolger Hans Peter Freyther2-2/+6
2014-05-13submit: Implement parsing of the submit SM messageHolger Hans Peter Freyther17-2/+682
2014-05-13smpp: Implement the unbind message typeHolger Hans Peter Freyther3-0/+41
2014-05-13smpp: Implement parsing of SMPPGenericNackHolger Hans Peter Freyther3-0/+40
2014-05-13smpp: Add a todo file with some notes and things I want to doHolger Hans Peter Freyther1-0/+7
2014-05-13smpp: Be able to parse the SMPP Enquire LinkHolger Hans Peter Freyther3-0/+40
2014-05-13smpp: Be able to parse the SMPP Bind Transceiver messageHolger Hans Peter Freyther3-0/+40
2014-05-13write: Implement write for the attributes and the bodyHolger Hans Peter Freyther4-0/+38
2014-05-13attr: Introduce a 'int' base class for SMPPHolger Hans Peter Freyther5-25/+48
2014-05-12bind: Add getters and extend the testcase of reading the messageHolger Hans Peter Freyther2-0/+36
2014-05-12body: Implement parsing of the bodyHolger Hans Peter Freyther12-3/+589
2014-05-12msg: Introduce a message class that contains header and bodyHolger Hans Peter Freyther3-0/+109
2014-05-12header: Implement writing a header to a streamHolger Hans Peter Freyther2-0/+17
2014-04-24Begin with OsmoSMPP a small SMPP codec library for SmalltalkHolger Hans Peter Freyther4-0/+103