From 7e5ef25c5a58898a408e3e5d4809a1d6f6c0d09a Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Mon, 7 Jun 2010 12:08:27 +0200 Subject: stk: Use envelope encoding utility from stkutil.c --- src/cbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cbs.c') diff --git a/src/cbs.c b/src/cbs.c index 56607a88..27185ba8 100644 --- a/src/cbs.c +++ b/src/cbs.c @@ -197,7 +197,7 @@ void ofono_cbs_notify(struct ofono_cbs *cbs, const unsigned char *pdu, if (cbs_topic_in_range(c.message_identifier, cbs->efcbmid_contents)) { if (cbs->stk) - __ofono_cbs_sim_download(cbs->stk, pdu, pdu_len); + __ofono_cbs_sim_download(cbs->stk, &c); return; } -- cgit v1.2.3