Re: [PATCH 2/2] stemodem: Add support for multiple pdp contexts.

2011-02-21 Thread Marit Sofie Henriksen
2011/2/18 Marcel Holtmann mar...@holtmann.org Hi Marit, Redesigned, there will be only one contexts for each instance of the driver and only one CAIF interface, no longer need the list of caif devices. --- drivers/stemodem/gprs-context.c | 273

Re: [PATCH 1/2] ste: Add support for multiple pdp contexts.

2011-02-18 Thread Marit Sofie Henriksen
2011/2/9 Marit Sofie Henriksen maritsofie.henriks...@gmail.com 2011/2/8 Marcel Holtmann mar...@holtmann.org Hi Marit, diff --git a/plugins/ste.c b/plugins/ste.c index cf8aed8..749c4f3 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -66,6 +66,7 @@ #include drivers/stemodem

Re: [PATCH 1/2] ste: Add support for multiple pdp contexts.

2011-02-09 Thread Marit Sofie Henriksen
2011/2/8 Marcel Holtmann mar...@holtmann.org Hi Marit, diff --git a/plugins/ste.c b/plugins/ste.c index cf8aed8..749c4f3 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -66,6 +66,7 @@ #include drivers/stemodem/if_caif.h #define NUM_CHAT 1 +#define MAX_PDP_CONTEXTS

Re: [PATCHv2] network: query signal strength

2011-01-05 Thread Marit Sofie Henriksen
2011/1/5 Aki Niemi a...@protocolpolice.com Hi Marit, 2010/12/17 Marit Henriksen maritsofie.henriks...@gmail.com: From: Marit Henriksen marit.henrik...@stericsson.com Signal strength is set to -1 whenever registration status changes and differs from registered or roaming. When

Re: [PATCHv3] stemodem: Fix for MT call not working when caller id is hidden.

2011-01-04 Thread Marit Sofie Henriksen
2011/1/4 Marcel Holtmann mar...@holtmann.org Hi Marit, In *ECAV, the number will not be included if caller id is hidden. Set it to an empty string in that case, and set number type to 128, unknown number type. --- drivers/stemodem/voicecall.c | 15 ++- 1 files

Re: [PATCHv2] network: query signal strength

2011-01-03 Thread Marit Sofie Henriksen
2010/12/17 Marit Henriksen maritsofie.henriks...@gmail.com From: Marit Henriksen marit.henrik...@stericsson.com Hi. I was wondering if you have had the chance to look at the second version of the patch? regards, Marit Signal strength is set to -1 whenever registration status changes and

Re: [PATCH] network: query signal strength when status changes to registered or roaming.

2010-12-15 Thread Marit Sofie Henriksen
2010/12/3 Marit Henriksen maritsofie.henriks...@gmail.com From: Marit Henriksen marit.henrik...@stericsson.com Hi. I was wondering if you have had the chance to look at this patch yet? regards, Marit Signal strength is set to -1 whenever registration status changes and differs from

Re: [PATCH] sim: Check SIM pin status after changing pin.

2010-11-05 Thread Marit Sofie Henriksen
Hi Denis. OK, I can see that this approach was rather too simplistic... Maybe checking the returned CME error would be a better idea? I’m a bit unsure how (or if) to proceed with this. As this is in the core, and not our driver, it might be more on your table? If you think it is important. Br