From b2e948f8d833efcd7f85a7eac6a16b652ff48bc1 Mon Sep 17 00:00:00 2001 From: Antara Borwankar Date: Mon, 13 May 2019 14:19:15 +0530 Subject: [PATCH] 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. --- doc/radio-settings-api.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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]