From: Philippe Nunes <philippe.nunes@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH v4 0/6] Provider name and SID
Date: Wed, 18 Jan 2012 18:05:11 +0100 [thread overview]
Message-ID: <1326906317-11601-1-git-send-email-philippe.nunes@linux.intel.com> (raw)
[-- 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
next reply other threads:[~2012-01-18 17:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-18 17:05 Philippe Nunes [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1326906317-11601-1-git-send-email-philippe.nunes@linux.intel.com \
--to=philippe.nunes@linux.intel.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox