From: Denis Kenzior Date: Thu, 31 Mar 2011 16:56:47 +0000 (-0500) Subject: TODO: Mark Flight mode task as done X-Git-Tag: 0.46~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70438ce87c7f6ee77d1400857ddebee9fc75bbf3;p=platform%2Fupstream%2Fofono.git TODO: Mark Flight mode task as done --- diff --git a/TODO b/TODO index 8d38f3d..a49f52b 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 - - GPRS ==== diff --git a/doc/features.txt b/doc/features.txt index 77ab549..c6c2ced 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.