RE: [V3 PATCH 3/3] Huawei: set Huawei EM770W modem device to 00

2011-02-14 Thread Xu, Martin
Denis/Marcel: > -Original Message- > From: Denis Kenzior [mailto:denk...@gmail.com] > Sent: Tuesday, February 15, 2011 4:28 AM > To: ofono@ofono.org > Cc: Xu, Martin > Subject: Re: [V3 PATCH 3/3] Huawei: set Huawei EM770W modem device to 00 > > Hi Martin, > > On 02/12/2011 03:41 AM, marti

[V3 PATCH 2/3] PPP: Use default ACCM (0xffffffff) to trasmit package

2011-02-14 Thread martin . xu
From: Martin Xu Using my Huawei EM770W modem, if set ACCM as 0x, RXJ- event breaks PPP link, after IP package transmit for a while. Using default ACCM, the issue can be fixed. I tested it at China Unicom networks. --- gatchat/ppp_lcp.c |8 +--- 1 files changed, 5 insertions(+), 3

has someboby build ofono with n900 meego image?

2011-02-14 Thread cy xie
Hi, guys, When I build ofono on N900 meego image, It seems ofono requires Glib>2.2, is there the Glib(>2.2) package for N900 Meego? Thanks guys, please give me some info, thanks. BR Chengyong Xie ___ ofono mailing list ofono@ofono.org http://lists

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

2011-02-14 Thread Marcel Holtmann
Hi Michael, > >> In theory there might be more than one IMS APN for a operator, > > >> but I really don't see this as a real life scenario for this. > > >> If anyone disagrees please speak out and explain... > > > > One such scenario is the in-vehicle use model, where the ISP provides > netw

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

2011-02-14 Thread Fallon, Michael F
>> In theory there might be more than one IMS APN for a operator, >> but I really don't see this as a real life scenario for this. >> If anyone disagrees please speak out and explain... One such scenario is the in-vehicle use model, where the ISP provides network connectivity via one APN and the

Re: [PATCH] atmodem: close the list in clvl_range_query

2011-02-14 Thread Denis Kenzior
Hi Jeevaka, On 02/08/2011 04:14 AM, Jeevaka Badrappan wrote: > --- > drivers/atmodem/call-volume.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org h

Re: [V3 PATCH 3/3] Huawei: set Huawei EM770W modem device to 00

2011-02-14 Thread Denis Kenzior
Hi Martin, On 02/12/2011 03:41 AM, martin...@intel.com wrote: > From: Martin Xu > > Device 00 is ppp port. Setting it as 01, my Huawei EM770W modem PPP > connection can't work > --- > plugins/ofono.rules |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > This contradicts commit b

Re: [V3 PATCH 2/3] PPP: Use default ACCM (0xffffffff) to trasmit package

2011-02-14 Thread Denis Kenzior
Hi Martin, On 02/12/2011 03:41 AM, martin...@intel.com wrote: > From: Martin Xu > > Using my Huawei EM770W modem, if set ACCM as 0x, RXJ- > event breaks PPP link, after IP package transmit for a while. > Using default ACCM, the issue can be fixed. > I tested it at China Unicom networks.

Re: [V3 PATCH 1/3] PPP: Fix transmit ACCM and receive ACCM setting issue

2011-02-14 Thread Denis Kenzior
Hi Martin, On 02/12/2011 03:41 AM, martin...@intel.com wrote: > From: Martin Xu > > Tramsmit ACCM and receive ACCM is mixed up. > According to RFC1662 Section 7.1, ACCM Configuration Option is > used to inform the peer which control characters MUST remain > mapped when the peer sends them. > ---

Re: [PATCH 3/3] udev: Add Teracom (Linktop/LW27x) device detection

2011-02-14 Thread Denis Kenzior
Hi Amit, On 02/09/2011 11:15 PM, Amit Mendapara wrote: > Signed-off-by: Amit Mendapara > --- > plugins/ofono.rules |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___ ofono mailing lis

Re: [PATCH 2/3] udev: Handle Linktop data card

2011-02-14 Thread Denis Kenzior
Hi Amit, On 02/09/2011 11:15 PM, Amit Mendapara wrote: > Signed-off-by: Amit Mendapara > --- > plugins/udev.c | 32 > 1 files changed, 32 insertions(+), 0 deletions(-) > Patch has been applied, thanks. Some comments on further improvements: > +static void a

Re: [PATCH 1/3] plugin: Add plugin for Linktop LW27x data cards

2011-02-14 Thread Denis Kenzior
Hi Amit, On 02/09/2011 11:15 PM, Amit Mendapara wrote: > Signed-off-by: Amit Mendapara Please note that we do not use the Signed-off-by. Configure your git settings not to send this. > --- > Makefile.am |3 + > plugins/linktop.c | 357 >

Re: [PATCH 1/1] gatserver: Add send raw data function

2011-02-14 Thread Olivier Guiter
Hi Denis, The purpose was to be able to send long AT commands answers (like the AT+CGDCONT?) without allocating buffers but, after reconsidering the code it is not really needed as i can use the "g_at_server_send_info" for the same purpose ;) So you can ignore this patch. Thanks Olivier On 0

Re: [PATCH 1/1] gatserver: Add send raw data function

2011-02-14 Thread Denis Kenzior
Hi Olivier, > @@ -112,6 +112,7 @@ void g_at_server_send_unsolicited(GAtServer *server, > const char *result); > * responses. > */ > void g_at_server_send_info(GAtServer *server, const char *line, gboolean > last); > +void g_at_server_send_data(GAtServer *server, const char *format, ...); >

Re: [PATCH 1/1] gatserver: Add ATS5 command feature

2011-02-14 Thread Denis Kenzior
Hi Olivier, On 02/10/2011 07:59 AM, Olivier Guiter wrote: > --- > gatchat/gatserver.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > @@ -837,7 +838,11 @@ static char *extract_line(GAtServer *p, struct > ring_buffer *rbuf) > if (*buf == '"') >

[PATCH 5/5] cell-info: Documentation

2011-02-14 Thread Antti Paila
--- doc/cell-info.txt | 122 + 1 files changed, 122 insertions(+), 0 deletions(-) create mode 100644 doc/cell-info.txt diff --git a/doc/cell-info.txt b/doc/cell-info.txt new file mode 100644 index 000..b8a4136 --- /dev/null +++ b/doc/cell-

[PATCH 4/5] cell-info: New files included in compilation

2011-02-14 Thread Antti Paila
--- Makefile.am |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 42ad86f..785640b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,8 @@ pkginclude_HEADERS = include/log.h include/plugin.h include/history.h \

[PATCH 2/5] cell-info: Header files for neighbor cell info

2011-02-14 Thread Antti Paila
--- include/cell-info.h | 126 +++ src/ofono.h |1 + 2 files changed, 127 insertions(+), 0 deletions(-) create mode 100644 include/cell-info.h diff --git a/include/cell-info.h b/include/cell-info.h new file mode 100644 index 000..f

[PATCH 3/5] cell-info: Atom for neighbor cell info

2011-02-14 Thread Antti Paila
--- src/cell-info.c | 475 +++ 1 files changed, 475 insertions(+), 0 deletions(-) create mode 100644 src/cell-info.c diff --git a/src/cell-info.c b/src/cell-info.c new file mode 100644 index 000..6e70202 --- /dev/null +++ b/src/cell-info.c

[PATCH 0/5 v4] Neighbor Cell Info Atom

2011-02-14 Thread Antti Paila
This series of patches implements an interface for client applications to fetch the ECID information of neighboring cells using DBUS. Since the 1st version the DBUS api has been refactored to use new naming for method and to use flat data format for the cell information. Also, the internal da

[PATCH 1/5] cell-info: CellInfo DBUS interface definition

2011-02-14 Thread Antti Paila
--- include/dbus.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/dbus.h b/include/dbus.h index 19a138a..52514bb 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -46,6 +46,7 @@ extern "C" { #define OFONO_SUPPLEMENTARY_SERVICES_INTERFACE "org.ofono.Supplementa

[RESEND PATCH 11/13] ifxmodem: update to new gprs context interface

2011-02-14 Thread Mika Liljeberg
--- drivers/ifxmodem/gprs-context.c | 36 +--- 1 files changed, 21 insertions(+), 15 deletions(-) diff --git a/drivers/ifxmodem/gprs-context.c b/drivers/ifxmodem/gprs-context.c index 2c68b44..91dee8c 100644 --- a/drivers/ifxmodem/gprs-context.c +++ b/drivers/ifxm

[RESEND PATCH 13/13] phonesim: add IPv6 support

2011-02-14 Thread Mika Liljeberg
--- plugins/phonesim.c | 32 +--- 1 files changed, 25 insertions(+), 7 deletions(-) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 2b36fe0..2634d23 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -83,14 +83,17 @@ struct gprs_context_data { st

[RESEND PATCH 12/13] stemodem: update to new gprs context interface

2011-02-14 Thread Mika Liljeberg
--- drivers/stemodem/gprs-context.c | 31 +++ 1 files changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/stemodem/gprs-context.c b/drivers/stemodem/gprs-context.c index e247f35..7266810 100644 --- a/drivers/stemodem/gprs-context.c +++ b/drivers/stemodem/

[RESEND PATCH 10/13] hsomodem: update to new gprs context interface

2011-02-14 Thread Mika Liljeberg
--- drivers/hsomodem/gprs-context.c | 48 ++- 1 files changed, 27 insertions(+), 21 deletions(-) diff --git a/drivers/hsomodem/gprs-context.c b/drivers/hsomodem/gprs-context.c index c132846..f9f1696 100644 --- a/drivers/hsomodem/gprs-context.c +++ b/drivers/h

[RESEND PATCH 07/13] atmodem: update to new gprs context interface

2011-02-14 Thread Mika Liljeberg
--- drivers/atmodem/gprs-context.c | 41 --- 1 files changed, 21 insertions(+), 20 deletions(-) diff --git a/drivers/atmodem/gprs-context.c b/drivers/atmodem/gprs-context.c index 56d65d4..2c4797b 100644 --- a/drivers/atmodem/gprs-context.c +++ b/drivers/atmod

[RESEND PATCH 09/13] mbmmodem: update to new gprs context interface

2011-02-14 Thread Mika Liljeberg
--- drivers/mbmmodem/gprs-context.c | 65 --- 1 files changed, 40 insertions(+), 25 deletions(-) diff --git a/drivers/mbmmodem/gprs-context.c b/drivers/mbmmodem/gprs-context.c index 322f96d..972b35e 100644 --- a/drivers/mbmmodem/gprs-context.c +++ b/drivers/m

[RESEND PATCH 08/13] huaweimodem: update to new gprs context interface

2011-02-14 Thread Mika Liljeberg
--- drivers/huaweimodem/gprs-context.c | 43 +--- 1 files changed, 25 insertions(+), 18 deletions(-) diff --git a/drivers/huaweimodem/gprs-context.c b/drivers/huaweimodem/gprs-context.c index bbc9c96..67d933e 100644 --- a/drivers/huaweimodem/gprs-context.c +++ b

[RESEND PATCH 03/13] gprs: driver interface changes for IPv6

2011-02-14 Thread Mika Liljeberg
--- include/gprs-context.h | 27 ++- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/include/gprs-context.h b/include/gprs-context.h index c29c0dc..f2d6df4 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -37,6 +37,7 @@ struct ofono_gprs

[RESEND PATCH 06/13] isimodem: IPv6 support

2011-02-14 Thread Mika Liljeberg
--- drivers/isimodem/gprs-context.c | 119 --- 1 files changed, 73 insertions(+), 46 deletions(-) diff --git a/drivers/isimodem/gprs-context.c b/drivers/isimodem/gprs-context.c index 6d579d8..942cb13 100644 --- a/drivers/isimodem/gprs-context.c +++ b/drivers/i

[RESEND PATCH 05/13] test: modify test scripts for IPv6

2011-02-14 Thread Mika Liljeberg
--- Makefile.am |3 ++- test/list-contexts|6 +++--- test/set-context-property | 38 ++ 3 files changed, 43 insertions(+), 4 deletions(-) create mode 100755 test/set-context-property diff --git a/Makefile.am b/Makefile.am index

[RESEND PATCH 04/13] gprs: core support for IPv6

2011-02-14 Thread Mika Liljeberg
--- src/gprs.c | 285 +--- 1 files changed, 213 insertions(+), 72 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index b478f88..e19c5ca 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -34,6 +34,8 @@ #include #include #include +#include

[RESEND PATCH 02/13] gprs: Update documentation for IPv6

2011-02-14 Thread Mika Liljeberg
--- doc/connman-api.txt |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index ece5bd3..5a987d3 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -195,7 +195,7 @@ Properties boolean Active [readwrite]

[RESEND] IPv6 support

2011-02-14 Thread Mika Liljeberg
Hi All, Here are the IPv6 patches again, rebased to current master. Regards, MikaL [RESEND PATCH 01/13] gprs: factor out common code [RESEND PATCH 02/13] gprs: Update documentation for IPv6 [RESEND PATCH 03/13] gprs: driver interface changes for IPv6 [RESEND PATCH 04/13] gprs: core supp

[RESEND PATCH 01/13] gprs: factor out common code

2011-02-14 Thread Mika Liljeberg
--- src/gprs.c | 111 +++- 1 files changed, 50 insertions(+), 61 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 33711dc..b478f88 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -256,6 +256,49 @@ static void gprs_cid_release(struct ofon

[PATCH] ste: preparation for hotswap

2011-02-14 Thread Jussi Kangas
--- Hi , This is a second attempt to enable hotswap support in oFono with ste modem. On Mon, 2011-01-31 at 11:52 +0200, Marcel Holtmann wrote: Hi Jussi, > > > > I am a bit lost in how you fit this into the existing SIM pin check. > > > Maybe it would be cleaner to remove that check first. An