On Monday 31 January 2011 15:59:14 ext Paavo Leinonen, you wrote: > Hi all, > > Could it be possible to extend current TechnologyPreference setting in > radio-settings-api in a way which would enable user to limit usage of > certain radio accesses?
> For example user could choose to limit technology usage to > technologies like GSM and UMTS even if the LTE coverage would be available. > Following value could be introduced to current API to enable this kind of > selection: > > "gsm" Only GSM used for radio access. > "umts" Only UMTS used for radio access. > "gsm_umts" Only GSM or UMTS used for radio access. > "lte" Only LTE used for radio access. Oh my, no. If you want to control technologies one by one, use a string and a boolean. If you really want atomicity w.r.t. D-Bus, then make it a dictionary. -- Rémi Denis-Courmont Nokia Devices R&D, Maemo Software, Helsinki _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
