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 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
codec attr: Introduce a 'int' base class for SMPP 2014-05-13 04:09:05 +02:00
test bind: Add getters and extend the testcase of reading the message 2014-05-12 10:03:23 +02:00
.gitignore Begin with OsmoSMPP a small SMPP codec library for Smalltalk 2014-04-24 20:25:36 +02:00
package.xml attr: Introduce a 'int' base class for SMPP 2014-05-13 04:09:05 +02:00