diff options
author | Rajesh Kadhiravan Nagaiah <Rajesh.Nagaiah@elektrobit.com> | 2010-10-19 00:23:41 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-19 11:44:36 +0200 |
commit | de1d1736ce00a42b291009e10d83bf14f54dd09c (patch) | |
tree | 640f697c6047a9b88db5e9400fa31400ff223dcf | |
parent | c1d93566f976d47a8500879a0d06a9951e83b28b (diff) | |
download | ofono-de1d1736ce00a42b291009e10d83bf14f54dd09c.tar.bz2 |
TODO: Add CDMA support to SMS stack
-rw-r--r-- | TODO | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 ===================== |