diff options
author | Mika Liljeberg <mika.liljeberg@nokia.com> | 2010-10-01 11:14:13 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-01 11:32:10 +0200 |
commit | 147a3f5e9a2b121997ef99e46f88ed5d9bcce31f (patch) | |
tree | aff176dcef7f43878ba0d91d07656b685854c9e6 | |
parent | c17ed91c21d8922d0d0e451564803c31542adda7 (diff) | |
download | ofono-147a3f5e9a2b121997ef99e46f88ed5d9bcce31f.tar.bz2 |
TODO: Take ownership of fast dormancy
-rw-r--r-- | TODO | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -517,11 +517,15 @@ Miscellaneous Priority: Medium Complexity: C2 -- Add a property for Automatic Idle (sometimes referred to as Fast Dormancy) - in the RadioSettings atom. This property will enable or disable the use of - automatic connection release by the modem for power consumption reasons. - This is a major power-saving feature for phones, but can be ignored for USB - sticks or PCI devices. +- 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. @@ -531,6 +535,7 @@ Miscellaneous 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 |