All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] Provider name and SID
@ 2011-12-08 14:49 Philippe Nunes
  2011-12-08 14:49 ` [PATCH v2 01/12] cdma-providers: add driver APIs header Philippe Nunes
                   ` (11 more replies)
  0 siblings, 12 replies; 22+ messages in thread
From: Philippe Nunes @ 2011-12-08 14:49 UTC (permalink / raw)
  To: ofono

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

Hi,

change log from previous version:

- Fix the copyrigths.
- Add Qualcomm Diagnostic Monitor port support to get the SID with the command
'station status'. This diagnostic port is especially needed in case of EV-DO
capable hardware for which the AT command AT+CSS? may not return a valid answer.
- Assign by default the huawei QCDM port to the second interface (this rule is
issued from a practical observation)
- Fix the 'sysinfo' parsing. When the service domain is set to 'CDMA not supported'
with EV-DO capable hardware, it doesn't mean that the network is not registered.

Regards,

Philippe.


Philippe Nunes (12):
  cdma-providers: add driver APIs header
  ofono.h: add cdma-providers
  cdma-providers: add driver APIs implementation
  providers: Add cdma provider name plugin
  cdma-netreg: Add provider name and SID support
  gatchat: Add possibility to associate a diagnostic monitor to the
    AT-capable port
  huaweicdma: Use pcui port for cdma_netreg
  huaweicdma: Open qcdm port to be used for signal quality or network
    status
  huaweicdmamodem: Probe the QCDM port with the version info request
  huaweicdmamodem: Add 'serving_system' entry point to get SID
  udevng: Add a default assignment for Huawei QCDM port
  huaweicdmamodem: Fix sysinfo parsing

 Makefile.am                                    |    4 +-
 drivers/huaweicdmamodem/network-registration.c |  247 ++++++++++++++++++++++-
 gatchat/gatchat.c                              |   26 +++
 gatchat/gatchat.h                              |    4 +
 include/cdma-providers.h                       |   44 +++++
 plugins/huaweicdma.c                           |   46 +++++-
 plugins/providers.c                            |   79 ++++++++
 plugins/udevng.c                               |   30 ++-
 src/cdma-netreg.c                              |   40 ++++
 src/cdma-providers.c                           |   80 ++++++++
 src/ofono.h                                    |    4 +
 11 files changed, 581 insertions(+), 23 deletions(-)
 create mode 100644 include/cdma-providers.h
 create mode 100644 plugins/providers.c
 create mode 100644 src/cdma-providers.c


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

end of thread, other threads:[~2011-12-09 12:14 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08 14:49 [PATCH v2 00/12] Provider name and SID Philippe Nunes
2011-12-08 14:49 ` [PATCH v2 01/12] cdma-providers: add driver APIs header Philippe Nunes
2011-12-09 11:50   ` Denis Kenzior
2011-12-08 14:49 ` [PATCH v2 02/12] ofono.h: add cdma-providers Philippe Nunes
2011-12-09 11:52   ` Denis Kenzior
2011-12-08 14:49 ` [PATCH v2 03/12] cdma-providers: add driver APIs implementation Philippe Nunes
2011-12-08 14:49 ` [PATCH v2 04/12] providers: Add cdma provider name plugin Philippe Nunes
2011-12-08 14:49 ` [PATCH v2 05/12] cdma-netreg: Add provider name and SID support Philippe Nunes
2011-12-08 14:49 ` [PATCH v2 06/12] gatchat: Add possibility to associate a diagnostic monitor to the AT-capable port Philippe Nunes
2011-12-08 14:13   ` Marcel Holtmann
2011-12-08 16:07     ` Philippe Nunes
2011-12-08 15:17       ` Marcel Holtmann
2011-12-08 16:50         ` Philippe Nunes
2011-12-09 12:09   ` Denis Kenzior
2011-12-08 14:49 ` [PATCH v2 07/12] huaweicdma: Use pcui port for cdma_netreg Philippe Nunes
2011-12-09 12:11   ` Denis Kenzior
2011-12-08 14:49 ` [PATCH v2 08/12] huaweicdma: Open qcdm port to be used for signal quality or network status Philippe Nunes
2011-12-08 14:50 ` [PATCH v2 09/12] huaweicdmamodem: Probe the QCDM port with the version info request Philippe Nunes
2011-12-08 14:50 ` [PATCH v2 10/12] huaweicdmamodem: Add 'serving_system' entry point to get SID Philippe Nunes
2011-12-08 14:50 ` [PATCH v2 11/12] udevng: Add a default assignment for Huawei QCDM port Philippe Nunes
2011-12-08 14:50 ` [PATCH v2 12/12] huaweicdmamodem: Fix sysinfo parsing Philippe Nunes
2011-12-09 12:14   ` 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.