smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0
SMPP implementation in smalltalk
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Holger Hans Peter Freyther 6502e32773 conn: Remember the sequence number we expect as response and dispatch
This is lacking timeout and sanity checking. E.g. we want to make sure
we get a response within the next XYZ seconds and we want the system
to check that the response belongs to the request we sent.
2014-07-14 16:41:23 +02:00
codec codec: Implement parsing trx bind resp and fix optional parsing 2014-06-17 19:21:34 +02:00
connection conn: Remember the sequence number we expect as response and dispatch 2014-07-14 16:41:23 +02:00
test codec: Implement parsing trx bind resp and fix optional parsing 2014-06-17 19:21:34 +02:00
.gitignore Begin with OsmoSMPP a small SMPP codec library for Smalltalk 2014-04-24 20:25:36 +02:00
TODO smpp: Add a todo file with some notes and things I want to do 2014-05-13 04:48:34 +02:00
package.xml connection: Dispatch on the message body we have received 2014-06-17 21:55:54 +02:00