[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

[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 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 ---

[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. + +

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

[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 robertino.be...@intel.com -- 1.7.0.4

[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

[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 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 ---

[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

[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

[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,

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 multiplexer

[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

[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

[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

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,