Re: SAT support in oFono

2011-01-24 Thread Aki Niemi
Hi Lasse, 2011/1/24 Lasse Kunnasluoto lasse.kunnaslu...@tieto.com: Let us set aside the the merits of the use cases for these features for the moment ;)  Implementing Call control by USIM is fairly straightforward to do in the core.  However, no modem manufacturer currently allows us to have

Re: [PATCH 1/6] gprs-provision: add driver API header

2011-01-24 Thread Aki Niemi
Hi Jukka, 2011/1/24 Jukka Saunamaki jukka.saunam...@nokia.com: Then how about something like this: Lets make provisioning API synchronous (so that plugins do not need to care about SIM or other safety). In stead, if in gprs atom ofono_gprs_register() we notice the need for provisioning,  

Re: [PATCH 1/6] gprs-provision: add driver API header

2011-01-24 Thread Aki Niemi
Hi Denis, 2011/1/21 Denis Kenzior denk...@gmail.com: How exactly are you guaranteeing that 'nothing bad should happen'? There is no cancellation mechanism that I see.  Not to mention that the current ofono_sim_read API is not even safe either.  For exactly the same reasons. This is a problem

Re: SAT support in oFono

2011-01-24 Thread Marcel Holtmann
Hi Lasse, I am checking what is the level of SAT/STK support in ofono and have a couple of questions. The current implementation contains support for basic STK commands, like menus, inputs, calls, sms and so on. In TODO, there is only REFRESH command on the list. Is there

Re: SAT support in oFono

2011-01-24 Thread Marcel Holtmann
Hi Aki, Let us set aside the the merits of the use cases for these features for the moment ;) Implementing Call control by USIM is fairly straightforward to do in the core. However, no modem manufacturer currently allows us to have full control over this feature. It is implemented in

Re: ppp problem

2011-01-24 Thread Marcel Holtmann
Hi, I have got a problem about 3G connectrion from ofono, does anyone have idea to resolve it? The modem is huawei EM560. Here is the log: ofonod[940]: src/modem.c:set_modem_property() modem 0x8d49058 property Path ofonod[940]: src/modem.c:set_modem_property() modem 0x8d49058

[PATCH 1/2] Expose voice call direction synchronously (fix MeeGo #12717)

2011-01-24 Thread Rémi Denis-Courmont
Currently, the call direction can only be inferred from the signals. This adds a property to keep it visible also from GetCalls(). --- src/voicecall.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index 7e2b3f0..d454d9d 100644 ---

[PATCH 2/2] Document voicecall direction

2011-01-24 Thread Rémi Denis-Courmont
--- doc/voicecall-api.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index 047b8cb..2feb215 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -102,6 +102,11 @@ Properties string LineIdentification

Re: SAT support in oFono

2011-01-24 Thread Jukka Saunamaki
Hello - BIP (Bearer independent protocol), including commands like OPEN CHANNEL, CLOSE CHANNEL, SEND/RECEIVE DATA BIP is on many operators' wish list of supported SAT features. Even it is optional in 3GPP, some market areas will probably require BIP. I don't have an example to give

[PATCH 1/3] Use pkglibdir where applicable

2011-01-24 Thread Rémi Denis-Courmont
--- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9933e32..f941a19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,7 +366,7 @@ BUILT_SOURCES = $(local_headers) CLEANFILES = src/builtin.h $(BUILT_SOURCES) $(rules_DATA)

[PATCH 2/3] Use dist_ prefix as applicable

2011-01-24 Thread Rémi Denis-Courmont
--- Makefile.am | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index f941a19..1f09c11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,17 +25,17 @@ local_headers = $(foreach file,$(pkginclude_HEADERS) \ if DATAFILES dbusconfdir =

[PATCH 3/3] Support for pkg-config

2011-01-24 Thread Rémi Denis-Courmont
--- .gitignore |1 + Makefile.am | 10 -- ofono.pc.in | 10 ++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 ofono.pc.in diff --git a/.gitignore b/.gitignore index 7cfb1d9..59308be 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@

SMS agent interface

2011-01-24 Thread oleg.zhurakivskyy
Hello, If you aren't too busy, could you please check and comment on SMS agent interface? (the patches were sent on December 29th, maybe they were just missed somehow). Thanks! Regards, Oleg ___ ofono mailing list ofono@ofono.org

Re: [PATCH 1/3] Use pkglibdir where applicable

2011-01-24 Thread Marcel Holtmann
Hi Remi, Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) patch has been applied. Thanks. Regards Marcel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: SAT support in oFono

2011-01-24 Thread Lasse Kunnasluoto
Hi Marcel, On Mon, 2011-01-24 at 12:49 +0200, Marcel Holtmann wrote: Hi Lasse, I am checking what is the level of SAT/STK support in ofono and have a couple of questions. The current implementation contains support for basic STK commands, like menus, inputs, calls, sms and so on.

Re: Problem configuring Longsung U6300

2011-01-24 Thread Вячеслав Крот
21.01.2011 18:26, Вячеслав Крот пишет: Hello, all. I have a little question - which driver should I use for modem Longsung U6300 based on Qualcomm MSM6290? I know that Huawei uses qualcomm chips, so I tried to add udev rule like for huawei modem, but it did not work. list-modes shows modem

Re: SAT support in oFono

2011-01-24 Thread Marcel Holtmann
Hi Lasse, I am checking what is the level of SAT/STK support in ofono and have a couple of questions. The current implementation contains support for basic STK commands, like menus, inputs, calls, sms and so on. In TODO, there is only REFRESH command on the list.

Re: Problem configuring Longsung U6300

2011-01-24 Thread Marcel Holtmann
Hi, I have a little question - which driver should I use for modem Longsung U6300 based on Qualcomm MSM6290? I know that Huawei uses qualcomm chips, so I tried to add udev rule like for huawei modem, but it did not work. list-modes shows modem (online=0, powered=0, lockdown=0), but

[PATCH v5] ifx: Adding modem selftest for Infineon modem

2011-01-24 Thread Robertino Benis
Infineon modem selftest, during ifx_enable(). Two steps trigger, with timeout. In case one fails, modem will not power up. --- plugins/ifx.c | 128 1 files changed, 109 insertions(+), 19 deletions(-) diff --git a/plugins/ifx.c

Re: [PATCH v5] ifx: Adding modem selftest for Infineon modem

2011-01-24 Thread Marcel Holtmann
Hi Robertino, Infineon modem selftest, during ifx_enable(). Two steps trigger, with timeout. In case one fails, modem will not power up. snip + flags = g_io_channel_get_flags(data-device) | G_IO_FLAG_NONBLOCK; + g_io_channel_set_flags(data-device, flags, NULL); + +

Re: [PATCH 1/7] src: Introduced enum called_number_type

2011-01-24 Thread Denis Kenzior
Hi George, +/* 24.008 Section 10.5.4.7 Called party BCD number */ +enum called_number_type { + CALLED_NUMBER_TYPE_UNKNOWN = 0, + CALLED_NUMBER_TYPE_INTERNATIONAL = 1, + CALLED_NUMBER_TYPE_NATIONAL = 2, + CALLED_NUMBER_TYPE_NETWORK_SPECIFIC = 3, +

Re: [PATCH] stk: change timeout from 10 to 3mintues

2011-01-24 Thread Denis Kenzior
Hi Jeevaka, On 01/21/2011 12:04 PM, Jeevaka Badrappan wrote: --- src/stk.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] sim: check if lock is locked after code input attempt

2011-01-24 Thread Denis Kenzior
Hi Jussi, On 01/17/2011 05:34 AM, Jussi Kangas wrote: Hi again, This is third attempt to fix the problem where PUK required information is not shown correctly after user tries to change pin code too many times with wrong passwords. Basically solution is pretty much as in original made by

Re: [PATCH 2/3] Use dist_ prefix as applicable

2011-01-24 Thread Marcel Holtmann
Hi Remi, Makefile.am | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index f941a19..1f09c11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,17 +25,17 @@ local_headers = $(foreach file,$(pkginclude_HEADERS) \ if DATAFILES

Re: [PATCH 3/3] Support for pkg-config

2011-01-24 Thread Marcel Holtmann
Hi Remi, .gitignore |1 + Makefile.am | 10 -- ofono.pc.in | 10 ++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 ofono.pc.in diff --git a/.gitignore b/.gitignore index 7cfb1d9..59308be 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6