summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Liljeberg <mika.liljeberg@nokia.com>2010-10-26 18:31:53 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-10-27 22:26:16 -0500
commit0d6561708a4aa5f9a965286f2603485ac69c0bc7 (patch)
treec2ca4d16e3c86e73f996e659f01f6fd35b258e23
parentd34bbba72264963d6af97889b4b66d2bbd69f01e (diff)
downloadofono-0d6561708a4aa5f9a965286f2603485ac69c0bc7.tar.bz2
TODO: mark fast dormancy as done
-rw-r--r--TODO20
-rw-r--r--doc/features.txt8
2 files changed, 8 insertions, 20 deletions
diff --git a/TODO b/TODO
index dfe1abf1..b8674aff 100644
--- a/TODO
+++ b/TODO
@@ -497,26 +497,6 @@ Miscellaneous
Priority: Medium
Complexity: C2
-- Add a property for Fast Dormancy in the RadioSettings atom. This property
- will enable or disable Fast Dormancy. Fast Dormancy refers to UE initiated
- release of radio resources quickly after a burst of data transfer has ended.
- Normally, radio resources are released by the network after a timeout
- configured by the network operator. Fast Dormancy allows the modem to release
- radio resources more quickly. Typically, fast dormancy would be enabled
- if no data transfer is predicted to occur in the near future (e.g. end user
- is not actively using the device). This is a major power-saving feature for
- mobile devices, but can be ignored for USB sticks or PCI devices.
-
- If the modem does not support such a feature the property should never be
- exposed to the user.
-
- This feature is not discussed in 27.007, thus manufacturer specific commands
- are required.
-
- Priority: High
- Complexity: C1
- Owner: Mika Liljeberg <mika.liljeberg@nokia.com>
-
- TTY (hearing impaired) support. Add a new oFono atom type that will enable
the user to enable or disable the TTY support on the modem. Support for
automatic detection of TTY (signaled by the driver) is also desired.
diff --git a/doc/features.txt b/doc/features.txt
index 2acd352d..d6365a2e 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -147,3 +147,11 @@ SIM
check if BDN support is allocated and enabled in the SIM. If enabled,
oFono halts the SIM initialization procedure and the modem remains in the
PRESIM state. In this state oFono will only allow emergency calls.
+
+Radio settings
+==============
+
+- Fast dormancy support. A fast dormancy feature can be enabled in the
+ cellular modem to conserve power when the end user is not actively
+ using the device but some networking applications are online using
+ packet data.