TODO: Mark Flight mode task as done

This commit is contained in:
Denis Kenzior 2011-03-31 11:56:47 -05:00
parent cccd53a2aa
commit 70438ce87c
2 changed files with 10 additions and 14 deletions

14
TODO
View File

@ -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
====

View 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.