summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.