Skip to content

Commit

Permalink
doc: Add ModemTechnologies property
Browse files Browse the repository at this point in the history
This new property in org.ofono.RadioSettings interface will hold the
possible values for radio access technology for the modem.
  • Loading branch information
alfonsosanchezbeato committed Jul 24, 2014
1 parent 6236fc7 commit 4d408c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/radio-settings-api.txt
Expand Up @@ -45,6 +45,20 @@ Properties string TechnologyPreference [readwrite]
"umts" Only UMTS used for radio access.
"lte" Only LTE used for radio access.

NOTE: In Ubuntu for Phones branch the description above
is no longer valid. Usage of "any" is deprecated and,
after setting the property, RAT selection will be done
automatically based on reception and availability among
the selected technology *and* less advanced
technologies. For instance, if preference is "umts",
at a given moment we could be registered in a gsm or
umts network, but never in an lte one.

array{string} ModemTechnologies [readonly, optional]

List of values for TechnologyPreference property
supported by the modem.

string GsmBand [readwrite, optional]

Frequency band in which the modem is allowed to
Expand Down

0 comments on commit 4d408c2

Please sign in to comment.