summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-13 04:48:34 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-13 04:48:34 +0200
commitb05ed3a2011a71fa7818ac8b5d3ac73e0f2a1cce (patch)
tree8b14dfdd6431e9b05d39ba319ed552b2dc65c29a
parentccdb0f5207c0c3578ea6e808b20c7651253596e2 (diff)
smpp: Add a todo file with some notes and things I want to do
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..6562dcd
--- /dev/null
+++ b/TODO
@@ -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.