From: Gustavo F. Padovan <padovan@profusion.mobi>
To: ofono@ofono.org
Subject: Re: [PATCH] Add CNAP support for isimodem
Date: Fri, 25 Feb 2011 13:53:37 -0300 [thread overview]
Message-ID: <20110225165337.GA2107@joana> (raw)
In-Reply-To: <AANLkTimb-A6T7LynbST0kNs5NottoBmmP2P86yH=5ED8@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2143 bytes --]
Hy Antoine,
Top posting is not allowed on this mailing list. Please stop using it.
* Antoine Reversat <a.reversat@gmail.com> [2011-02-25 11:33:49 -0500]:
> This one should be clean. Sorry it created a new email. I specified a
> message-id but it don't see it as a reply to my mail in gmail here.
Get yourself a proper mail client. Your message shows a reply of the previous
patch.
>
> On Fri, Feb 25, 2011 at 11:28 AM, Antoine Reversat <a.reversat@gmail.com> wrote:
> > ---
> > drivers/isimodem/voicecall.c | 50 +++++++++++++++++++++++++++++++++++++----
> > src/voicecall.c | 5 ++-
> > 2 files changed, 48 insertions(+), 7 deletions(-)
> >
> > diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
> > index 0a32f27..37b0eb3 100644
> > --- a/drivers/isimodem/voicecall.c
> > +++ b/drivers/isimodem/voicecall.c
> > @@ -56,8 +56,10 @@ struct isi_call {
> > uint8_t cause;
> > uint8_t addr_type;
> > uint8_t presentation;
> > + uint8_t name_presentation;
> > uint8_t reason;
> > char address[20];
> > + char name[20];
> > char addr_pad[4];
> > };
> >
> > @@ -210,10 +212,13 @@ static void isi_call_any_address_sb_proc(struct isi_voicecall *ivc,
> > uint8_t len;
> > char *addr;
> >
> > - if (!g_isi_sb_iter_get_byte(sb, &type, 2) ||
> > - !g_isi_sb_iter_get_byte(sb, &pres, 3) ||
> > - !g_isi_sb_iter_get_byte(sb, &len, 5) ||
> > - !g_isi_sb_iter_get_alpha_tag(sb, &addr, 2 * len, 6))
> > + if (!g_isi_sb_iter_get_byte(sb, &type, 2))
> > + return;
> > + if (!g_isi_sb_iter_get_byte(sb, &pres, 3))
> > + return;
> > + if (!g_isi_sb_iter_get_byte(sb, &len, 5))
> > + return;
> > + if (!g_isi_sb_iter_get_alpha_tag(sb, &addr, 2 * len, 6))
A separate patch for this change.
--
Gustavo F. Padovan
http://profusion.mobi
next prev parent reply other threads:[~2011-02-25 16:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-22 19:31 [PATCH] Add CNAP support (callerid name presentation) to isimodem Antoine Reversat
2011-02-22 21:22 ` Gustavo F. Padovan
2011-02-22 21:34 ` Antoine Reversat
2011-02-25 16:28 ` [PATCH] Add CNAP support for isimodem Antoine Reversat
2011-02-25 16:33 ` Antoine Reversat
2011-02-25 16:34 ` Antoine Reversat
2011-02-25 16:53 ` Gustavo F. Padovan [this message]
2011-02-25 17:04 ` Antoine Reversat
2011-02-25 17:10 ` [PATCH 1/2] Clean up isi_call_any_address_sb_proc Antoine Reversat
2011-02-25 18:43 ` Denis Kenzior
2011-02-25 17:10 ` [PATCH 2/2] Add CNAP support for isimodem Antoine Reversat
2011-02-25 18:45 ` Denis Kenzior
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=20110225165337.GA2107@joana \
--to=padovan@profusion.mobi \
--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