Re: [PATCH 5/8][RFC] STATUS, FETCH and TERMINAL RESPONSE for AT driver.

2010-03-17 Thread Denis Kenzior
Hi Andrew, Fix ENVELOPE implementation. @@ -753,7 +794,7 @@ static void at_sim_envelope(struct ofono_sim *sim, int length, ofono_sim_read_cb_t cb, void *data) { struct sim_data *sd = ofono_sim_get_data(sim); - struct cb_data *cbd = cb_data_new(cb, data); + struct

[PATCH 5/8][RFC] STATUS, FETCH and TERMINAL RESPONSE for AT driver.

2010-03-16 Thread Andrzej Zaborowski
Fix ENVELOPE implementation. --- drivers/atmodem/sim.c | 286 ++--- 1 files changed, 273 insertions(+), 13 deletions(-) diff --git a/drivers/atmodem/sim.c b/drivers/atmodem/sim.c index 89ddcc6..d6f08b4 100644 --- a/drivers/atmodem/sim.c +++