In this version I fixed some issues pointed out by Andrzej and added another patch, not so related, but that would conflict with these ones if applied to current master branch. Difference from previous version:
Tested with phonesim, slightly changing its plugin in oFono in order to hold messages for a certain period. Lucas De Marchi (8): history: add cancelled status examples: handle cancelled history status message: add cancelled state sms: factor out 'remove entry' from tx_finished() sms: allow message submission to be cancelled doc: add CancelMessage to MessageManager TODO: mark task 'cancel pending SMS' as done sms: remove check for impossible NULL condition TODO | 9 -- doc/messagemanager-api.txt | 12 +++ examples/history.c | 5 + include/history.h | 1 + src/message.c | 2 + src/message.h | 3 +- src/sms.c | 196 +++++++++++++++++++++++++++++++++---------- 7 files changed, 172 insertions(+), 56 deletions(-) -- 1.7.4 _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
