TODO: Mark Flight mode task as done
authorDenis Kenzior <denkenz@gmail.com>
Thu, 31 Mar 2011 16:56:47 +0000 (11:56 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 31 Mar 2011 16:56:47 +0000 (11:56 -0500)
TODO
doc/features.txt

diff --git a/TODO b/TODO
index 8d38f3d..a49f52b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -149,20 +149,6 @@ Modem Emulator
   Priority: Medium
 
 
-Flight Mode
-===========
-
-- Flight Mode support.  Add an 'Online' property to the Modem interface that
-  will control the online state of the modem.  When Online state is True all
-  atoms are available.  When Online state is False, all network related items
-  are removed (e.g. CallSettings) or enter into reduced functionality set
-  where only the SIM is available (e.g. DataConnectionManager, SimManager, etc)
-
-  Complexity: C4
-  Priority: High
-  Owner: Pekka Pessi <pekka.pessi@nokia.com>
-
-
 GPRS
 ====
 
index 77ab549..c6c2ced 100644 (file)
@@ -588,3 +588,13 @@ Voice Calls
        - call has been put on hold by the remote party (+CSSU: 2)
        - call has been retrieved by the remote party (+CSSU: 3)
        - call has been added to a mpty call by the remote party (+CSSU: 4)
+
+Flight Mode
+===========
+
+- Flight Mode support.  oFono uses the 'Online' property on the Modem interface
+  that controls the state of the radio.  When Online state is False, all
+  interfaces that depend on the radio being on are removed.  Other interfaces
+  enter reduced functionality mode where only certain actions are available
+  that do not depend on the radio.  E.g. setting various settings on the local
+  store or the SIM.