summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajesh Kadhiravan Nagaiah <Rajesh.Nagaiah@elektrobit.com>2010-10-19 00:23:41 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-10-19 11:44:36 +0200
commitde1d1736ce00a42b291009e10d83bf14f54dd09c (patch)
tree640f697c6047a9b88db5e9400fa31400ff223dcf
parentc1d93566f976d47a8500879a0d06a9951e83b28b (diff)
downloadofono-de1d1736ce00a42b291009e10d83bf14f54dd09c.tar.bz2
TODO: Add CDMA support to SMS stack
-rw-r--r--TODO26
1 files changed, 26 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3192a46e..d8f6397e 100644
--- a/TODO
+++ b/TODO
@@ -80,6 +80,32 @@ SMS
Complexity: C1
Owner: Kristen Carlson Accardi <kristen@linux.intel.com>
+- Add CDMA support to the SMS stack. The idea is to support only the PDU
+ mode. To start with only Submit and Deliver message handling for WMT
+ teleservice will be added to bring the basic CDMA SMS send and receive
+ functionality.
+
+ Priority: Low
+ Complexity: C8
+ Owner: Rajesh Kadhiravan Nagaiah <Rajesh.Nagaiah@elektrobit.com>
+
+- Add CDMA Delivery(Status) Report handling to the SMS stack.
+
+ Priority: Low
+ Complexity: C4
+ Owner: Rajesh Kadhiravan Nagaiah <Rajesh.Nagaiah@elektrobit.com>
+
+- Add CDMA Voice Mail Notification handling to the SMS stack. In CDMA the
+ Message Waiting indication is notified through a specific teleservice ID
+ VMN. No update to corresponding elementary files required since they are
+ not present in the R-UIM. This will result in the message waiting
+ indication being initially processed within the SMS atom and then being
+ passed for delivery to the message waiting atom. Furthemore note that in
+ CDMA only voice mail type is supported.
+
+ Priority: Low
+ Complexity: C4
+ Owner: Rajesh Kadhiravan Nagaiah <Rajesh.Nagaiah@elektrobit.com>
SIM / SIM File system
=====================