All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] stk: Use sim bcd version
@ 2010-05-27  9:24 Yang Gu
  2010-05-27  9:24 ` [PATCH 2/2] teststk: " Yang Gu
  2010-05-27 12:06 ` [PATCH 1/2] stk: " Denis Kenzior
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Gu @ 2010-05-27  9:24 UTC (permalink / raw)
  To: ofono

[-- 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-27 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27  9:24 [PATCH 1/2] stk: Use sim bcd version Yang Gu
2010-05-27  9:24 ` [PATCH 2/2] teststk: " Yang Gu
2010-05-27 12:06 ` [PATCH 1/2] stk: " Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.