Re: [PATCH 1/2] ste: Add support for multiple pdp contexts.

2011-02-09 Thread Marit Sofie Henriksen
2011/2/8 Marcel Holtmann mar...@holtmann.org Hi Marit, diff --git a/plugins/ste.c b/plugins/ste.c index cf8aed8..749c4f3 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -66,6 +66,7 @@ #include drivers/stemodem/if_caif.h #define NUM_CHAT 1 +#define MAX_PDP_CONTEXTS

[PATCH 0/3] Voice call SS notifications

2011-02-09 Thread Andras Domokos
Here are the implementation proposal for handling some of the voice call related Supplementary Services notifications. Implementation details: - removed the +CSSI type SS notifications handling from the call-barring code - expanded the SS notify functions with call number info, useful for

[RFC PATCH 1/3] call-barring: removed +CSSI type SS notifications

2011-02-09 Thread Andras Domokos
--- src/call-barring.c | 74 1 files changed, 0 insertions(+), 74 deletions(-) diff --git a/src/call-barring.c b/src/call-barring.c index 649826e..84ed277 100644 --- a/src/call-barring.c +++ b/src/call-barring.c @@ -58,9 +58,6 @@ struct

[RFC PATCH 2/3] ssn: add code and call id to notifications

2011-02-09 Thread Andras Domokos
--- drivers/atmodem/ssn.c |4 ++-- include/ssn.h |7 --- src/ofono.h |6 -- src/ssn.c | 11 ++- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/drivers/atmodem/ssn.c b/drivers/atmodem/ssn.c index b7a9df4..b00871d 100644

[RFC PATCH 3/3] voicecall: handle voice call SS notifications

2011-02-09 Thread Andras Domokos
--- include/types.h |2 + src/voicecall.c | 242 ++- 2 files changed, 241 insertions(+), 3 deletions(-) diff --git a/include/types.h b/include/types.h index d25f409..b639c8a 100644 --- a/include/types.h +++ b/include/types.h @@ -96,6 +96,8

[PATCH] Fix Uplink data transfer in RawIP mode

2011-02-09 Thread Carlos Pargada
Fix Uplink Data transfer in RawIP mode with IFX Modem Change Data flow from stream mode to Packet mode between GatRawIP and GatMux. --- gatchat/gatio.c| 98 ++- gatchat/gatio.h|1 + gatchat/gatrawip.c | 75

Re: [PATCH] TODO: Add vCard export to SM/ME stores

2011-02-09 Thread Aki Niemi
Hi Marcel, 2010/11/23 Marcel Holtmann mar...@holtmann.org: So the aa{sv} parameter/return value would be of format: {   'name'    : string,   'group'   : string,   // optional, for eg. organization   'hidden'  : integer,  // boolean value: defaults to 0   'numbers' : array of dict {    

[PATCHv2 0/7] Move GPRS attach logic to the modem

2011-02-09 Thread Rémi Denis-Courmont
Hello, This series moves responsibility for GPRS attach to the modem. In most cases, the modem will attach on-demand when a first context is activated. This simplifies the oFono interface and implementation. Some operators require the device be always attached. This is managed by a new

[PATCH 1/7] gprs: remove RoamingAllowed property

2011-02-09 Thread Rémi Denis-Courmont
No roaming policies need to be enforced per GPRS context rather than for the whole GPRS service. Otherwise, you would not be able to receive an MMS or even register to the IMS SIP while roaming. --- src/gprs.c | 52 +++- 1 files changed, 3

[PATCH 2/7] doc: remove RoamingAllowed

2011-02-09 Thread Rémi Denis-Courmont
--- doc/connman-api.txt |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 22c59dc..4c24701 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -106,14 +106,6 @@ Properties boolean Attached [readonly]

[PATCH 4/7] gprs: do not watch registration status or re-attach

2011-02-09 Thread Rémi Denis-Courmont
This is not needed since we let the modem automatically attach. --- src/gprs.c | 175 +++ 1 files changed, 9 insertions(+), 166 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index f8d0fb5..800624b 100644 --- a/src/gprs.c +++

[PATCH 3/7] gprs: let the modems automatically attach when activating a context

2011-02-09 Thread Rémi Denis-Courmont
If some really stupid modem does not support attach on demand, this really should be worked around in the specific driver (at least AT and ISI modems support this). --- src/dbus.c | 13 - src/gprs.c |6 -- src/ofono.h |2 -- 3 files changed, 0 insertions(+), 21

[PATCH 6/7] atmodem: dummy set_attach_policy

2011-02-09 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 30 -- 1 files changed, 8 insertions(+), 22 deletions(-) diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c index 6e01994..3fcf17d 100644 --- a/drivers/atmodem/gprs.c +++ b/drivers/atmodem/gprs.c @@ -51,31 +51,17 @@ struct

[PATCH 5/7] include: replace set_attached with set_attach_policy

2011-02-09 Thread Rémi Denis-Courmont
--- include/gprs.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/gprs.h b/include/gprs.h index 157a6f9..15c1080 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -41,7 +41,8 @@ struct ofono_gprs_driver { int (*probe)(struct ofono_gprs *gprs, unsigned

[PATCH 7/7] isi: implement set_attach_policy

2011-02-09 Thread Rémi Denis-Courmont
--- drivers/isimodem/gprs.c | 131 -- 1 files changed, 23 insertions(+), 108 deletions(-) diff --git a/drivers/isimodem/gprs.c b/drivers/isimodem/gprs.c index ea90704..ad5a768 100644 --- a/drivers/isimodem/gprs.c +++ b/drivers/isimodem/gprs.c @@ -62,6

Re: [RFCv2] doc: Proposal for LTE/IMS API

2011-02-09 Thread Sjur Brændeland
Hi Rémi, +             boolean PreConditionCheck(string Type, string PeerAddress, +                                     uint16 PeerPort,  uint16 LocalPort) + That stuff is per context. Should it not be in the context object rather than in the IMS manager? oFono should only

Re: [PATCH] plugin: add plugin for Linktop/Teracom LW273 data card

2011-02-09 Thread Amit Mendapara
Hi Danis, I have submitted three patches as you suggested but no one has reviewed it. Would you tell me what else I can do to ensure it's been integrated in ofono? Regards -- Amit Mendapara On Mon, Feb 7, 2011 at 8:51 AM, Amit Mendapara mendapara.a...@gmail.comwrote: Hi Denis, Thanks you

[RFC PATCH v3] gprs: add function to handle activated context

2011-02-09 Thread Soum, RedouaneX
The purpose of the patch is to handle Network Initiated Context Activation and PDN connection request as part of EPS Attach procedure (LTE) in oFono core. In order to avoid issue regarding CID allocation : - driver should call the core using ofono_gprs_set_cid_range function to specify CID

[PATCH 0/3 v5] Network Time Plugin

2011-02-09 Thread Antti Paila
This series of patches introduces the network time part of the NITZ feature as outlined in 3GPP spec 22.042. The plugin is for delivering network indicated time information to timed process which is responsible for maintaining the system time. The delivery is achieved by timed implementing an

[PATCH 1/3] nettime: Network time plugin implementation

2011-02-09 Thread Antti Paila
--- plugins/meego-nettime.c | 321 +++ 1 files changed, 321 insertions(+), 0 deletions(-) create mode 100644 plugins/meego-nettime.c diff --git a/plugins/meego-nettime.c b/plugins/meego-nettime.c new file mode 100644 index 000..442925c ---

[PATCH 2/3] nettime: Makefile.am modification

2011-02-09 Thread Antti Paila
--- Makefile.am |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index e402de4..b043f9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -338,6 +338,9 @@ builtin_modules += example_provision builtin_sources += examples/provision.c endif

[PATCH 3/3] nettime: Mock Timed for testing

2011-02-09 Thread Antti Paila
--- test/test-nettime | 35 +++ 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100755 test/test-nettime diff --git a/test/test-nettime b/test/test-nettime new file mode 100755 index 000..acdd167 --- /dev/null +++ b/test/test-nettime @@ -0,0

RE: [PATCHv2] doc: Assisted Satellite Navigation API and Agent API

2011-02-09 Thread Joly, Frederic
Hi Sjur, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Sjur Brændeland Sent: Sunday, January 30, 2011 12:45 AM To: remi.denis-courm...@nokia.com; Denis Kenzior; ofono@ofono.org Cc: Simon Lethbridge Subject: [PATCHv2] doc: Assisted

Re: [sim-ready-nofify-v5 PATCH 2/3] atmodem/sim: use ofono_sim_ready_notify

2011-02-09 Thread Denis Kenzior
Hi Pekka, On 02/08/2011 06:32 AM, pekka.pe...@nokia.com wrote: From: Pekka Pessi pekka.pe...@nokia.com Schedule a call to ofono_sim_ready_notify after pin code query returns SIM READY. Vendor quirks: - IFX: register unsolicated +XSIM result code - MBM: register unsolicated *EPEV result

RE: [PATCH 5/7] cdmamodem: Add Signal Strength Support

2011-02-09 Thread Rajesh.Nagaiah
Hi Dara, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Dara Spieker-Doyle Sent: 08 February 2011 13:05 To: ofono@ofono.org Subject: [PATCH 5/7] cdmamodem: Add Signal Strength Support +static gboolean cdma_get_next_number(const

Re: [PATCH 5/7] cdmamodem: Add Signal Strength Support

2011-02-09 Thread Dara Spieker-Doyle
Hi Rajesh On 02/09/2011 02:58 PM, ext rajesh.naga...@elektrobit.com wrote: Hi Dara, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of Dara Spieker-Doyle Sent: 08 February 2011 13:05 To: ofono@ofono.org Subject: [PATCH 5/7] cdmamodem: Add

Re: [RFC PATCH 1/3] call-barring: removed +CSSI type SS notifications

2011-02-09 Thread Denis Kenzior
Hi Andras On 02/09/2011 04:33 AM, Andras Domokos wrote: --- src/call-barring.c | 74 1 files changed, 0 insertions(+), 74 deletions(-) diff --git a/src/call-barring.c b/src/call-barring.c index 649826e..84ed277 100644 ---

Re: [RFC PATCH 2/3] ssn: add code and call id to notifications

2011-02-09 Thread Denis Kenzior
Hi Andras, diff --git a/include/ssn.h b/include/ssn.h index d640cad..ba3701b 100644 --- a/include/ssn.h +++ b/include/ssn.h @@ -37,9 +37,10 @@ struct ofono_ssn_driver { }; /* SSN notifications (CSSI and CSSU). */ -void ofono_ssn_cssi_notify(struct ofono_ssn *ssn, int code, int

Re: [PATCH] plugin: add plugin for Linktop/Teracom LW273 data card

2011-02-09 Thread Denis Kenzior
Hi Amit, On 02/09/2011 10:56 AM, Amit Mendapara wrote: Hi Danis, I have submitted three patches as you suggested but no one has reviewed it. Would you tell me what else I can do to ensure it's been integrated in ofono? So it looks like GMail is losing patches again. Your patches do show

RE: [PATCH 5/7] cdmamodem: Add Signal Strength Support

2011-02-09 Thread Rajesh.Nagaiah
Hi Dara, -Original Message- From: Dara Spieker-Doyle [mailto:dara.spiekerdo...@gmail.com] Hi Rajesh On 02/09/2011 02:58 PM, ext rajesh.naga...@elektrobit.com wrote: Hi Dara, -Original Message- From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On

Re: [PATCH] modem:Add powered watches on modem.

2011-02-09 Thread Denis Kenzior
Hi Guillaume, On 01/31/2011 04:01 AM, Guillaume Zajac wrote: --- src/modem.c | 47 +++ src/ofono.h |7 +++ 2 files changed, 54 insertions(+), 0 deletions(-) Patch has been applied, but I did have to fix up some minor issues with it in