summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAntara Borwankar <antara.borwankar@intel.com>2019-05-13 14:19:15 +0530
committerDenis Kenzior <denkenz@gmail.com>2019-05-16 10:40:45 -0500
commitb2e948f8d833efcd7f85a7eac6a16b652ff48bc1 (patch)
treec136e29bc594d0b05bd6b2fb7073482a4f065071 /doc
parent3e43e3342f3fada1624a28500a5337019fed7d89 (diff)
downloadofono-b2e948f8d833efcd7f85a7eac6a16b652ff48bc1.tar.gz
radio-settings: adding UE dual mode operation property
Added two new values for TechnologyPreference property as follows: "umts,gsm" Dual mode operation with UMTS and GSM radio access whith preference for UMTS. "lte,umts" Dual mode operation with LTE and UMTS radio access with preference for LTE.
Diffstat (limited to 'doc')
-rw-r--r--doc/radio-settings-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/radio-settings-api.txt b/doc/radio-settings-api.txt
index 03868a9b..9663b07f 100644
--- a/doc/radio-settings-api.txt
+++ b/doc/radio-settings-api.txt
@@ -44,6 +44,12 @@ Properties string TechnologyPreference [readwrite]
"gsm" Only GSM used for radio access.
"umts" Only UMTS used for radio access.
"lte" Only LTE used for radio access.
+ "umts,gsm" Dual mode operation with UMTS
+ and GSM radio access whith preference
+ for UMTS.
+ "lte,umts" Dual mode operation with LTE
+ and UMTS radio access with preference
+ for LTE.
array{string} AvailableTechnologies [readonly, optional]