summaryrefslogtreecommitdiffstats
path: root/codec/SMPPBodyBase.st
AgeCommit message (Collapse)AuthorFilesLines
2014-07-15misc: Add proper categories to all classesHolger Hans Peter Freyther1-0/+1
In preparation to the pharo port add proper categories.
2014-06-17codec: Implement parsing trx bind resp and fix optional parsingHolger Hans Peter Freyther1-5/+8
2014-06-17codec: Fix typoHolger Hans Peter Freyther1-1/+1
2014-06-17codec: Fix the error message and print the real commandIdHolger Hans Peter Freyther1-1/+1
2014-06-17codec: Cosmetic removal of an empty lineHolger Hans Peter Freyther1-1/+0
2014-05-13submit: Implement parsing of the submit SM messageHolger Hans Peter Freyther1-2/+9
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-13write: Implement write for the attributes and the bodyHolger Hans Peter Freyther1-0/+18
This will decode and re-create the message. It is the first round-trip test.
2014-05-12body: Implement parsing of the bodyHolger Hans Peter Freyther1-0/+181