summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO14
-rw-r--r--doc/features.txt10
2 files changed, 10 insertions, 14 deletions
diff --git a/TODO b/TODO
index 8d38f3da..a49f52bb 100644
--- 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
====
diff --git a/doc/features.txt b/doc/features.txt
index 77ab5498..c6c2ceda 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -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.