Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Provider name and SID
@ 2012-01-18 17:05 Philippe Nunes
  2012-01-18 17:05 ` [PATCH v4 1/6] gatchat: Add g_at_chat_set_slave_qcdm / g_at_chat_get_slave_qcdm Philippe Nunes
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Philippe Nunes @ 2012-01-18 17:05 UTC (permalink / raw)
  To: ofono

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

This version introduces a QCDM helper library.
Also, to simplify the QCDM handling, a dedicated callback is set for each
command sent.
Currently, we are not considering that a new command can be issued before the
answer from the previous command is handled. If this case occurs, then we would
need to introduce a command queue in the GAtHDLC structure to be able to invoke
properly the callbacks.

Philippe.    

Philippe Nunes (6):
  gatchat: Add g_at_chat_set_slave_qcdm / g_at_chat_get_slave_qcdm
  huawei: Open qcdm port to fetch network status & SID
  gatqcdm: Add helper functions for QCDM handling
  huaweimodem: Probe the QCDM port with the version info request
  huaweimodem: Add 'serving_system' entry point to get SID
  udevng: Add a default assignment for Huawei QCDM port

 Makefile.am                       |    1 +
 drivers/huaweimodem/cdma-netreg.c |  174 ++++++++++++++++++++++++++++++++++---
 gatchat/gatchat.c                 |   26 ++++++
 gatchat/gatchat.h                 |    4 +
 gatchat/gatqcdm.c                 |   84 ++++++++++++++++++
 gatchat/gatqcdm.h                 |   57 ++++++++++++
 plugins/huawei.c                  |   44 +++++++++
 plugins/udevng.c                  |   30 +++++--
 8 files changed, 400 insertions(+), 20 deletions(-)
 create mode 100644 gatchat/gatqcdm.c
 create mode 100644 gatchat/gatqcdm.h


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

end of thread, other threads:[~2012-01-18 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 17:05 [PATCH v4 0/6] Provider name and SID Philippe Nunes
2012-01-18 17:05 ` [PATCH v4 1/6] gatchat: Add g_at_chat_set_slave_qcdm / g_at_chat_get_slave_qcdm Philippe Nunes
2012-01-18 17:05 ` [PATCH v4 2/6] huawei: Open qcdm port to fetch network status & SID Philippe Nunes
2012-01-18 17:05 ` [PATCH v4 3/6] gatqcdm: Add helper functions for QCDM handling Philippe Nunes
2012-01-18 17:05 ` [PATCH v4 4/6] huaweimodem: Probe the QCDM port with the version info request Philippe Nunes
2012-01-18 17:05 ` [PATCH v4 5/6] huaweimodem: Add 'serving_system' entry point to get SID Philippe Nunes
2012-01-18 17:05 ` [PATCH v4 6/6] udevng: Add a default assignment for Huawei QCDM port Philippe Nunes
2012-01-18 17:32 ` [PATCH v4 0/6] Provider name and SID Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox