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

2011-02-08 Thread Marit Henriksen
From: Marit Henriksen --- plugins/ste.c | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) 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 #define NUM_CHAT 1 +#define

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

2011-02-08 Thread Marcel Holtmann
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 > > #define NUM_CHAT 1 > +#define MAX_PDP_CONTEXTS 4 > > static const char *cpin_prefix[] = { "+CPIN:", NULL }; > > @@

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

2011-02-09 Thread Marit Sofie Henriksen
2011/2/8 Marcel Holtmann > 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 > > > > #define NUM_CHAT 1 > > +#define MAX_PDP_CONTEXTS 4 > > > > static const ch

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

2011-02-18 Thread Marit Sofie Henriksen
2011/2/9 Marit Sofie Henriksen > > > 2011/2/8 Marcel Holtmann > > 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 >> > >> > #define NUM_CHAT 1 >> > +#defi

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

2011-02-18 Thread Marcel Holtmann
Hi Marit, > > Is this approach ok, and has anyone had the chance to look at these > pathces? (this one plus [PATCH 2/2] stemodem: Add support for multiple > pdp contexts) it is fine with me. Just re-send them with the warning fixed. Regards Marcel ___