RE: How to get the SMS stored in SIM card

2010-09-07 Thread Marcel Holtmann
Hi Lily, same rules for you than for everybody else. No top posting allowed on this mailing list. Please follow proper mailing list netiquette here. I have question about The default SMS driver programs the modem to report SMS PDUs directly to the core. I want to know how to deal with the

Re: status-report expiration

2010-09-07 Thread Denis Kenzior
Hi Petteri, On 09/06/2010 11:10 AM, Petteri Tikander wrote: Hi Denis, I'm implementing expiration-logic for status report and have couple of questions. My expiration function under development goes through every addresses and corresponding messages (nodes) from hash-tables, and checks

Re: [PATCH 1/2] Internal and Driver API changes for Send USSD proactive command

2010-09-07 Thread Denis Kenzior
Hi Jeevaka, On 09/06/2010 04:21 AM, Jeevaka Badrappan wrote: --- drivers/atmodem/atutil.c | 111 + drivers/atmodem/atutil.h | 25 + drivers/atmodem/ussd.c | 136 +++--- drivers/isimodem/ussd.c |

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

RE: [PATCH 1/2] Internal and Driver API changes for Send USSD proactive command

2010-09-07 Thread Jeevaka.Badrappan
Hi Denis, - else if (charset == SMS_CHARSET_8BIT) { - /* TODO: Figure out what to do with 8 bit data */ + if (charset == SMS_CHARSET_7BIT) { + switch (data-charset) { + case AT_UTIL_CHARSET_GSM: + msg =

Re: [PATCH 1/2] Internal and Driver API changes for Send USSD proactive command

2010-09-07 Thread Denis Kenzior
Hi Jeevaka, On 09/07/2010 12:29 PM, jeevaka.badrap...@elektrobit.com wrote: Hi Denis, -else if (charset == SMS_CHARSET_8BIT) { -/* TODO: Figure out what to do with 8 bit data */ +if (charset == SMS_CHARSET_7BIT) { +switch (data-charset) { +