All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add a parser to retrieve the CDMA network name
@ 2011-11-15 13:04 Philippe Nunes
  2011-11-15 13:04 ` [PATCH 1/3] mbpi: mbpi_lookup becomes mbpi_lookup_apn Philippe Nunes
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Nunes @ 2011-11-15 13:04 UTC (permalink / raw)
  To: ofono

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

A new API is introduced in mbpi plugin to parse the mobile broadband provider
info' database in order to retrieve the serving network name from the System
Identifier (SID).
Next step is precisely to retrieve the SID broadcasted by the CDMA modem 

Philippe Nunes (3):
  mbpi: mbpi_lookup becomes mbpi_lookup_apn
  mbpi: Add mbpi_lookup_cdma_provider_name API
  tools: Add utility for looking CDMA network name from database

 Makefile.am                  |    7 +-
 plugins/mbpi.c               |  214 +++++++++++++++++++++++++++++++++++------
 plugins/mbpi.h               |    4 +-
 plugins/provision.c          |    2 +-
 tools/lookup-apn.c           |    2 +-
 tools/lookup-provider-name.c |  104 ++++++++++++++++++++
 6 files changed, 297 insertions(+), 36 deletions(-)
 create mode 100644 tools/lookup-provider-name.c


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

end of thread, other threads:[~2011-11-15 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 13:04 [PATCH 0/3] Add a parser to retrieve the CDMA network name Philippe Nunes
2011-11-15 13:04 ` [PATCH 1/3] mbpi: mbpi_lookup becomes mbpi_lookup_apn Philippe Nunes
2011-11-14 20:12   ` Denis Kenzior
2011-11-15 13:04 ` [PATCH 2/3] mbpi: Add mbpi_lookup_cdma_provider_name API Philippe Nunes
2011-11-14 20:42   ` Denis Kenzior
2011-11-15 13:04 ` [PATCH 3/3] tools: Add utility for looking CDMA network name from database Philippe Nunes
2011-11-14 20:45   ` Denis Kenzior

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.