* [PATCH] TODO: CDMA SMS and CDMA CMAS
@ 2010-12-09 0:34 Lei Yu
2010-12-17 23:29 ` Denis Kenzior
0 siblings, 1 reply; 3+ messages in thread
From: Lei Yu @ 2010-12-09 0:34 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 5669 bytes --]
---
TODO | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
1 files changed, 94 insertions(+), 28 deletions(-)
diff --git a/TODO b/TODO
index 6cf7202..0760216 100644
--- a/TODO
+++ b/TODO
@@ -49,33 +49,6 @@ 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>
-
- 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:
@@ -459,7 +432,6 @@ Miscellaneous
Priority: Medium
Complexity: C8
- Owner: Jukka Saunam��ki <jukka.saunamaki@nokia.com>
- Support for modem 'silent' reset notifications. oFono will remove all atoms
and re-initialize.
@@ -497,3 +469,97 @@ Miscellaneous
Priority: Medium
Complexity: C2
Owner: Sjur Br��ndeland <sjur.brandeland@stericsson.com>
+
+CDMA SMS
+==============
+
+- Support CDMA SMS stack in PDU mode. This includes basic support of
+ SMS Point-to-Point Message, SMS Broadcast Message and SMS Acknowledge
+ Message as per 3GPP2 C.S0015-B version 2.0.
+
+ Priority: High
+ Complexity: C4
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support sending Wireless Messaging Teleservice (WMT) Submit Message and
+ receiving WMT Deliver Messsage as defined 3GPP2 C.S0015-B version 2.0.
+
+ Priority: High
+ Complexity: C4
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support Delivery Acknowledgment. oFono allows requesting of CDMA SMS Delivery
+ Acknowledgment via the MessageManager's UseDeliveryAcknowledgement property.
+ If enabled, oFono's CDMA SMS stack will encode the Reply Option subparameter
+ in the Submit message and process incoming SMS Delivery Acknowledgment
+ Message. oFono will notify UI either via DBus or history plugin API.
+
+ Priority: Medium
+ Complexity: C2
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support receiving Voice Mail Notification (VMN) Teleservice Deliver message.
+ CDMA network uses VMN Teleservice to deliver the number of messages
+ stored at the Voice Mail System to the CDMA mobile subscriber.
+
+ Priority: High
+ Complexity: C4
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support sending Wireless Enhanced Messaging Teleservice (WEMT) Submit Message
+ and receiving WEMT Deliver Messsage as defined 3GPP2 C.S0015-B version 2.0.
+
+ WMT does not support message fragmentation thus can not be used to for long
+ message. WEMT is devised to support long message and Enhanced Messaging
+ Service (EMS). The WEMT SMS message's CHARi field of the subparameter User
+ Data encapsulate GSM-SMS TP-User Data as defined in Section 9.2.3.24 of 3GPP
+ TS 23.040.
+
+ Priority: Medium
+ Complexity: C4
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support sending Wireless Application Protocol (WAP) Teleservice Submit
+ Message and receiving WAP Deliver Messsage as defined 3GPP2 C.S0015-B
+ version 2.0.
+
+ Priority: Medium
+ Complexity: C4
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support Call-Back Number. The Call-Back Number subparameter indicates the
+ number to be dialed in reply to a received SMS message.
+
+ In transmit direction, oFono allows setting of Call-Back Number. If the Call
+ Back Number property is set, CDMA SMS stack will encode Call-Back Number
+ subparameter in the Submit Message.
+
+ In receiving direction, oFono will process the Call-Back Number subparameter
+ in the incoming Deliver Message and notify UI of the Call-Back Number
+ together with the newly received text message.
+
+ Priority: Medium
+ Complexity: C2
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+- Support immediately displayed message. oFono CDMA SMS stack will process the
+ optional Message Display Mode subparameter in the incoming SMS message. If
+ Message Display Mode subparameter indicates the message display mode is
+ Immediate Display, oFono will send ImmediateMessage signal, otherwise oFono
+ will send IncomingMessage signal.
+
+ Priority: Medium
+ Complexity: C2
+ Owner: Lei Yu <lei.2.yu@nokia.com>
+
+
+CDMA CMAS
+==============
+
+- Support Commercial Mobile Alert Service (CMAS) over CDMA systems. CMAS over
+ CDMA system is defined in TIA-1149. The CMAS message is carried in the CHARi
+ field of the User Data subparameter of CDMA SMS Broadcast message.
+
+ Priority: Medium
+ Complexity: C4
+ Owner: Lei Yu <lei.2.yu@nokia.com>
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] TODO: CDMA SMS and CDMA CMAS
2010-12-09 0:34 [PATCH] TODO: CDMA SMS and CDMA CMAS Lei Yu
@ 2010-12-17 23:29 ` Denis Kenzior
2010-12-20 17:11 ` Lei Yu
0 siblings, 1 reply; 3+ messages in thread
From: Denis Kenzior @ 2010-12-17 23:29 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 846 bytes --]
Hi Lei,
On 12/08/2010 06:34 PM, Lei Yu wrote:
> ---
> TODO | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
> 1 files changed, 94 insertions(+), 28 deletions(-)
>
I get the following when trying to apply this patch:
fatal: cannot convert from unknown-8bit to UTF-8
Also, in general we frown upon having major TODO list submissions with
the Owner field pre-set. Some of these have slipped through previously,
but I will be more stringent about enforcing this in the future ;)
The purpose of the Owner field on the TODO is to indicate which tasks
are being worked on in the immediate present, so that others can pick up
tasks not being worked on. So I'd really prefer you to submit this
patch without the Owner set, and take ownership of the particular task
as you go along.
Regards,
-Denis
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] TODO: CDMA SMS and CDMA CMAS
2010-12-17 23:29 ` Denis Kenzior
@ 2010-12-20 17:11 ` Lei Yu
0 siblings, 0 replies; 3+ messages in thread
From: Lei Yu @ 2010-12-20 17:11 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]
Hi Denis,
On 12/17/2010 03:29 PM, ext Denis Kenzior wrote:
> Hi Lei,
>
> On 12/08/2010 06:34 PM, Lei Yu wrote:
>> ---
>> TODO | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------
>> 1 files changed, 94 insertions(+), 28 deletions(-)
>>
>
> I get the following when trying to apply this patch:
> fatal: cannot convert from unknown-8bit to UTF-8
>
Yes, I will fix this and re-submit the patch.
> Also, in general we frown upon having major TODO list submissions with
> the Owner field pre-set. Some of these have slipped through previously,
> but I will be more stringent about enforcing this in the future ;)
>
> The purpose of the Owner field on the TODO is to indicate which tasks
> are being worked on in the immediate present, so that others can pick up
> tasks not being worked on. So I'd really prefer you to submit this
> patch without the Owner set, and take ownership of the particular task
> as you go along.
>
Yes, I will remove the Owner field when I re-submit the TODO patch.
> Regards,
> -Denis
Regards,
Lei
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-20 17:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 0:34 [PATCH] TODO: CDMA SMS and CDMA CMAS Lei Yu
2010-12-17 23:29 ` Denis Kenzior
2010-12-20 17:11 ` Lei Yu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.