[RFCv2] Add message agent API

2010-09-08 Thread Aki Niemi
--- doc/message-api.txt | 72 +++ 1 files changed, 72 insertions(+), 0 deletions(-) diff --git a/doc/message-api.txt b/doc/message-api.txt index 693a111..10055a3 100644 --- a/doc/message-api.txt +++ b/doc/message-api.txt @@ -26,6 +26,43 @@

[PATCH 0/2] Add Suspended property to GPRS

2010-09-08 Thread Mika Liljeberg
Hi All, The following patches add the Suspended property to the GPRS atom and implement it in the isimodem driver. The property is opt-in for drivers that have the relevant information. The value is read-only and defaults to false. GPRS class B modems are not able to support simultaneous GPRS

[PATCH 1/2] Add Suspended property to GPRS atom

2010-09-08 Thread Mika Liljeberg
Signed-off-by: Mika Liljeberg mika.liljeb...@nokia.com --- doc/connman-api.txt | 19 +++ include/gprs.h |1 + src/gprs.c | 21 + 3 files changed, 41 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt

[PATCH 2/2] isimodem: Implement Suspended property

2010-09-08 Thread Mika Liljeberg
Signed-off-by: Mika Liljeberg mika.liljeb...@nokia.com --- drivers/isimodem/debug.c | 25 +++ drivers/isimodem/debug.h |2 + drivers/isimodem/gpds.h | 17 ++ drivers/isimodem/gprs.c | 74 +- 4 files changed, 117

[RFC PATCH 1/2] sms_util: status_report_expiration

2010-09-08 Thread Petteri Tikander
--- src/smsutil.c | 55 ++- src/smsutil.h |3 +-- unit/test-sms.c |7 +++ 3 files changed, 58 insertions(+), 7 deletions(-) diff --git a/src/smsutil.c b/src/smsutil.c index 0de420b..0e756c7 100644 --- a/src/smsutil.c +++

[RFC PATCH 2/2] sms_util: remove unused parameter

2010-09-08 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 0e756c7..26c7951 100644 --- a/src/smsutil.c +++ b/src/smsutil.c @@ -2771,7 +2771,6 @@ static gboolean sr_assembly_add_fragment_backup(const char *imsi, } static

[RFCv3] Add message agent API

2010-09-08 Thread Aki Niemi
--- doc/message-api.txt | 72 +++ 1 files changed, 72 insertions(+), 0 deletions(-) diff --git a/doc/message-api.txt b/doc/message-api.txt index 693a111..4b7c287 100644 --- a/doc/message-api.txt +++ b/doc/message-api.txt @@ -26,6 +26,43 @@

Re: [PATCH 0/2] Add Suspended property to GPRS

2010-09-08 Thread Marcel Holtmann
Hi Mika, The following patches add the Suspended property to the GPRS atom and implement it in the isimodem driver. The property is opt-in for drivers that have the relevant information. The value is read-only and defaults to false. GPRS class B modems are not able to support simultaneous

Re: [RFCv3] Add message agent API

2010-09-08 Thread Marcel Holtmann
Hi Aki, + void RegisterAgent(object path, string type) + + Registers an agent to handle received messages. + + The object path defines the path of the agent that + will be called when a message is ready to be +

RE: [PATCH 0/2] Add Suspended property to GPRS

2010-09-08 Thread Mika.Liljeberg
Hi Marcel, From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of ext Marcel Holtmann The isimodem driver will currently suppress changes in the property value for short-lived suspended states caused by SMS transmission or other signalling. It would also be

RE: [PATCH 0/2] Add Suspended property to GPRS

2010-09-08 Thread Marcel Holtmann
Hi Mika, The isimodem driver will currently suppress changes in the property value for short-lived suspended states caused by SMS transmission or other signalling. It would also be possible to do the suppression in the oFono core in a generic way. Alternatively, all the state

Re: [RFCv3] Add message agent API

2010-09-08 Thread Aki Niemi
Hi Marcel, 2010/9/8 Marcel Holtmann mar...@holtmann.org: +             void RegisterAgent(object path, string type) + +                     Registers an agent to handle received messages. + +                     The object path defines the path of the agent that +                     will

Re: Huawei K3715 and E172 test results

2010-09-08 Thread Kalle Valo
Hi Denis, Denis Kenzior denk...@gmail.com writes: I think having the log files for reference would be helpful. Right now it seems everyone is busy with other tasks, but hopefully someone can get Huawei support in better shape soon. Kalle was on the right track with his patches, so

[PATCH] TODO: update owner persist outgoing SMS messages task

2010-09-08 Thread Kristen Carlson Accardi
--- TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index c4853ad..0c39da4 100644 --- a/TODO +++ b/TODO @@ -78,6 +78,7 @@ SMS Priority: High Complexity: C1 + Owner: Kristen Carlson Accardi kris...@linux.intel.com - Better unique ID for

Re: [online-impl-v2 PATCH 01/10] atgen: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, plugins/atgen.c | 47 ++- 1 files changed, 46 insertions(+), 1 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org

Re: [online-impl-v2 PATCH 05/10] huawei: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, Huawei uses +CFUN=5 for offline --- plugins/huawei.c | 53 ++--- 1 files changed, 46 insertions(+), 7 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list

Re: [online-impl-v2 PATCH 04/10] hso: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, --- plugins/hso.c | 41 ++--- 1 files changed, 38 insertions(+), 3 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [online-impl-v2 PATCH 06/10] mbm: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, --- plugins/mbm.c | 51 +++ 1 files changed, 47 insertions(+), 4 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org

Re: [online-impl-v2 PATCH 07/10] novatel: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, --- plugins/novatel.c | 40 +--- 1 files changed, 37 insertions(+), 3 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org

Re: [online-impl-v2 PATCH 09/10] ste: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, --- plugins/ste.c | 51 --- 1 files changed, 48 insertions(+), 3 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org

Re: [online-impl-v2 PATCH 10/10] zte: implement Online property

2010-09-08 Thread Marcel Holtmann
Hi Pekka, --- plugins/zte.c | 49 ++--- 1 files changed, 46 insertions(+), 3 deletions(-) patch has been applied. Regards Marcel ___ ofono mailing list ofono@ofono.org

Re: [originated PATCH 0/2]

2010-09-08 Thread Denis Kenzior
Hi Pekka, On 09/06/2010 10:09 AM, pekka.pe...@nokia.com wrote: Hi all, 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

[PATCH] phonesim: Simulate a Send DTMF command in sim app.

2010-09-08 Thread Andrzej Zaborowski
--- src/qsimcommand.cpp|6 -- src/simapplication.cpp | 23 +++ src/simapplication.h |1 + 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/src/qsimcommand.cpp b/src/qsimcommand.cpp index 770925f..9a9a169 100644 --- a/src/qsimcommand.cpp +++

[PATCH] doc: Play Tone command proposed d-bus API.

2010-09-08 Thread Andrzej Zaborowski
This is a version with the tone identified by a string based on irc discussion, I leave the decision to you about which version to use. --- doc/stk-api.txt | 32 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/doc/stk-api.txt b/doc/stk-api.txt

[PATCH 1/2][RfC] voicecall: __ofono_voicecall_send_tone internal api.

2010-09-08 Thread Andrzej Zaborowski
This provides a way for other atoms to send DTMF tones during a call. --- src/ofono.h |6 +++ src/voicecall.c | 136 +++ 2 files changed, 142 insertions(+), 0 deletions(-) diff --git a/src/ofono.h b/src/ofono.h index d95f2f2..ce734c5

[PATCH 2/2] stk: Handle the Send DTMF proactive command.

2010-09-08 Thread Andrzej Zaborowski
--- src/stk.c | 136 - 1 files changed, 135 insertions(+), 1 deletions(-) diff --git a/src/stk.c b/src/stk.c index 3fda2af..b469467 100644 --- a/src/stk.c +++ b/src/stk.c @@ -434,8 +434,12 @@ static void default_agent_notify(gpointer

[PATCH] Fix sending User Cancel response to Set Up Call.

2010-09-08 Thread Andrzej Zaborowski
One of the clean-up commits changed the semantics of the dial request callback's parameter (NULL if call setup failed, non-NULL if success or user cancelled). --- src/stk.c |2 +- src/voicecall.c | 14 ++ 2 files changed, 15 insertions(+), 1 deletions(-) diff --git