smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther eacd66d90a codec: Fix the error message and print the real commandId 2014-06-17 18:49:48 +02:00
Holger Hans Peter Freyther c6065ab122 codec: Cosmetic removal of an empty line 2014-06-17 18:35:46 +02:00
Holger Hans Peter Freyther 9f539f1c13 submit: Implement parsing of the submit SM message
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-13 17:35:48 +02:00
Holger Hans Peter Freyther 6cec697656 write: Implement write for the attributes and the body
This will decode and re-create the message. It is the first
round-trip test.
2014-05-13 04:25:25 +02:00
Holger Hans Peter Freyther 5ec92351f5 body: Implement parsing of the body 2014-05-12 10:03:23 +02:00