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.