Re: [PATCH 1/3] Add radio settings atom and driver API

2010-02-04 Thread Marcel Holtmann
Hi Aki, +Properties string Mode [read-write] + + The current radio access selection mode, also known + as network preference. + + The possible values are: + dual Radio access selection is done +

Re: [PATCH 1/3] Add radio settings atom and driver API

2010-02-04 Thread Marcel Holtmann
Hi Aki, +Propertiesstring Mode [read-write] + +The current radio access selection mode, also known +as network preference. + +The possible values are: +dualRadio access selection is done +

Re: [PATCH 1/3] Add radio settings atom and driver API

2010-02-04 Thread aki.niemi
- Alkuperäinen viesti - Yeah, perhaps the property should be called TechnologyPreference with values any, 2G, 3G, 4G. For now at least. so what about the magic CDMA + UMTS combo chips. We basically have to reload the firmware with these. Would be nice to figure out on how that

Re: [PATCH 1/3] Add radio settings atom and driver API

2010-02-04 Thread Marcel Holtmann
Hi Aki, Yeah, perhaps the property should be called TechnologyPreference with values any, 2G, 3G, 4G. For now at least. so what about the magic CDMA + UMTS combo chips. We basically have to reload the firmware with these. Would be nice to figure out on how that can be done. Not

Re: [PATCH 1/3] Add radio settings atom and driver API

2010-02-04 Thread Denis Kenzior
Hi Aki, This interface exposes a rw property for radio access selection mode setting. --- Makefile.am|6 +- doc/radio-settings-api.txt | 42 + include/radio-settings.h | 74 + src/ofono.h|2 + src/radio-settings.c | 372

Re: [PATCH 1/3] Add radio settings atom and driver API

2010-02-04 Thread Denis Kenzior
Hi Aki, Hi Denis, 2010/2/4 Denis Kenzior denk...@gmail.com: +typedef void (*ofono_radio_settings_mode_query_cb_t)(const struct ofono_error *error, + enum ofono_radio_access_mode mode, + void

[PATCH 1/3] Add radio settings atom and driver API

2010-02-03 Thread Aki Niemi
This interface exposes a rw property for radio access selection mode setting. --- Makefile.am|6 +- doc/radio-settings-api.txt | 42 + include/radio-settings.h | 74 + src/ofono.h|2 + src/radio-settings.c | 372