summaryrefslogtreecommitdiffstats
path: root/package.xml
AgeCommit message (Collapse)AuthorFilesLines
2014-07-21smpp: Add setter to SMPPDeliverySM and introduce SMPPCommandHolger Hans Peter Freyther1-0/+1
The setters were developed under Pharo (what a breeze!) and the final SMPPConnection changes were done using GNU Smalltalk.
2014-07-19smpp: Begin with DeliverSM codec handlingHolger Hans Peter Freyther1-0/+1
DeliverSM is very similar to SubmitSM but some of the optional items are missing.
2014-06-17connection: Dispatch on the message body we have receivedHolger Hans Peter Freyther1-0/+1
2014-06-17connection: Begin creating a proper connection class to connect to a ESMEHolger Hans Peter Freyther1-0/+2
2014-06-17codec: Implement parsing trx bind resp and fix optional parsingHolger Hans Peter Freyther1-0/+1
2014-05-13submit: Implement parsing of the submit SM messageHolger Hans Peter Freyther1-0/+14
Not all attribute classes have all the attributes specified. The SMPPValueHolder routines for parsing/writing were not tested/executed and might contain issues. The sm_length/short_message was combined into a single attribute as it is more like a LV. The question if the >>readFrom:with: should read the length or not is something that keeps on coming up. I need to have a more sane way of handling that.
2014-05-13smpp: Implement the unbind message typeHolger Hans Peter Freyther1-0/+1
2014-05-13smpp: Implement parsing of SMPPGenericNackHolger Hans Peter Freyther1-0/+1
2014-05-13smpp: Be able to parse the SMPP Enquire LinkHolger Hans Peter Freyther1-0/+1
2014-05-13smpp: Be able to parse the SMPP Bind Transceiver messageHolger Hans Peter Freyther1-0/+1
2014-05-13attr: Introduce a 'int' base class for SMPPHolger Hans Peter Freyther1-0/+1
In SMPPv3.4 there are integers with different amounts of bytes. Let's create a base class that helps with reading them right. Right now only one byte numbers are supported but that can be changed in the future.
2014-05-12body: Implement parsing of the bodyHolger Hans Peter Freyther1-0/+14
2014-05-12msg: Introduce a message class that contains header and bodyHolger Hans Peter Freyther1-0/+3
2014-04-24Begin with OsmoSMPP a small SMPP codec library for SmalltalkHolger Hans Peter Freyther1-0/+12