[RFC online/offline atoms PATCH 4/4] isigen: create sms and gprs in post_sim

2010-10-05 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com --- plugins/isigen.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/isigen.c b/plugins/isigen.c index db61fdb..d550a34 100644 --- a/plugins/isigen.c +++ b/plugins/isigen.c @@ -395,22 +395,29 @@ static

Re: [RFC online/offline atoms PATCH 4/4] isigen: create sms and gprs in post_sim

2010-10-05 Thread Marcel Holtmann
Hi Pekka, --- plugins/isigen.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/isigen.c b/plugins/isigen.c index db61fdb..d550a34 100644 --- a/plugins/isigen.c +++ b/plugins/isigen.c @@ -395,22 +395,29 @@ static void

Re: [RFC online/offline atoms PATCH 4/4] isigen: create sms and gprs in post_sim

2010-10-05 Thread Denis Kenzior
Hi Marcel, what advantage to we have from moving SMS and GPRS atom into the post_sim state? I am trying to really understand what this is trying to do and what is the difference of just doing it when in post_online state. We'd like to be able to toggle GPRS settings even if in offline state.