TODO: Mark Provide Local Information task as done

This commit is contained in:
Denis Kenzior 2010-12-08 10:39:59 -06:00
parent 270e8656a8
commit 0e32118ce8
2 changed files with 9 additions and 10 deletions

10
TODO
View File

@ -361,16 +361,6 @@ Sim Toolkit
Priority: High Priority: High
Complexity: C8 Complexity: C8
- Support Provide Local Information. Whenever oFono receives a Provide Local
Information proactive command, it should check the type of the information
requested. If the information is about the time/date or the language of the
terminal, it should respond to the command with the appropriate terminal
response. Otherwise, it will respond with an error.
Priority: High
Complexity: C2
Owner: Yang Gu <yang.gu@intel.com>
Emergency Calls Emergency Calls
=============== ===============

View File

@ -99,6 +99,15 @@ Supported Proactive Commands:
Notification proactive command, it prints the language code and sends Notification proactive command, it prints the language code and sends
terminal response to the SIM immediately. terminal response to the SIM immediately.
- Provide Local Information proactive command. Whenever oFono receives a
Provide Local Information proactive command, it checks the type of the
information requested. If the information is about the time/date or the
language of the terminal, it responds to the command with the appropriate
terminal response. The time/date information is obtained using localtime().
The language information is obtained by checking the LANG environment
variable. All other information requests are expected to be handled by
the modem.
- Sim icon support. oFono supports icons that are stored on the SIM. If the - Sim icon support. oFono supports icons that are stored on the SIM. If the
SIM notifies oFono that an icon is available for a particular proactive SIM notifies oFono that an icon is available for a particular proactive
command, oFono passes this information to the UI. The UI is able to obtain command, oFono passes this information to the UI. The UI is able to obtain