--- TODO | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO index 239bab0..e368070 100644 --- a/TODO +++ b/TODO @@ -543,3 +543,55 @@ 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 <[email protected]> + +- Add CDMA Network registration support. CDMA device will register to network + automaticlly. Unlike GSM,generally,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 <[email protected]> + +- 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 <[email protected]> + +- 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: C8 + Owner: Zhang Zhengguang <[email protected]> + +- 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 <[email protected]> + + -- 1.7.0.4 _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
