Open Source Telephony
 help / color / mirror / Atom feed
From: Giacinto Cifelli <gciofono@gmail.com>
To: ofono@ofono.org
Subject: [PATCH v2 0/2] Gemalto: support for voicecall
Date: Sun, 14 Oct 2018 16:17:26 +0200	[thread overview]
Message-ID: <20181014141728.20227-1-gciofono@gmail.com> (raw)

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

This series of patches adds a vendor-specific voicecall atom
for gemaltomodem, and then adds it to the plugin, along with all
other call-related atoms.

related to the first version submitted for RFC, it integrates the
comments from Denis, and only uses the required URCs, leaving out
for example RING.
It also fixes a problem with the first version when the SLCC URC was
parsed exactly like the AT+CLCC command: now it takes into account
that the URC function is called for each line, and not for all
together, while for CLCC all lines are parsed at once.


Giacinto Cifelli (2):
  Gemalto: voicecall atom
  plugins/gemalto: added voice support

 Makefile.am                         |   3 +-
 drivers/gemaltomodem/gemaltomodem.c |   2 +
 drivers/gemaltomodem/gemaltomodem.h |   2 +
 drivers/gemaltomodem/voicecall.c    | 751 ++++++++++++++++++++++++++++
 plugins/gemalto.c                   |  11 +
 5 files changed, 768 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gemaltomodem/voicecall.c

-- 
2.17.1


             reply	other threads:[~2018-10-14 14:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-14 14:17 Giacinto Cifelli [this message]
2018-10-14 14:17 ` [PATCH v2 1/2] Gemalto: voicecall atom Giacinto Cifelli
2018-10-14 16:48   ` Jonas Bonn
2018-10-14 17:10     ` Giacinto Cifelli
2018-10-14 14:17 ` [PATCH v2 2/2] plugins/gemalto: added voice support Giacinto Cifelli
2018-10-14 16:50   ` Jonas Bonn
2018-10-14 17:03     ` Giacinto Cifelli

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=20181014141728.20227-1-gciofono@gmail.com \
    --to=gciofono@gmail.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