RE: Crash in at_gprs_context_remove()

2010-06-30 Thread Zhang, Zhenhua
Hi Kalle, Kalle Valo wrote: > Hi, > > (gdb) bt > #0 0x7790b642 in IA__g_atomic_int_exchange_and_add >(atomic=0x0, val=-1) at > /build/buildd/glib2.0-2.25.8/glib/gatomic-gcc.c:30 #1 > 0x004325a3 in g_at_ppp_unref (ppp=0x0) at >gatchat/gatppp.c:448 #2 0x00448e12 i

[PATCH 6/6][RfC] Implement the Send SMS proactive command.

2010-06-30 Thread Andrzej Zaborowski
--- src/ofono.h |7 - src/sms.c | 39 ++ src/stk.c | 75 +++ 3 files changed, 120 insertions(+), 1 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index e2271e6..94e2715 100644 --- a/src/ofono.

[PATCH 5/6] stk: Separate Dbus request cancelling from command cancelling.

2010-06-30 Thread Andrzej Zaborowski
--- src/stk.c | 38 -- 1 files changed, 24 insertions(+), 14 deletions(-) diff --git a/src/stk.c b/src/stk.c index 0ae74e6..5ce0d2a 100644 --- a/src/stk.c +++ b/src/stk.c @@ -74,6 +74,8 @@ struct ofono_stk { void *driver_data; struct ofono_ato

[PATCH 4/6] test-stkutil: Fix always true condition.

2010-06-30 Thread Andrzej Zaborowski
--- unit/test-stkutil.c | 274 ++- 1 files changed, 227 insertions(+), 47 deletions(-) diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 7fa485b..c489c8c 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -225,8 +225,8 @@ stat

[PATCH 3/6][RfC] stkutil: Move scaddr field to gsm_sms in stk_command_send_sms

2010-06-30 Thread Andrzej Zaborowski
--- src/stkutil.c | 58 +++ src/stkutil.h |1 - unit/test-stkutil.c | 205 --- 3 files changed, 156 insertions(+), 108 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 6f072e7..e92add3 100644 --- a/src/stk

[PATCH 2/6] stk: Handle the Get Input proactive command.

2010-06-30 Thread Andrzej Zaborowski
The SimApplication agent method signature is: string/Back/Terminate/Help GetText(string message, string default, string charset, byte min, byte max, bool help_available, bool password) charset is one of: "digit" - one of 0-9, *, #, +

[PATCH 1/6] stk: Handle the Get Inkey proactive command.

2010-06-30 Thread Andrzej Zaborowski
The SimApplication agent method signature is: string/Back/Terminate/Help GetKey(string message, string charset, bool help_available, bool single_key) charset is one of: "yesno" - response needs to be "yes" or "no" "digit" - one of 0-9, *, #,

Re: [PATCH] test-stkutil: Fix always true condition.

2010-06-30 Thread Andrzej Zaborowski
On 30 June 2010 14:31, Andrzej Zaborowski wrote: > --- >  unit/test-stkutil.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) Please disregard this patch, I'm going to send a new one. This one causes the tests to fail. Best regards ___

[PATCH] test-stkutil: Fix always true condition.

2010-06-30 Thread Andrzej Zaborowski
--- unit/test-stkutil.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 8b7e254..ba4d227 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -220,8 +220,8 @@ static void check_gsm_sms(const struct sms *command,

[PATCH] Voicecall gaps.

2010-06-30 Thread Pekka . Pessi
From: Pekka Pessi Missing voicecall functionality pieces from tp-ring point-of-view. --- TODO | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 470d4a6..e6ef20d 100644 --- a/TODO +++ b/TODO @@ -265,6 +265,33 @@ Supplementary Ser

RE: [PATCH 3/5] test-server: Add PPP server support

2010-06-30 Thread Zhang, Zhenhua
Hi Denis, Zhenhua Zhang wrote: > So that gsmdial and wvdial could talk to test-server and establish > PPP connection. --- > gatchat/test-server.c | 131 > ++--- > 1 files changed, 123 insertions(+), 8 deletions(-) > > diff --git a/gatchat/test-server.c