All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add CDMA/EVDO tasks in TODO
@ 2010-10-27 11:16 Zhang Caiwen
  2010-10-27 15:02 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Caiwen @ 2010-10-27 11:16 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 2279 bytes --]

---
 TODO |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index 239bab0..efb2bff 100644
--- a/TODO
+++ b/TODO
@@ -543,3 +543,60 @@ Miscellaneous
 
   Priority: Low
   Complexity: C4
+
+
+CDMA/EVDO
+=========
+
+- Extend modem interface with a 'Mode' property to indicate the modem type.
+
+  Priority: High
+  Complexity: C1
+
+- Extend radio setting,add CDMA radio access technology support. The CDMA modem
+  preferred technology can be CDMA, HDR or CDMA/HDR hybrid.
+
+  Priority: Medium
+  Complexity: C1
+  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
+
+- Add CDMA Network registration support. CDMA device will register to network
+  automaticlly. Unlike GSM,it don't support manually register to network.So its
+  mainly function is to get CDMA network information. The information include:
+  registration status, service domain, CDMA 1x signal strength, HDR signal
+  strength, MCC, MNC, SID, NID etc.
+
+  Priority: Medium
+  Complexity: C1
+  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
+
+- Add UIM support. UIM support change pin, enter pin, reset pin, set pin lock,
+  get pin lock setting, get pin remain retry time, and get information that
+  stored in UIM, include MCC/MNC, ruimid, IMSI,MDN, PRL version etc.
+
+  Priority: High
+  Complexity: C4
+  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
+
+- Add CDMA voice call support. CDMA voice call will support originate/end/hold
+  a call,transfer a call, 3WC(three-way calling), conference call and DTMF. For
+  a voice call, can get its status, CLI and ending result(if it is end).
+
+  Priority: High
+  Complexity: C6
+  Owner: Zhang Zhengguang <zhengguang.Zhang@windriver.com>
+
+- Add CDMA Data connection support. CDMA data connection manager support
+  start/end a data connect according to the settings from other module(upper
+  layer or ConnMan).
+
+  Priority: High
+  Complexity: C4
+  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
+
+- Add SIM/UIM data access support. Add a card atom, it will support read/update/
+  delete/add conatact add SMS in SIM/UIM card.
+
+  Priority: High
+  Complexity: C6
+
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add CDMA/EVDO tasks in TODO
  2010-10-27 11:16 [PATCH] Add CDMA/EVDO tasks in TODO Zhang Caiwen
@ 2010-10-27 15:02 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-10-27 15:02 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 2785 bytes --]

Hi Caiwen,

On 10/27/2010 06:16 AM, Zhang Caiwen wrote:
> ---
>  TODO |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 57 insertions(+), 0 deletions(-)
> 
> diff --git a/TODO b/TODO
> index 239bab0..efb2bff 100644
> --- a/TODO
> +++ b/TODO
> @@ -543,3 +543,60 @@ Miscellaneous
>  
>    Priority: Low
>    Complexity: C4
> +
> +
> +CDMA/EVDO
> +=========
> +
> +- Extend modem interface with a 'Mode' property to indicate the modem type.
> +
> +  Priority: High
> +  Complexity: C1
> +
> +- Extend radio setting,add CDMA radio access technology support. The CDMA modem
> +  preferred technology can be CDMA, HDR or CDMA/HDR hybrid.
> +
> +  Priority: Medium
> +  Complexity: C1
> +  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
> +
> +- Add CDMA Network registration support. CDMA device will register to network
> +  automaticlly. Unlike GSM,it don't support manually register to network.So its
> +  mainly function is to get CDMA network information. The information include:
> +  registration status, service domain, CDMA 1x signal strength, HDR signal
> +  strength, MCC, MNC, SID, NID etc.
> +
> +  Priority: Medium
> +  Complexity: C1
> +  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
> +
> +- Add UIM support. UIM support change pin, enter pin, reset pin, set pin lock,
> +  get pin lock setting, get pin remain retry time, and get information that
> +  stored in UIM, include MCC/MNC, ruimid, IMSI,MDN, PRL version etc.
> +
> +  Priority: High
> +  Complexity: C4
> +  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
> +
> +- Add CDMA voice call support. CDMA voice call will support originate/end/hold
> +  a call,transfer a call, 3WC(three-way calling), conference call and DTMF. For
> +  a voice call, can get its status, CLI and ending result(if it is end).
> +
> +  Priority: High
> +  Complexity: C6

Please don't invent new complexity types.  If it is higher than a C4,
mark it as a C8.

> +  Owner: Zhang Zhengguang <zhengguang.Zhang@windriver.com>
> +
> +- Add CDMA Data connection support. CDMA data connection manager support
> +  start/end a data connect according to the settings from other module(upper
> +  layer or ConnMan).
> +
> +  Priority: High
> +  Complexity: C4
> +  Owner: Zhang Caiwen <caiwen.zhang@windriver.com>
> +
> +- Add SIM/UIM data access support. Add a card atom, it will support read/update/
> +  delete/add conatact add SMS in SIM/UIM card.
> +

You do realize oFono doesn't really work this way.  Certainly
update/delete/add contacts is not going to be accepted as a task.  And
definitely a big no for SMS to the SIM/UIM.

> +  Priority: High
> +  Complexity: C6

Same comment as above.

> +

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-27 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 11:16 [PATCH] Add CDMA/EVDO tasks in TODO Zhang Caiwen
2010-10-27 15:02 ` Denis Kenzior

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.