[RFC PATCH 2/2] unit: national to international conversion

2010-09-15 Thread Petteri Tikander
--- unit/test-sms.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/unit/test-sms.c b/unit/test-sms.c index 0ff9cd5..96b9b50 100644 --- a/unit/test-sms.c +++ b/unit/test-sms.c @@ -1316,6 +1316,23 @@ static void test_sr_assembly() g_assert(id ==

[RFC PATCH 1/2] smsutil: national to international conversion in status report

2010-09-15 Thread Petteri Tikander
--- src/smsutil.c | 70 1 files changed, 55 insertions(+), 15 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index 26c7951..2d47289 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -2826,14 +2826,18 @@ gboolean

RE: [PATCH 0/1] stk: Handle send ss proactive command

2010-09-15 Thread Jeevaka.Badrappan
Hi Yang, Below is the description: This patch is to handle send ss proactive command from SIM. Currently when sending a supplementary service control string via D-Bus, a series of functions would be called. For example, if we want to send a call barring activatioin string via D-Bus, these

[n900 PATCH 3/5] isimodem: remove the modem driver parts

2010-09-15 Thread Pekka . Pessi
From: Pekka Pessi ppe...@hamsa.research.nokia.com The isimodem driver is now part of isigen (just like atmodem and atgen). --- drivers/isimodem/isimodem.c | 401 --- 1 files changed, 0 insertions(+), 401 deletions(-) diff --git

[n900 PATCH 1/5] Include isimodem sources always in dist

2010-09-15 Thread Pekka . Pessi
From: Pekka Pessi ppe...@hamsa.research.nokia.com --- Makefile.am | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 802e94b..79ef4e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,9 +94,7 @@ if DATAFILES conf_DATA +=

[n900 PATCH 5/5] n900maemo: modem driver plugin for N900 with Maemo

2010-09-15 Thread Pekka . Pessi
From: Pekka Pessi ppe...@hamsa.research.nokia.com This modem plugin is used on N900 running Maemo userspace already controlling the phonet link and the N900 modem (csd and sscd). The plugin uses the isigen driver for the N900 internal modem. The n900maemo is compiled (while the normal n900

[n900 PATCH 2/5] isigen: generic modem driver plugin for isimodems

2010-09-15 Thread Pekka . Pessi
From: Pekka Pessi ppe...@hamsa.research.nokia.com The new isigen modem driver replaces the uspnmodem plugin and the generic isimodem driver. --- Makefile.am |8 +- plugins/isigen.c | 518 ++ plugins/usbpnmodem.c | 104 --

RE: [PATCH 0/1] stk: Handle send ss proactive command

2010-09-15 Thread Gu, Yang
Hi jeevaka, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of jeevaka.badrap...@elektrobit.com Sent: Wednesday, September 15, 2010 8:12 PM To: ofono@ofono.org Subject: RE: [PATCH 0/1] stk: Handle send ss proactive command Hi Yang, Below

Re: [PATCH 1/4] Internal and Driver API changes for Send USSD

2010-09-15 Thread Denis Kenzior
Hi Jeevaka, On 09/14/2010 04:23 PM, Jeevaka Badrappan wrote: --- drivers/atmodem/ussd.c | 115 --- drivers/isimodem/ussd.c | 42 +++-- include/ussd.h |8 ++- src/ussd.c | 39 +--- 4 files

Re: [PATCH 2/4] Add __ofono_ussd_initiate internal api for Sending USSD

2010-09-15 Thread Denis Kenzior
Hi Jeevaka, On 09/14/2010 04:31 PM, Jeevaka Badrappan wrote: --- src/ofono.h |8 + src/ussd.c | 101 --- 2 files changed, 104 insertions(+), 5 deletions(-) This patch has been applied, but simplified a bit afterward.

Re: [PATCH 3/4] stk: Handling of Send USSD proactive command

2010-09-15 Thread Denis Kenzior
Hi Jeevaka, On 09/14/2010 04:49 PM, Jeevaka Badrappan wrote: --- src/stk.c | 173 - 1 files changed, 172 insertions(+), 1 deletions(-) This patch has been applied, but refactored afterward. +

Re: [n900 PATCH 2/5] isigen: generic modem driver plugin for isimodems

2010-09-15 Thread Rémi Denis-Courmont
Hello Please. Don't put netlink *settings* in oFono. This kills the whole idea of having a common socket stack that can be shared by several processes. If you want to run against the Maemo kernel, then you have phonet-utils and sscd taking care of that anyway. As for the Meego kernel, it

Re: [PATCH] phonesim: simulate language notification in sim app

2010-09-15 Thread Denis Kenzior
Hi Jeevaka, On 09/14/2010 05:27 PM, Jeevaka Badrappan wrote: --- src/qsimcommand.cpp| 11 src/simapplication.cpp | 68 src/simapplication.h |2 + 3 files changed, 81 insertions(+), 0 deletions(-) diff --git

[PATCH] set phonesim character set to GSM

2010-09-15 Thread Jeevaka Badrappan
--- plugins/phonesim.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index d3caa20..7aa59ff 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -253,6 +253,8 @@ static int phonesim_enable(struct ofono_modem *modem)

Re: [n900 PATCH 2/5] isigen: generic modem driver plugin for isimodems

2010-09-15 Thread Pekka Pessi
Hi Rémi, 2010/9/15 Rémi Denis-Courmont r...@remlab.net: Please. Don't put netlink *settings* in oFono. This kills the whole idea of having a common socket stack that can be shared by several processes. If you want to run against the Maemo kernel, then you have phonet-utils and sscd taking

Re: [n900 PATCH 2/5] isigen: generic modem driver plugin for isimodems

2010-09-15 Thread Rémi Denis-Courmont
On Thu, 16 Sep 2010 00:27:00 +0300, Pekka Pessi ppe...@gmail.com wrote: 2010/9/15 Rémi Denis-Courmont r...@remlab.net: Please. Don't put netlink *settings* in oFono. This kills the whole idea of having a common socket stack that can be shared by several processes. If you want to run against