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

7 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther 47cbd9c5b1 misc: Add proper categories to all classes
In preparation to the pharo port add proper categories.
2014-07-15 13:45:25 +02:00
Holger Hans Peter Freyther de471382a4 codec: Implement parsing trx bind resp and fix optional parsing 2014-06-17 19:21:34 +02:00
Holger Hans Peter Freyther ca7c90b83f codec: Refer to the right variable name
Too much tab completion for the other project I spend time with
2014-06-17 19:02:35 +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 1e181e67e6 attr: Introduce a 'int' base class for SMPP
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-13 04:09:05 +02:00
Holger Hans Peter Freyther 5ec92351f5 body: Implement parsing of the body 2014-05-12 10:03:23 +02:00