From b05ed3a2011a71fa7818ac8b5d3ac73e0f2a1cce Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 13 May 2014 04:48:34 +0200 Subject: [PATCH] smpp: Add a todo file with some notes and things I want to do --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO 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.