Re: [PATCH 2/2] stk and stkutil changes for Send USSD proactive command

2010-09-07 Thread Denis Kenzior
On 09/06/2010 04:21 AM, Jeevaka Badrappan wrote: --- src/stk.c | 137 +++- src/stkutil.c | 22 + src/stkutil.h | 13 + 3 files changed, 169 insertions(+), 3 deletions(-) Changes to stkutil should come in a separate

[PATCH 2/2] stk and stkutil changes for Send USSD proactive command

2010-09-06 Thread Jeevaka Badrappan
--- src/stk.c | 137 +++- src/stkutil.c | 22 + src/stkutil.h | 13 + 3 files changed, 169 insertions(+), 3 deletions(-) diff --git a/src/stk.c b/src/stk.c index 3fda2af..5d84141 100644 --- a/src/stk.c +++ b/src/stk.c @@

Re: [PATCH 2/2] stk and stkutil changes for Send USSD proactive command

2010-09-06 Thread Andrzej Zaborowski
Hi, On 6 September 2010 11:21, Jeevaka Badrappan jeevaka.badrap...@elektrobit.com wrote: ---  src/stk.c     |  137 +++-  src/stkutil.c |   22 +  src/stkutil.h |   13 +  3 files changed, 169 insertions(+), 3 deletions(-) diff