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

10 Commits

Author SHA1 Message Date
Holger Hans Peter Freyther b05ed3a201 smpp: Add a todo file with some notes and things I want to do 2014-05-13 04:48:34 +02:00
Holger Hans Peter Freyther ccdb0f5207 smpp: Be able to parse the SMPP Enquire Link 2014-05-13 04:47:00 +02:00
Holger Hans Peter Freyther c2968fbc7e smpp: Be able to parse the SMPP Bind Transceiver message 2014-05-13 04:45:31 +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 07319cd1aa bind: Add getters and extend the testcase of reading the message 2014-05-12 10:03:23 +02:00
Holger Hans Peter Freyther 5ec92351f5 body: Implement parsing of the body 2014-05-12 10:03:23 +02:00
Holger Hans Peter Freyther a2a6bbc690 msg: Introduce a message class that contains header and body 2014-05-12 10:03:23 +02:00
Holger Hans Peter Freyther fea5159aa7 header: Implement writing a header to a stream 2014-05-12 10:03:23 +02:00
Holger Hans Peter Freyther 38bca78f5b Begin with OsmoSMPP a small SMPP codec library for Smalltalk 2014-04-24 20:25:36 +02:00