summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-22 16:31:54 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-22 16:31:54 -0500
commit1b63c648a9008c13985de3c88072d95c0b7b16b2 (patch)
tree73b8f39b978c41c15830eed9d86b08a14cad43c7
parentc12632dfef55c3970a9fac58559fb028dc30306f (diff)
downloadofono-1b63c648a9008c13985de3c88072d95c0b7b16b2.tar.bz2
TODO: Mark status report task as done
-rw-r--r--TODO12
-rw-r--r--doc/features.txt7
2 files changed, 7 insertions, 12 deletions
diff --git a/TODO b/TODO
index 3b9a5ab9..18d9d544 100644
--- a/TODO
+++ b/TODO
@@ -80,18 +80,6 @@ SMS
Complexity: C1
Owner: Kristen Carlson Accardi <kristen@linux.intel.com>
-- SMS Status Report support support according to 3GPP 23.040. oFono should
- support SMS start reports. For fragmented SMS messages oFono should take
- care of collating the status reports for each fragment and notifying once
- all fragments are received.
-
- SMS call history should be updated with support of SMS 'delivered' or
- 'undeliverable' status.
-
- Priority: Medium
- Complexity: C4
- Owner: Petteri Tikander <petteri.tikander@ixonos.com>
-
SIM / SIM File system
=====================
diff --git a/doc/features.txt b/doc/features.txt
index 534b8deb..30ae7d7e 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -96,3 +96,10 @@ Short Messaging Service
incoming messages is only generated when the SMS is fully assembled. The
hash used is SHA1. This unique identifier is used to identify the SMS
message to history plugins as well.
+
+- SMS Status Report support. oFono allows requesting of SMS Status Reports
+ via the MessageManager UseDeliveryReports property. If enabled, oFono
+ will set the SRR bit and process incoming status reports. oFono takes
+ care of collating the status reports for multi-fragment messages. Once all
+ status reports are received, the UI is notified either via DBus or history
+ plugin API.