Open Source Telephony
 help / color / mirror / Atom feed
From: Yang Gu <yang.gu@intel.com>
To: ofono@ofono.org
Subject: [PATCH 1/2] stk: Use sim bcd version
Date: Thu, 27 May 2010 17:24:33 +0800	[thread overview]
Message-ID: <1274952274-17712-1-git-send-email-yang.gu@intel.com> (raw)

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

---
 src/stkutil.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/stkutil.c b/src/stkutil.c
index 016bde9..e39a77f 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -276,7 +276,7 @@ static gboolean parse_dataobj_address(struct comprehension_tlv_iter *iter,
 
 	addr->ton_npi = data[0];
 	addr->number = number;
-	extract_bcd_number(data + 1, len - 1, addr->number);
+	sim_extract_bcd_number(data + 1, len - 1, addr->number);
 
 	return TRUE;
 }
@@ -1012,7 +1012,7 @@ static gboolean parse_dataobj_dtmf_string(struct comprehension_tlv_iter *iter,
 	if (*dtmf == NULL)
 		return FALSE;
 
-	extract_bcd_number(data, len, *dtmf);
+	sim_extract_bcd_number(data, len, *dtmf);
 
 	return TRUE;
 }
-- 
1.7.0.4


             reply	other threads:[~2010-05-27  9:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-27  9:24 Yang Gu [this message]
2010-05-27  9:24 ` [PATCH 2/2] teststk: Use sim bcd version Yang Gu
2010-05-27 12:06 ` [PATCH 1/2] stk: " 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=1274952274-17712-1-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