summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2011-02-16 18:24:29 +0100
committerDenis Kenzior <denkenz@gmail.com>2011-02-16 12:00:12 -0600
commitcd0ba4819400b451e24932f3f023b4bf9adda8e6 (patch)
tree86067325351b821610ee36742c98f20210dd3f0a /TODO
parent163e98ac0624566f837e160f4d482468d12034c4 (diff)
downloadofono-cd0ba4819400b451e24932f3f023b4bf9adda8e6.tar.bz2
TODO: Add STK class 'e' tasks
Diffstat (limited to 'TODO')
-rw-r--r--TODO30
1 files changed, 30 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9bd21d6a..2729af28 100644
--- a/TODO
+++ b/TODO
@@ -337,6 +337,36 @@ Sim Toolkit
Priority: High
Complexity: C8
+- Support of the BIP (Bearer Independent Protocol) proactive commands.
+ The specification defines several bearer types. For now, only the packet data
+ service bearer is considered.
+
+ - OPEN CHANNEL: requests the terminal to open a data channel with
+ parameters indicated in the command. A user confirmation may be
+ requested by the SimToolkitAgent.
+ - CLOSE CHANNEL:requests the terminal to close the specified data
+ channel.
+ - RECEIVE DATA:requests the terminal to return to the UICC data
+ received on the specified channel.
+ - SEND DATA:requests the terminal to send on the specified channel data
+ provided by the UICC.
+ - GET CHANNEL STATUS: requests the terminal to return the current
+ status of all available data channels.
+
+ Priority: Medium
+ Complexity: C4
+ Owner: Philippe Nunes <philippe.nunes@linux.intel.com>
+
+- Support Setup Event List proactive command.
+ To fully support the class 'e', the following events
+ -Data Available event
+ -Channel status event
+ shall be monitored by oFono if part of the current event list.
+ This list is supplied by the last SETUP EVENT LIST command.
+
+ Priority: Medium
+ Complexity: C2
+ Owner: Philippe Nunes <philippe.nunes@linux.intel.com>
Emergency Calls
===============