summaryrefslogtreecommitdiffstats
path: root/connection
AgeCommit message (Collapse)AuthorFilesLines
2014-07-21connection: Remove debugging code for nowHEADmasterHolger Hans Peter Freyther1-3/+1
Leave the construct to easily catch what is going on but do not execute inspect right now.
2014-07-21smpp: Add setter to SMPPDeliverySM and introduce SMPPCommandHolger Hans Peter Freyther2-17/+89
The setters were developed under Pharo (what a breeze!) and the final SMPPConnection changes were done using GNU Smalltalk.
2014-07-15misc: Add proper categories to all classesHolger Hans Peter Freyther1-0/+2
In preparation to the pharo port add proper categories.
2014-07-14conn: Remember the sequence number we expect as response and dispatchHolger Hans Peter Freyther1-4/+17
This is lacking timeout and sanity checking. E.g. we want to make sure we get a response within the next XYZ seconds and we want the system to check that the response belongs to the request we sent.
2014-07-14conn: libsmpp34 complains about the sequence number 0, start with 1Holger Hans Peter Freyther1-1/+1
Mon Jul 14 16:26:04 2014 <0016> smpp_smsc.c:524 [] Error in smpp34_unpack():[command_length:00000029(OK)][command_id:00000009(OK)][command_status:00000000(OK)][sequence_number:00000000(Invalid value)]
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 Freyther2-10/+57
2014-06-17connection: Begin creating a proper connection class to connect to a ESMEHolger Hans Peter Freyther1-0/+94