[PATCH] atmodem: Add MBM/STE quirk for SIM record update

2011-02-23 Thread Miia Leinonen
Fixed the data string to be set inside quotes for STE/MBM. --- Hi, This fix has been tested with STE modem only due the lack of MBM HW. Would it be possible that someone checks this with MBM modem? The problem is likely to appear also there - therefore OFONO_VENDOR_MBM used. Could fix this

RE: [PATCH] Enable hs 2330 MBM modem

2011-02-23 Thread Li, Zhigang
Hi Marcel, Base on your request, I get the lsusb -v result, according the interface result, the Data Modem is ok, besides, my test result also ok. In fact, I tried Module Data Modem, Broadband Module Data Modem all are don't work. looks wrong to me. Please get the lsusb -v out for this modem

route audio to ofono

2011-02-23 Thread cy xie
Hi, I want to route my audio to the receiving phone via ofono. Can anybody give me some info? thanks. BR Chengyong Xie ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-23 Thread Tomasz Gregorek
Hi Denis 2011/2/22 Denis Kenzior denk...@gmail.com Hi, On 02/22/2011 10:08 AM, Soum, RedouaneX wrote: Hi guys, I agree with you , both bearers are almost similar.Minor difference i see are context managment (especially default context creation) and some eps related spill over on

[PATCH v2 00/18] wgmodem2.5 support

2011-02-23 Thread Andreas Westin
Hi, Second go on the patches for wgmodem2.5, please review. Note that we are still working on the changes for pipe/pep and CBS, having some problems with testing them so those patches are not updated in this set just included to ensure no conflicts. Cheers Andreas Jessica Nilsson (18): gisi:

[PATCH v2 01/18] gisi: pipe and pep for wgmodem2.5

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- gisi/message.c |8 ++ gisi/message.h |1 + gisi/modem.c | 20 gisi/modem.h |1 + gisi/pep.c | 330 gisi/pep.h |6 + gisi/pipe.c| 180

[PATCH v2 03/18] plugins: add plugin for u8500

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- Makefile.am |3 + plugins/u8500.c | 708 +++ 2 files changed, 711 insertions(+), 0 deletions(-) create mode 100644 plugins/u8500.c diff --git a/Makefile.am b/Makefile.am

[PATCH v2 02/18] isimodem: added codepoints for u8500

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/debug.c |1 + drivers/isimodem/info.h |3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c index c14acc2..10d0201 100644 ---

[PATCH v2 05/18] gisi: add getter and setter for sim

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- gisi/modem.c | 22 ++ gisi/modem.h |3 +++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/gisi/modem.c b/gisi/modem.c index 7657bd1..2f5e2ae 100644 --- a/gisi/modem.c +++ b/gisi/modem.c @@ -70,6

[PATCH v2 04/18] plugins: add u8500 to udev

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- plugins/ofono.rules |3 +++ plugins/udev.c |2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 121825e..2e315a3 100644 --- a/plugins/ofono.rules +++

[PATCH v2 06/18] src: add missing SIM enum to simutil.h

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- src/simutil.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/simutil.h b/src/simutil.h index a5a683b..16b210b 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -34,6 +34,7 @@ enum sim_fileid {

[PATCH v2 07/18] isimodem: code points uicc sim wgmodem2.5

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- Makefile.am |4 +- drivers/isimodem/debug.c | 84 +++ drivers/isimodem/debug.h |1 + drivers/isimodem/uicc.h | 265 ++ 4 files changed, 353 insertions(+), 1

[PATCH v2 09/18] isimodem: clip colp clir colr wgmodem2.5

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/call-settings.c | 711 +- drivers/isimodem/call.h |9 + drivers/isimodem/debug.c |4 + drivers/isimodem/ss.h| 22 ++ 4 files changed, 728

[PATCH v2 11/18] isimodem: wgmodem2.5 support in USSD

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/ussd.c | 36 ++-- 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/drivers/isimodem/ussd.c b/drivers/isimodem/ussd.c index d649484..ce402f1 100644 ---

[PATCH v2 10/18] isimodem: wgmodem2.5 added to voicecall

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/call.h | 82 - drivers/isimodem/voicecall.c | 218 +- 2 files changed, 253 insertions(+), 47 deletions(-) diff --git a/drivers/isimodem/call.h

[PATCH v2 12/18] isimodem: SS_GSM_BARRING_INFO added

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com SS_GSM_BSC_INFO added. --- drivers/isimodem/call-barring.c | 99 ++ 1 files changed, 88 insertions(+), 11 deletions(-) diff --git a/drivers/isimodem/call-barring.c b/drivers/isimodem/call-barring.c

[PATCH v2 14/18] isimodem: wgmodem2.5 added to ssn

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/call-forwarding.c |1 - drivers/isimodem/ssn.c | 406 +++- 2 files changed, 401 insertions(+), 6 deletions(-) diff --git a/drivers/isimodem/call-forwarding.c

[PATCH v2 13/18] isimodem: wgmodem2.5 added to call-forwarding

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/call-forwarding.c | 29 + 1 files changed, 25 insertions(+), 4 deletions(-) diff --git a/drivers/isimodem/call-forwarding.c b/drivers/isimodem/call-forwarding.c index 89a03dc..687f975

[PATCH v2 16/18] isimodem: sms updated with wgmodem2.5

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/sms.c | 958 +--- 1 files changed, 822 insertions(+), 136 deletions(-) diff --git a/drivers/isimodem/sms.c b/drivers/isimodem/sms.c index 957b342..f721684 100644 ---

[PATCH v2 15/18] isimodem: code points for sms wgmodem2.5

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/debug.c | 56 ++ drivers/isimodem/debug.h |1 + drivers/isimodem/sms.h | 34 3 files changed, 91 insertions(+), 0 deletions(-) diff

[PATCH v2 17/18] isimodem: CBS for wgmodem2.5

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/cbs.c | 414 +- drivers/isimodem/debug.c |4 + drivers/isimodem/sms.h |7 +- 3 files changed, 383 insertions(+), 42 deletions(-) diff --git

[PATCH v2 18/18] isimodem: initial support for UICC phonebook

2011-02-23 Thread Andreas Westin
From: Jessica Nilsson jessica.j.nils...@stericsson.com --- drivers/isimodem/phonebook.c | 1273 +- 1 files changed, 1243 insertions(+), 30 deletions(-) diff --git a/drivers/isimodem/phonebook.c b/drivers/isimodem/phonebook.c index 1f92d37..6b136b0 100644

Re: [PATCH v2 02/18] isimodem: added codepoints for u8500

2011-02-23 Thread Aki Niemi
Hi Andreas, 2011/2/23 Andreas Westin andreas.wes...@stericsson.com: From: Jessica Nilsson jessica.j.nils...@stericsson.com ---  drivers/isimodem/debug.c |    1 +  drivers/isimodem/info.h  |    3 +++  2 files changed, 4 insertions(+), 0 deletions(-) Patch has been pushed. Thanks. Cheers,

[PATCH 0/2] Disable command echo for hfp emulators

2011-02-23 Thread Frédéric Dalleau
This is the default asked by HSP and HFP specifications, which is the opposite of what v250 is asking. Frédéric Dalleau (2): gatchat: Add function to enable/disable echo emulator: Disable echo for hfp emulators gatchat/gatserver.c | 10 ++ gatchat/gatserver.h |1 +

[PATCH 1/2] gatchat: Add function to enable/disable echo

2011-02-23 Thread Frédéric Dalleau
--- gatchat/gatserver.c | 10 ++ gatchat/gatserver.h |1 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/gatchat/gatserver.c b/gatchat/gatserver.c index b092a68..d9b1592 100644 --- a/gatchat/gatserver.c +++ b/gatchat/gatserver.c @@ -1235,6 +1235,16 @@ gboolean

[PATCH 2/2] emulator: Disable echo for hfp emulators

2011-02-23 Thread Frédéric Dalleau
--- src/emulator.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index dcfd296..7007882 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -203,6 +203,8 @@ void ofono_emulator_register(struct ofono_emulator *em, int fd) if

Re: [PATCH v2 03/18] plugins: add plugin for u8500

2011-02-23 Thread Aki Niemi
Hi Andreas, 2011/2/23 Andreas Westin andreas.wes...@stericsson.com: From: Jessica Nilsson jessica.j.nils...@stericsson.com ---  Makefile.am     |    3 +  plugins/u8500.c |  708 +++  2 files changed, 711 insertions(+), 0 deletions(-)  

[PATCH 0/4] Fix PPP server crash in using gsmdial

2011-02-23 Thread Guillaume Zajac
Hi, This set of patch will avoid a crash whenever you try to launch gsmdial and test-server without being root. Kind regards, Guillaume Guillaume Zajac (4): PPP:Add new function declarations for using resume callback PPP:Add new function definitions for using resume callback

[PATCH 2/4] PPP:Add new function definitions for using resume callback

2011-02-23 Thread Guillaume Zajac
--- gatchat/gathdlc.c | 40 gatchat/gatppp.c | 14 +- 2 files changed, 53 insertions(+), 1 deletions(-) diff --git a/gatchat/gathdlc.c b/gatchat/gathdlc.c index dd11043..62d08f4 100644 --- a/gatchat/gathdlc.c +++ b/gatchat/gathdlc.c @@

[PATCH 1/4] PPP:Add new function declarations for using resume callback

2011-02-23 Thread Guillaume Zajac
--- gatchat/gat.h |1 + gatchat/gathdlc.h |7 +++ gatchat/gatppp.h |2 ++ 3 files changed, 10 insertions(+), 0 deletions(-) diff --git a/gatchat/gat.h b/gatchat/gat.h index ddf8695..77ea402 100644 --- a/gatchat/gat.h +++ b/gatchat/gat.h @@ -29,6 +29,7 @@ extern C { #endif

[PATCH 3/4] test-server:Remove root user test and add resume CB registration

2011-02-23 Thread Guillaume Zajac
--- gatchat/test-server.c | 21 - 1 files changed, 16 insertions(+), 5 deletions(-) diff --git a/gatchat/test-server.c b/gatchat/test-server.c index 28bad1d..f9bd9fa 100644 --- a/gatchat/test-server.c +++ b/gatchat/test-server.c @@ -128,6 +128,16 @@ static void

[PATCH 4/4] gsmdial:Remove root user test

2011-02-23 Thread Guillaume Zajac
--- gatchat/gsmdial.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c index c2bcf73..8c0b91f 100644 --- a/gatchat/gsmdial.c +++ b/gatchat/gsmdial.c @@ -250,11 +250,6 @@ static void ppp_connect(const char *iface, const

Re: [PATCH 0/2] Disable command echo for hfp emulators

2011-02-23 Thread Denis Kenzior
Hi Frédéric, On 02/23/2011 07:19 AM, Frédéric Dalleau wrote: This is the default asked by HSP and HFP specifications, which is the opposite of what v250 is asking. Frédéric Dalleau (2): gatchat: Add function to enable/disable echo emulator: Disable echo for hfp emulators

[PATCH 1/3] emulator: add indicator support API

2011-02-23 Thread Frédéric Danis
--- include/emulator.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/include/emulator.h b/include/emulator.h index 12477f0..71b7c24 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -28,6 +28,14 @@ extern C { #include ofono/types.h +#define

[PATCH v3 0/3] bluetooth: add CIND and CIEV support in HFP AG

2011-02-23 Thread Frédéric Danis
Add indicator support in emulator atom Add CIND and CIEV support for HFP AG Frédéric Danis (3): emulator: add indicator support API emulator: add support of indicators emulator: add CIND support include/emulator.h | 11 src/emulator.c | 145

[PATCH 2/3] emulator: add support of indicators

2011-02-23 Thread Frédéric Danis
--- src/emulator.c | 72 src/network.c | 77 +++- 2 files changed, 148 insertions(+), 1 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index b4a4c57..77113e6 100644 ---

[PATCH 3/3] emulator: add CIND support

2011-02-23 Thread Frédéric Danis
--- src/emulator.c | 73 1 files changed, 73 insertions(+), 0 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 77113e6..3c2154b 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -172,6 +172,77 @@ error:

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-23 Thread Denis Kenzior
Hi Tomasz, Common gprs atom would be able to handle all situation: 3G only, 3G / LTE, LTE only, marking technology in Bearer property. Though it might be difficult to handle double registration of 3G and LTE at the same time for mix modems, if this is allowed. 3G only stuff in gprs seems

Re: [PATCH 1/3] emulator: add indicator support API

2011-02-23 Thread Denis Kenzior
Hi Frédéric, On 02/23/2011 09:48 AM, Frédéric Danis wrote: --- include/emulator.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

RE: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-23 Thread Soum, RedouaneX
Hi Denis, In my opinion, combined gprs atom would be easier to do and probably enough, separate atoms would be more looking into the future like but I am not sure if this division is necessary. Looking at the current ConnectionManager API, none of the properties (Powered, Attached,

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-23 Thread Denis Kenzior
Hi Redouane, On 02/23/2011 10:36 AM, Soum, RedouaneX wrote: Hi Denis, In my opinion, combined gprs atom would be easier to do and probably enough, separate atoms would be more looking into the future like but I am not sure if this division is necessary. Looking at the current

[PATCH v4 0/2] bluetooth: add CIND and CIEV support in HFP AG

2011-02-23 Thread Frédéric Danis
Add CIND and CIEV support for HFP AG Frédéric Danis (2): emulator: add support of indicators emulator: add CIND support src/emulator.c | 155 src/network.c | 77 +++- 2 files changed, 231 insertions(+), 1

[PATCH 1/2] emulator: add support of indicators

2011-02-23 Thread Frédéric Danis
--- src/emulator.c | 74 + src/network.c | 77 +++- 2 files changed, 150 insertions(+), 1 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index f0ae84b..53844a7 100644 ---

[PATCH 2/2] emulator: add CIND support

2011-02-23 Thread Frédéric Danis
--- src/emulator.c | 81 1 files changed, 81 insertions(+), 0 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 53844a7..e6f503d 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -172,6 +172,85 @@ error:

Re: [PATCH v4 0/2] bluetooth: add CIND and CIEV support in HFP AG

2011-02-23 Thread Denis Kenzior
Hi Frédéric, On 02/23/2011 11:02 AM, Frédéric Danis wrote: Add CIND and CIEV support for HFP AG Frédéric Danis (2): emulator: add support of indicators emulator: add CIND support src/emulator.c | 155 src/network.c | 77

RE: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-23 Thread Joly, Frederic
Hi Denis, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Denis Kenzior Sent: Wednesday, February 23, 2011 5:50 PM To: ofono@ofono.org Cc: tomasz.grego...@gmail.com Subject: Re: [PATCH] atmodem: CEREG support for LTE network status

[PATCH] tools: add client to receive location reporting

2011-02-23 Thread Lucas De Marchi
As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. --- Makefile.am |5 +- tools/get-location.c | 259 ++ 2 files changed, 263 insertions(+),

Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem

2011-02-23 Thread Denis Kenzior
Hi Fred, On 02/23/2011 12:24 PM, Joly, Frederic wrote: Hi Denis, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Denis Kenzior Sent: Wednesday, February 23, 2011 5:50 PM To: ofono@ofono.org Cc: tomasz.grego...@gmail.com Subject: Re:

[PATCH 0/2] bluetooth: add CMER and BRSF support in HFP AG

2011-02-23 Thread Frédéric Danis
Add CMER and simple BRSF support for HFP AG allowing to setup Service Level Connection Frédéric Danis (2): emulator: add CMER support emulator: add BRSF support src/emulator.c | 150 +++- 1 files changed, 148 insertions(+), 2 deletions(-)

[PATCH 1/2] emulator: add CMER support

2011-02-23 Thread Frédéric Danis
--- src/emulator.c | 107 ++- 1 files changed, 105 insertions(+), 2 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index f0ca8c8..ca36c0e 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -43,6 +43,8 @@ struct ofono_emulator {

[PATCH 2/2] emulator: add BRSF support

2011-02-23 Thread Frédéric Danis
--- src/emulator.c | 45 - 1 files changed, 44 insertions(+), 1 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index ca36c0e..f024468 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -43,6 +43,9 @@ struct ofono_emulator {

Re: [PATCH] tools: add client to receive location reporting

2011-02-23 Thread Lucas De Marchi
Hi all, On Wed, Feb 23, 2011 at 3:47 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. ---  Makefile.am          |    5 +-  

[PATCH v2] tools: add client to receive location reporting

2011-02-23 Thread Lucas De Marchi
As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. --- Makefile.am |5 +- tools/get-location.c | 259 ++ 2 files changed, 263 insertions(+),

Re: [PATCH 1/2] emulator: add CMER support

2011-02-23 Thread Denis Kenzior
Hi Frédéric, On 02/23/2011 01:00 PM, Frédéric Danis wrote: --- src/emulator.c | 107 ++- 1 files changed, 105 insertions(+), 2 deletions(-) I applied this patch, but one comment below: diff --git a/src/emulator.c b/src/emulator.c

Re: [PATCH 2/2] emulator: add BRSF support

2011-02-23 Thread Denis Kenzior
Hi Frédéric, On 02/23/2011 01:00 PM, Frédéric Danis wrote: --- src/emulator.c | 45 - 1 files changed, 44 insertions(+), 1 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono

Re: [PATCH v4 0/6] Add location-reporting atom

2011-02-23 Thread Denis Kenzior
Hi Lucas, On 02/22/2011 12:35 PM, Lucas De Marchi wrote: From: Lucas De Marchi lucas.de.mar...@gmail.com This is the 4th version of the location-reporting patches (previous title was Add GPS atom). I worked with Rafael Ignacio Zurita to implement this last version, making some changes in

Re: [PATCH v4 3/6] mbmmodem: add location-reporting driver implementation

2011-02-23 Thread Denis Kenzior
Hi Lucas, +static int mbm_create_data_chat(struct ofono_location_reporting *lr) +{ + struct gps_data *gd = ofono_location_reporting_get_data(lr); + struct ofono_modem *modem; + const char *gps_dev; + GAtSyntax *syntax; + GIOChannel *channel; + int fd; + +

Re: [PATCH v2] tools: add client to receive location reporting

2011-02-23 Thread Denis Kenzior
Hi Lucas, On 02/23/2011 01:49 PM, Lucas De Marchi wrote: As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. --- Makefile.am |5 +- tools/get-location.c | 259

Re: [PATCH v4 3/6] mbmmodem: add location-reporting driver implementation

2011-02-23 Thread Lucas De Marchi
Hi Denis On Wed, Feb 23, 2011 at 9:57 PM, Denis Kenzior denk...@gmail.com wrote: Hi Lucas, +static int mbm_create_data_chat(struct ofono_location_reporting *lr) +{ +     struct gps_data *gd = ofono_location_reporting_get_data(lr); +     struct ofono_modem *modem; +     const char *gps_dev;

Re: [PATCH v2] tools: add client to receive location reporting

2011-02-23 Thread Lucas De Marchi
Hi Denis On Wed, Feb 23, 2011 at 9:58 PM, Denis Kenzior denk...@gmail.com wrote: Hi Lucas, On 02/23/2011 01:49 PM, Lucas De Marchi wrote: As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. ---  

Re: [PATCH v4 3/6] mbmmodem: add location-reporting driver implementation

2011-02-23 Thread Denis Kenzior
Hi Lucas, On 02/23/2011 08:26 PM, Lucas De Marchi wrote: Hi Denis On Wed, Feb 23, 2011 at 9:57 PM, Denis Kenzior denk...@gmail.com wrote: Hi Lucas, +static int mbm_create_data_chat(struct ofono_location_reporting *lr) +{ + struct gps_data *gd = ofono_location_reporting_get_data(lr);

ofono crash (setting offline while connected)

2011-02-23 Thread Amit Mendapara
Hi, While testing the Linktop driver I observed that ofono is crashing if I try to set modem offline while it is connected (using test/offline-modem.py script). After some debugging, I found that `linktop_disconnect` function is being called twice (see the attached debug log). What could be the

Re: [PATCH] sim: showing lock state with call meter

2011-02-23 Thread Jussi Kangas
Hi, On Wed, 2011-02-23 at 08:15 +0200, Denis Kenzior wrote: - if (pin_type != OFONO_SIM_PASSWORD_NONE - sim-state == OFONO_SIM_STATE_READY) { + if ((pin_type != OFONO_SIM_PASSWORD_NONE + sim-state == OFONO_SIM_STATE_READY) +