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

smpp: Add a todo file with some notes and things I want to do

This commit is contained in:
Holger Hans Peter Freyther 2014-05-13 04:48:34 +02:00
parent ccdb0f5207
commit b05ed3a201
1 changed files with 7 additions and 0 deletions

7
TODO Normal file
View File

@ -0,0 +1,7 @@
* The "body" type should be propagated to the header. E.g.
when creating a message one maybe want to set only the
sequence number and everything else should be set by the
SMPPMessage class itself.
* SMPPMessage should probably not have a 'header' structure
with size and commandId anyway. Or it should be very low
level.