From 7f96878632da03133458809207504c947aa15965 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 28 Jan 2011 20:35:27 -0600 Subject: [PATCH] TODO: Mark persist outgoing messages task as done --- TODO | 9 --------- doc/features.txt | 5 +++++ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index b62eb993..3e8c91be 100644 --- a/TODO +++ b/TODO @@ -40,15 +40,6 @@ SMS Complexity: C2 Owner: Yang Gu -- Persist outgoing SMS messages. Currently oFono persists incoming messages - that are fragmented. However oFono does not persist queued outgoing - messages. oFono should persist such messages and restore / requeue them - on the next oFono startup. - - Priority: High - Complexity: C1 - Owner: Kristen Carlson Accardi - - Asynchronously acknowledge SMS DELIVER messages sent by the SMS driver to core using ofono_sms_deliver_notify(). This may require the struct ofono_sms_driver to be extended with one more function pointer like: diff --git a/doc/features.txt b/doc/features.txt index 13854c4c..7d4f007e 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -230,6 +230,11 @@ Short Messaging Service messages via SMS through the use of the PushNotification interface and the PushNotificationAgent framework. +- Persisting of outgoing SMS messages. Whenever oFono is asked to send an SMS + message, it adds it to an internal queue and persists it on disk. The queue + is persistent across reboots of oFono and allows to queue SMS messages even + while the modem is offline. + GPRS ====