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.
This commit is contained in:
Antara Borwankar 2019-05-13 14:19:15 +05:30 committed by Denis Kenzior
parent 3e43e3342f
commit b2e948f8d8
1 changed files with 6 additions and 0 deletions

View File

@ -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]