summaryrefslogtreecommitdiffstats
path: root/doc/radio-settings-api.txt
diff options
context:
space:
mode:
authorMika Liljeberg <mika.liljeberg@nokia.com>2010-10-07 16:37:32 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-10-20 18:19:48 -0500
commit52074d0208c74939c60369d1771ffe726142e2d6 (patch)
treef98a66d53045fb1ff74a5d1c07bb059f237a8ce6 /doc/radio-settings-api.txt
parent81bc8884b414e6c2d511789d2e183cdad55182f0 (diff)
downloadofono-52074d0208c74939c60369d1771ffe726142e2d6.tar.bz2
radio settings: document FastDormancy property
Diffstat (limited to 'doc/radio-settings-api.txt')
-rw-r--r--doc/radio-settings-api.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/radio-settings-api.txt b/doc/radio-settings-api.txt
index 3372abd7..f1b91ad9 100644
--- a/doc/radio-settings-api.txt
+++ b/doc/radio-settings-api.txt
@@ -41,3 +41,25 @@ Properties string TechnologyPreference [read-write]
"gsm" Only GSM used for radio access.
"umts" Only UMTS used for radio access.
"lte" Only LTE used for radio acccess.
+
+ boolean FastDormancy [read-write, optional]
+
+ 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, for instance, when the 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.