[PATCH 4/7] gprs: do not watch registration status or re-attach

2011-02-07 Thread Rémi Denis-Courmont
This is not needed since we let the modem automatically attach. --- src/gprs.c | 175 +++ 1 files changed, 9 insertions(+), 166 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 0a137b2..69cf8c7 100644 --- a/src/gprs.c +++ b/src/gprs.

[PATCH 4/7] gprs: do not watch registration status or re-attach

2011-02-09 Thread Rémi Denis-Courmont
This is not needed since we let the modem automatically attach. --- src/gprs.c | 175 +++ 1 files changed, 9 insertions(+), 166 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index f8d0fb5..800624b 100644 --- a/src/gprs.c +++ b/src/gprs.