[PATCH v2 1/1] Simulate send ss command in sim app

2010-09-10 Thread Yang Gu
--- src/simapplication.cpp | 672 src/simapplication.h | 16 ++ 2 files changed, 688 insertions(+), 0 deletions(-) diff --git a/src/simapplication.cpp b/src/simapplication.cpp index 6ca03d9..4af510b 100644 --- a/src/simapplication.cpp +++

RE: Ofono and BT interaction

2010-09-10 Thread Berthier, Emmanuel
Hi Marcel, this is an open source mailing list, so please use proper netiquette and do NOT top post. No ever exceptions. Oops, sorry for that. If you power on the HFP modem. If not, then oFono will do nothing. Yes, that's one solution. How to do that at BlueZ level? You can always start

RE: Ofono and BT interaction

2010-09-10 Thread Marcel Holtmann
Hi Emmanuel, this is an open source mailing list, so please use proper netiquette and do NOT top post. No ever exceptions. Oops, sorry for that. If you power on the HFP modem. If not, then oFono will do nothing. Yes, that's one solution. How to do that at BlueZ level? no idea

RE: [PATCH] Check if ussd is busy when doing ss

2010-09-10 Thread Gu, Yang
Hi Denis, -Original Message- From: Denis Kenzior [mailto:denk...@gmail.com] Sent: Thursday, September 09, 2010 10:07 PM To: ofono@ofono.org Cc: Gu, Yang Subject: Re: [PATCH] Check if ussd is busy when doing ss Hi Yang, On 09/05/2010 09:19 PM, Yang Gu wrote: It's still not clear how ss

Re: [originated PATCH 0/2]

2010-09-10 Thread Pekka Pessi
Hi Denis, This patch adds the Originated property to the VoiceCall interface. It is used to determine if the call is originated from the mobile or not. Just throwing ideas, but would 'string Direction' with possible values in or incoming and out or outgoing be a bit clearer? It sounds

[PATCH 1/4] TODO: Claim ownership of Suspended property for GPRS

2010-09-10 Thread Mika Liljeberg
--- TODO |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index 26f8b84..d41df04 100644 --- a/TODO +++ b/TODO @@ -233,7 +233,8 @@ GPRS Complexity: C2 - Add support for GPRS suspended event. Expose this to the UI by adding a new - 'Suspended' property

[PATCH 3/4] isimodem: implement Suspended property

2010-09-10 Thread Mika Liljeberg
--- drivers/isimodem/debug.c | 25 drivers/isimodem/debug.h |2 + drivers/isimodem/gpds.h | 17 ++ drivers/isimodem/gprs.c | 56 +- 4 files changed, 99 insertions(+), 1 deletions(-) diff --git

[RFC PATCH v2 2/4] unit: Add unit test for status report expiration

2010-09-10 Thread Petteri Tikander
--- unit/test-sms.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/unit/test-sms.c b/unit/test-sms.c index d56cdce..0ff9cd5 100644 --- a/unit/test-sms.c +++ b/unit/test-sms.c @@ -1301,6 +1301,13 @@ static void test_sr_assembly()

[RFC PATCH v2 3/4] sms_util: remove unused parameter

2010-09-10 Thread Petteri Tikander
--- src/smsutil.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index ae8f1ef..a124f54 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -2771,7 +2771,6 @@ static gboolean sr_assembly_add_fragment_backup(const char *imsi, } static

[RFC PATCH v2 4/4] sms_util: fix status report backuping to support uint msg_id

2010-09-10 Thread Petteri Tikander
--- src/smsutil.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index a124f54..26c7951 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -46,7 +46,7 @@ #define SMS_BACKUP_PATH_FILE SMS_BACKUP_PATH_DIR /%03i #define SMS_SR_BACKUP_PATH

[RFC PATCH v2 1/4] sms_util: status_report_expiration

2010-09-10 Thread Petteri Tikander
--- src/smsutil.c | 51 --- src/smsutil.h |3 +-- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index 0de420b..ae8f1ef 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -2961,10 +2961,55 @@ void

RE: Ofono and BT interaction

2010-09-10 Thread Berthier, Emmanuel
Hi Marcel, If you power on the HFP modem. If not, then oFono will do nothing. Yes, that's one solution. How to do that at BlueZ level? no idea actually. You can always start ofonod with -P hfp and then the HFP support should be ignored. At least that works for testing. Very

Re: Ofono and BT interaction

2010-09-10 Thread Denis Kenzior
Hi Emmanuel, On 09/10/2010 09:35 AM, Berthier, Emmanuel wrote: Hi Marcel, If you power on the HFP modem. If not, then oFono will do nothing. Yes, that's one solution. How to do that at BlueZ level? no idea actually. You can always start ofonod with -P hfp and then the HFP support should

Re: [RFC PATCH v2 1/4] sms_util: status_report_expiration

2010-09-10 Thread Denis Kenzior
Hi Petteri, On 09/10/2010 09:28 AM, Petteri Tikander wrote: --- src/smsutil.c | 51 --- src/smsutil.h |3 +-- 2 files changed, 49 insertions(+), 5 deletions(-) All four patches have been applied. Thanks :) The only thing pending on

Re: [PATCH 0/4] Add Suspended property to GPRS (take 3)

2010-09-10 Thread Denis Kenzior
Hi Mika, On 09/10/2010 08:50 AM, Mika Liljeberg wrote: Comments from Denis applied. Br, MikaL [PATCH 1/4] TODO: Claim ownership of Suspended property for GPRS [PATCH 2/4] gprs: add Suspended property [PATCH 3/4] isimodem: implement Suspended property [PATCH 4/4] test: add

Re: [PATCH 03/13] phonesim changes for setting TE character set

2010-09-10 Thread Denis Kenzior
Hi Jeevaka, On 09/09/2010 02:01 PM, Jeevaka Badrappan wrote: --- plugins/phonesim.c | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) We use pretty strict git settings, your patch does not apply due to whitespace corruption: Applying:

Re: [PATCH 01/13] atutil changes for parsing cscs query and cscs support

2010-09-10 Thread Denis Kenzior
Hi Jeevaka, On 09/09/2010 01:56 PM, Jeevaka Badrappan wrote: --- drivers/atmodem/atutil.c | 83 ++ drivers/atmodem/atutil.h | 25 ++ 2 files changed, 108 insertions(+), 0 deletions(-) This patch has been applied, thanks.

Re: [RFC PATCH v2 1/4] sms_util: status_report_expiration

2010-09-10 Thread Petteri Tikander
Hi Denis, Hi Petteri, On 09/10/2010 09:28 AM, Petteri Tikander wrote: --- src/smsutil.c | 51 --- src/smsutil.h |3 +-- 2 files changed, 49 insertions(+), 5 deletions(-) All four patches have been applied. Thanks :) Thanks

[PATCH 4/7] Add build_dataobj_ussd_text for ussd specific text string handling

2010-09-10 Thread Jeevaka Badrappan
--- src/stkutil.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 056f2e7..3cfe06a 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -4170,6 +4170,23 @@ static gboolean build_dataobj_text(struct stk_tlv_builder

Re: [PATCH 4/7] Add build_dataobj_ussd_text for ussd specific text string handling

2010-09-10 Thread Denis Kenzior
Hi Jeevaka, On 09/10/2010 03:19 PM, Jeevaka Badrappan wrote: --- src/stkutil.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list

[PATCH 2/7] phonesim changes for setting TE character set

2010-09-10 Thread Jeevaka Badrappan
--- plugins/phonesim.c | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index d3caa20..24b68bf 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -64,6 +64,7 @@ #include

Re: [PATCH v2 1/1] Simulate send ss command in sim app

2010-09-10 Thread Denis Kenzior
Hi Yang, On 09/10/2010 01:09 AM, Yang Gu wrote: --- src/simapplication.cpp | 672 src/simapplication.h | 16 ++ 2 files changed, 688 insertions(+), 0 deletions(-) This patch has been applied, thanks. Regards, -Denis

Re: RFC: Supporting STK without PDUs

2010-09-10 Thread Denis Kenzior
Hi Waldo, I propose to add a set of additional (optional) STK functions that a modem plugin can chose to use/implement instead: void (*envelope_parsed)(struct ofono_stk *stk, struct stk_envelope *e, ofono_stk_envelope_cb_t cb, void *data); /* if

Re: RFC: Supporting STK without PDUs

2010-09-10 Thread Marcel Holtmann
Hi Waldo, It looks like the preferred way to handle STK with IFX modems is to use a dedicated mode where the modem handles most of STK commands and only a few remaining commands are passed on to the apps processor for further handling. as far as I know, the IFX firmware also supports what

RE: RFC: Supporting STK without PDUs

2010-09-10 Thread Bastian, Waldo
We have already had a discussion on this one when designing the current stk modem API. The bottom line is that oFono tries to keep its core - modem interfaces minimal and exposing the entirety of stkutil.h as official API is definitely too much. So right now you will need to re-encode into

RE: RFC: Supporting STK without PDUs

2010-09-10 Thread Marcel Holtmann
Hi Waldo, We have already had a discussion on this one when designing the current stk modem API. The bottom line is that oFono tries to keep its core - modem interfaces minimal and exposing the entirety of stkutil.h as official API is definitely too much. So right now you will need

Patch for merging voicecallhistory plugin implementation

2010-09-10 Thread Rajyalakshmi Bommaraju
Call History Plugin Introduction: Callhistory is a plugin loaded by ofono for persisting voice call history information in a disk file. Plugin exports dbus methods and signals as org.ofono.callhistory interface. Whenever there is a voice

[PATCH] plugins: Adding implementation for voice call history plugin

2010-09-10 Thread Rajyalakshmi Bommaraju
--- Makefile.am |3 + plugins/callhistory.c | 582 + 2 files changed, 585 insertions(+), 0 deletions(-) create mode 100644 plugins/callhistory.c diff --git a/Makefile.am b/Makefile.am index 802e94b..4471aef 100644 --- a/Makefile.am