TODO: Mark persist outgoing messages task as done

This commit is contained in:
Denis Kenzior 2011-01-28 20:35:27 -06:00
parent f5b1c95490
commit 7f96878632
2 changed files with 5 additions and 9 deletions

9
TODO
View File

@ -40,15 +40,6 @@ SMS
Complexity: C2
Owner: Yang Gu <yang.gu@intel.com>
- 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 <kristen@linux.intel.com>
- 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:

View File

@ -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
====