All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add AvailableTechnologies property to RadioSettings
@ 2014-12-09 12:34 Alfonso Sanchez-Beato
  2014-12-09 12:34 ` [PATCH 1/4] doc: Add AvailableTechnologies property Alfonso Sanchez-Beato
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Alfonso Sanchez-Beato @ 2014-12-09 12:34 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

This patch series add the AvailableTechnologies property to the
RadioSettings interface. Its purpose is to show the list of valid
values for the TechnologyPreference property in the same interface.
The use case is letting a UI show the possible RATs so the user cannot
select an invalid value for a given modem.

Alfonso Sanchez-Beato (4):
  doc: Add AvailableTechnologies property
  include: Add method to list RATs to radio-settings
  src: Implement RAT list property
  test: Add AvailableTechnologies to list-modems

 doc/radio-settings-api.txt |  5 +++++
 include/radio-settings.h   | 15 +++++++++++++++
 src/radio-settings.c       | 47 +++++++++++++++++++++++++++++++++++++++++++++-
 test/list-modems           |  3 ++-
 4 files changed, 68 insertions(+), 2 deletions(-)

-- 
2.1.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-12 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 12:34 [PATCH 0/4] Add AvailableTechnologies property to RadioSettings Alfonso Sanchez-Beato
2014-12-09 12:34 ` [PATCH 1/4] doc: Add AvailableTechnologies property Alfonso Sanchez-Beato
2014-12-09 12:34 ` [PATCH 2/4] include: Add method to list RATs to radio-settings Alfonso Sanchez-Beato
2014-12-09 12:34 ` [PATCH 3/4] src: Implement RAT list property Alfonso Sanchez-Beato
2014-12-09 12:34 ` [PATCH 4/4] test: Add AvailableTechnologies to list-modems Alfonso Sanchez-Beato
2014-12-10 17:07 ` [PATCH 0/4] Add AvailableTechnologies property to RadioSettings Denis Kenzior
2014-12-12 11:28   ` Alfonso Sanchez-Beato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.