diff options
-rw-r--r-- | TODO | 6 | ||||
-rw-r--r-- | doc/features.txt | 8 |
2 files changed, 8 insertions, 6 deletions
@@ -360,12 +360,6 @@ Sim Toolkit Complexity: C2 Owner: Andrzej Zaborowski <andrew.zaborowski@intel.com> -- Support Send USSD proactive command. - - Priority: High - Complexity: C4 - Owner: Yang Gu <yang.gu@intel.com> - - Support Set Up Call proactive command. If the UICC has indicated that the user should be informed, then the SimToolkitAgent will be called in order to request user's confirmation of the call setup. If the user diff --git a/doc/features.txt b/doc/features.txt index c1755721..75dcee62 100644 --- a/doc/features.txt +++ b/doc/features.txt @@ -84,6 +84,14 @@ Supported Proactive Commands: that is passed to the agent. It is up to the system integrator to provide the appropriate sounds. +- Send USSD proactive command. Whenever oFono receives a Send USSD proactive + command it checks whether there are any USSD / SS operations in progress. + If an operation is in progress, the appropriate terminal response is sent + without performing the Send USSD operation. Otherwise the USSD string + is sent to the network, and the response is sent back to the SIM in the + terminal response. + + - 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 command, oFono passes this information to the UI. The UI is able to obtain |