Issue with GPRS not attached?

2011-02-10 Thread Robertino Benis
Hi there, Has anyone seen this issue with oFono: Error activating /ifx0/context1: org.ofono.Error.NotAttached: GPRS is not attached I am using IFX modem with specific hardware board. I have not seen this issue before. I was using latest oFono from git (cloned sometimes on Thursday, Feb 10, 2011).

[RFC v2] ifxmodem: Integration with n_gsm kernel mux and its line discipline

2011-02-10 Thread Robertino Benis
RFC v2: Suggested way of integrating Infineon MAL with upcoming kernel mux (n_gsm) --- drivers/ifxmodem/gprs-context.c | 70 +- include/gsmmux.h| 40 ++ plugins/ifx.c | 70

Re: [RFC] ifxmodem: integrating new kernel-space MUX driver

2011-02-03 Thread Robertino Benis
Hi Marcel, > I am doing just a basic review here to get things going into the right > direction. I'll try to hash this out a bit, so maybe there won't many patch re-submissions... > > + gboolean use_ofono_mux; > > This is the thing I'd rather not do. We can just have a second GPRS > context

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

2011-02-01 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 | 58 ++-- 1 files changed, 51 insertions(+), 7 deletions(-) diff --git a/plugins/ifx.c b/plugins/ifx

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

2011-01-31 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 | 50 +++--- 1 files changed, 47 insertions(+), 3 deletions(-) diff --git a/plugins/ifx.c b/plugins/ifx.c ind

[RFC] ifxmodem: integrating new kernel-space MUX driver

2011-01-31 Thread Robertino Benis
Request for comments on attempt to integrate new kernel-space MUX driver with oFono, for Infineon modem --- drivers/ifxmodem/gprs-context.c | 82 +++- plugins/ifx.c | 88 +-- 2 files changed, 155 insertions(

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

2011-01-26 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 | 112 - 1 files changed, 95 insertions(+), 17 deletions(-) diff --git a/plugins/ifx.c b/plugins/i

[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 b/plugins/i

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

2011-01-19 Thread Robertino Benis
Hi all, This patch summarize changes that triggers Infineon modem selftest during ofono boot. Patch addresses issues raised by Marcel from the privious submissions. Thank you, -- r. --- plugins/ifx.c | 130 1 files changed, 111 insertion

RE: [PATCH v3] ifx: Adding modem selftest for Infineon modem

2011-01-06 Thread Robertino Benis
Hi, > The IFX modem we are targetting implements this with two AT commands. > > > Another question that I did ask is to see some sample results from these > > test cases in failure and success case. > > Robertino? I think you meant except form the log, such as this: ofonod[1342]: Using multipl

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

2011-01-05 Thread Robertino Benis
Hi guys, > This is another attempt to submit a patch that triggers Infineon > modem selftest during ofono boot. Patch addresses issues raised > by Marcel from the previous submissions. > plugins/ifx.c | 76 +--- > 1 files changed, 66 insertio

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

2010-12-23 Thread Robertino Benis
Hi all, This is another attempt to submit a patch that triggers Infineon modem selftest during ofono boot. Patch addresses issues raised by Marcel from the previous submissions. Thank you, -- r. --- plugins/ifx.c | 76 +--- 1 files changed,

[PATCH v2] ifx: Adding modem selftest to Infineon modem

2010-12-17 Thread Robertino Benis
Hi all, This is a second attempt to submit a patch that triggers Infineon modem selftest during ofono boot. Patch addresses issues raised by Marcel from the previous submission. Thank you, -- r. --- plugins/ifx.c | 87 + 1 files changed

[PATCH] ifx: adding Infineon modem self test

2010-12-10 Thread Robertino Benis
Hi, Adding Infineon modem selftest to the plugin. It executes couple of AT commands, and based on the responses, it continues with ifx modem enabling or powers the modem down. Thanks, -- r. --- plugins/ifx.c | 98 +--- 1 files changed, 92 i

[PATCH] ifxmodem: Adding fast dormancy support to Infineon modem

2010-11-17 Thread Robertino Benis
Initial patch to add fast dormancy to Infineon modem. Timeout is not supported yet. Thanks, -- r. --- drivers/ifxmodem/radio-settings.c | 40 - 1 files changed, 39 insertions(+), 1 deletions(-) diff --git a/drivers/ifxmodem/radio-settings.c b/drivers/ifxmo

[RFC v2 3/3] ifxmodem: adding modem API to support agps

2010-11-10 Thread Robertino Benis
--- drivers/ifxmodem/agps.c | 413 +++ 1 files changed, 413 insertions(+), 0 deletions(-) create mode 100644 drivers/ifxmodem/agps.c diff --git a/drivers/ifxmodem/agps.c b/drivers/ifxmodem/agps.c new file mode 100644 index 000..4e8d427 --- /dev/nu

[RFC v2 2/3] agps: adding agps related functions

2010-11-10 Thread Robertino Benis
--- include/agps.h | 157 1 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 include/agps.h diff --git a/include/agps.h b/include/agps.h new file mode 100644 index 000..783136b --- /dev/null +++ b/include/agps.h @@

[RFC v2 1/3] doc: addidng documentation for basic assisted gps

2010-11-10 Thread Robertino Benis
--- doc/assistedgps-manager-api.txt | 107 +++ 1 files changed, 107 insertions(+), 0 deletions(-) create mode 100644 doc/assistedgps-manager-api.txt diff --git a/doc/assistedgps-manager-api.txt b/doc/assistedgps-manager-api.txt new file mode 100644 index

[PATCH] todo: ifxmodem apgs support

2010-11-10 Thread Robertino Benis
: + Adding support for Assisted GPS in Infenion modem driver. + Enabling: + + - postion requests from mobile networks + - position responses to mobile networks + - time injection + + Priority: Low + Complexity: C1 + Owner: Robertino Benis -- 1.7.0.4

RFCs updated: Infineon modem support for agps

2010-11-10 Thread Robertino Benis
Hi all, This is the second RFC set of patches, attempting to start shaping aGPS support for Infenion modem in oFono. I have included comments received both from Denis and Marcel on the first RFC version. This set of patches includes: - basic API documentation, - suggested core APIs and example i

[PATCH] todo: ifxmodem apgs support

2010-11-05 Thread Robertino Benis
--- TODO |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index a5196f7..7ee7920 100644 --- a/TODO +++ b/TODO @@ -484,3 +484,8 @@ Miscellaneous Priority: Low Complexity: C4 + +- Modem support: adding support for agps in Infenion modem driver. + + P

[RFC 3/3] ifxmodem: adding modem API to support agps

2010-11-05 Thread Robertino Benis
--- drivers/ifxmodem/agps.c | 438 +++ 1 files changed, 438 insertions(+), 0 deletions(-) create mode 100644 drivers/ifxmodem/agps.c diff --git a/drivers/ifxmodem/agps.c b/drivers/ifxmodem/agps.c new file mode 100644 index 000..9b68b7e --- /dev/nu

RFCs: Infineon modem support for agps

2010-11-05 Thread Robertino Benis
Hi all, Set of patches which is comming, is request for comments for adding AGPS support to Infineon modem in oFono. It includes basic API documentation, suggested core API and implementation in IFX modem driver for AGPS. Thank you very much for your comments so far, Marcel. Cheers, -- r.

[RFC 2/3] agps: adding agps related functions

2010-11-05 Thread Robertino Benis
--- include/agps.h | 157 1 files changed, 157 insertions(+), 0 deletions(-) create mode 100644 include/agps.h diff --git a/include/agps.h b/include/agps.h new file mode 100644 index 000..54f9b53 --- /dev/null +++ b/include/agps.h @@

[RFC 1/3] doc: addidng documentation for basic assisted gps

2010-11-05 Thread Robertino Benis
--- doc/assistedgps-manager-api.txt | 114 +++ 1 files changed, 114 insertions(+), 0 deletions(-) create mode 100644 doc/assistedgps-manager-api.txt diff --git a/doc/assistedgps-manager-api.txt b/doc/assistedgps-manager-api.txt new file mode 100644 index