From: Yang Gu <yang.gu@intel.com>
To: ofono@ofono.org
Subject: [PATCH v3 2/4] stk: Support send ss response
Date: Mon, 18 Oct 2010 16:00:29 +0800 [thread overview]
Message-ID: <1287388831-27269-2-git-send-email-yang.gu@intel.com> (raw)
In-Reply-To: <1287388831-27269-1-git-send-email-yang.gu@intel.com>
[-- Attachment #1: Type: text/plain, Size: 524 bytes --]
---
src/stkutil.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/stkutil.c b/src/stkutil.c
index 82da079..cdd66bd 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -5455,6 +5455,8 @@ const unsigned char *stk_pdu_from_response(const struct stk_response *response,
&response->select_item.item_id,
NULL);
break;
+ case STK_COMMAND_TYPE_SEND_SS:
+ break;
case STK_COMMAND_TYPE_SETUP_CALL:
ok = build_setup_call(&builder, response);
break;
--
1.7.2.3
next prev parent reply other threads:[~2010-10-18 8:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-18 8:00 [PATCH v3 1/4] Add macro for general result and additional info Yang Gu
2010-10-18 8:00 ` Yang Gu [this message]
2010-10-20 23:22 ` [PATCH v3 2/4] stk: Support send ss response Denis Kenzior
2010-10-18 8:00 ` [PATCH v3 3/4] ss: Use errno for ssc handling functions Yang Gu
2010-10-18 8:00 ` [PATCH v3 4/4] cf: Handle send ss proactive command Yang Gu
2010-10-20 23:22 ` [PATCH v3 1/4] Add macro for general result and additional info 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=1287388831-27269-2-git-send-email-yang.gu@intel.com \
--to=yang.gu@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