summaryrefslogtreecommitdiff
path: root/include/radio-settings.h
Commit message (Collapse)AuthorAgeFilesLines
* radio-settings: Do not use enum ofono_access_modeDenis Kenzior2021-06-011-4/+2
| | | | | | | Originally the enum was only meant to signify a single radio access mode preference, but over time its meaning was overloaded to be a bitfield with multiple preferences. Switch away from using an enum value to using an unsigned int to make it clearer that the value is a bitfield.
* include: Add ofono_radio_settings_get_modem()Denis Kenzior2015-11-051-0/+3
|
* include: No need for OFONO_FLAG* definesDenis Kenzior2014-12-101-11/+4
|
* include: Add method to list RATs to radio-settingsAlfonso Sanchez-Beato2014-12-101-0/+15
|
* radio-settings: Conform to coding style item M4Denis Kenzior2012-06-161-17/+25
|
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* include: Minor style fixesDenis Kenzior2010-12-081-8/+8
|
* radio-settings: add frequency band selection methodsLucas De Marchi2010-12-081-0/+33
|
* radio-settings: Update API to use ofono_bool_tDenis Kenzior2010-11-291-1/+1
|
* radio settings: add FastDormancy propertyMika Liljeberg2010-10-271-0/+13
|
* Refactor: Rename radio setting type namesDenis Kenzior2010-03-251-4/+4
|
* Add radio settings atom and driver APIAki Niemi2010-02-041-0/+78
This interface exposes a read-write property for radio access technology selection mode.