[PATCH 2/2] Update the network documentation

2012-08-21 Thread Rémi Denis-Courmont
--- doc/network-api.txt |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index 083e918..9fb9974 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -125,8 +125,9 @@ Properties string Mode [readonly]

[PATCH 1/2] Distinguish HSDPA, HSUPA or both as access technologies

2012-08-21 Thread Rémi Denis-Courmont
--- src/common.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.c b/src/common.c index b5b9a6f..22bf1c2 100644 --- a/src/common.c +++ b/src/common.c @@ -661,9 +661,9 @@ const char *registration_tech_to_string(int tech) case

Re: [PATCH v5 00/16] Add DUN support

2012-01-05 Thread Rémi Denis-Courmont
oFono? -- Rémi Denis-Courmont http://www.remlab.net/ ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH_v0 1/3] doc: Add RoamingAllowed property

2011-12-02 Thread Rémi Denis-Courmont
do not know CDMA but I do not see why this would be needed at all at the ConnectionManager atom level. If this is about pricing, it should probably be a per-context property instead, both for CDMA and GSM. -- Rémi Denis-Courmont http://www.remlab.net

Re: [PATCH 00/12] Bluetooth HFP-specific extensions

2011-09-23 Thread Rémi Denis-Courmont
: Writable voice-recogn. prop (AT+BVRA) hfpmodem: Support for AT+BVRA Documentation? -- Rémi Denis-Courmont http://www.remlab.net/ ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [RFC 1/1] GPRS Provisioning Plugin.

2011-07-11 Thread Rémi Denis-Courmont
the parser is slow (I doubt it, but I have not checked), then it might be better to just do it in a separate thread in the rare cases that you actually do need the data. -- Rémi Denis-Courmont http://www.remlab.net/ ___ ofono mailing list ofono@ofono.org

[PATCH net-next 0/6] Phonet: small pipe protocol fixes

2011-02-25 Thread Rémi Denis-Courmont
, 106 insertions(+), 190 deletions(-) -- Rémi Denis-Courmont http://www.remlab.net/ ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

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

2011-02-15 Thread Rémi Denis-Courmont
be much more elegant (and symmetric). -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

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

2011-02-09 Thread Rémi Denis-Courmont
driver callback to set the attach policy. TBD: configuration option for the policy Changes since version 1: - rebased -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org

[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-08 Thread Rémi Denis-Courmont
+ session). + + string HomeDomainName[readonly] + + Identity used for IMS registration. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http

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

2011-02-08 Thread Rémi Denis-Courmont
-CSCF based on the bearer? As mentioned above, I don't see why an operator would ever have more than one IMS APN. If we only have one IMS APN, then we might as well present this information here in the IMS API. How do you cope with two connections to the same APN? -- Rémi Denis-Courmont

[PATCH 1/7] gprs: remove RoamingAllowed property

2011-02-07 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 | 51 +++ 1 files changed, 3

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

2011-02-07 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 5/7] include: replace set_attached with set_attach_policy

2011-02-07 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 2/7] doc: remove RoamingAllowed

2011-02-07 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 7/7] isi: implement set_attach_policy

2011-02-07 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

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

2011-02-07 Thread Rémi Denis-Courmont
| 232 ++-- src/ofono.h |2 7 files changed, 45 insertions(+), 374 deletions(-) -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono

Re: [PATCH 0/2] Fix issue with DST

2011-02-01 Thread Rémi Denis-Courmont
On Tuesday 01 February 2011 13:44:03 ext Jeevaka Badrappan, you wrote: Hi, Following patch converts the DST from hours to seconds which is the expected outcome. Is it? I think DST is just a boolean. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki

Re: [PATCH 2/2] Support for pkg-config

2011-01-31 Thread Rémi Denis-Courmont
/ ... -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH] atmodem: implement standard PIN retries

2011-01-31 Thread Rémi Denis-Courmont
, + at_cpinr_cb, cbd, g_free) 0) + return; since this command is pretty new, don't we need to check if it is supported? Is there any impact not checking it? This will just defer the (failure) callback until the ERROR response. -- Rémi Denis-Courmont

Re: Selecting multiple radio access technologies in oFono

2011-01-31 Thread Rémi Denis-Courmont
access. lte Only LTE used for radio access. Oh my, no. If you want to control technologies one by one, use a string and a boolean. If you really want atomicity w.r.t. D-Bus, then make it a dictionary. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki

Re: [PATCH] doc: Assisted Satellite Navigation API and Agent API

2011-01-28 Thread Rémi Denis-Courmont
+ to requests using SendPositioningControl. Spelling is inconsistent ;) -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 1/1] gisi: Updated subscriptions and pipe handling to accomodate additional isimodem versions

2011-01-28 Thread Rémi Denis-Courmont
think it really deserves a new file of its own. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [RFC 1/5] gprs: Update documentation for IPv6

2011-01-28 Thread Rémi Denis-Courmont
are through a single or two separate interfaces. They just use the socket API. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [RFC 1/5] gprs: Update documentation for IPv6

2011-01-28 Thread Rémi Denis-Courmont
though, which is the main customer for PPP. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [RFC] voicecallmanager-api: call related SS signals (proposal)

2011-01-27 Thread Rémi Denis-Courmont
Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH 2/2] Support for pkg-config

2011-01-26 Thread Rémi Denis-Courmont
--- .gitignore |1 + Makefile.am |3 +++ configure.ac |2 +- ofono.pc.in | 10 ++ 4 files changed, 15 insertions(+), 1 deletions(-) create mode 100644 ofono.pc.in diff --git a/.gitignore b/.gitignore index 7cfb1d9..59308be 100644 --- a/.gitignore +++ b/.gitignore @@

[PATCH 1/2] Use dist_ prefix as applicable

2011-01-26 Thread Rémi Denis-Courmont
--- Makefile.am | 11 --- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index f941a19..71365d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ local_headers = $(foreach file,$(pkginclude_HEADERS) \ if DATAFILES dbusconfdir =

Re: [PATCH 2/2] Support for pkg-config

2011-01-26 Thread Rémi Denis-Courmont
: @VERSION@ Libs: -module -avoid-version -export-symbols-regex @PACKAGE@_plugin_desc In my experience, automake does not fancy LDFLAGS in LIBADD/LDADD. Call that a pkg-config limitation if you want. Cflags: -I${includedir} -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki

Re: [RFC] doc: Proposal for LTE/IMS API.

2011-01-26 Thread Rémi Denis-Courmont
port number min. value + + uint16 LocalPortMax [readonly] + The local port number max. value -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono

[PATCH] modem: do not allow more than one client to lock down

2011-01-25 Thread Rémi Denis-Courmont
--- src/modem.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/modem.c b/src/modem.c index 553549e..a92107e 100644 --- a/src/modem.c +++ b/src/modem.c @@ -805,11 +805,14 @@ static DBusMessage *set_property_lockdown(struct ofono_modem *modem, if

[PATCH 1/2] Expose voice call direction synchronously (fix MeeGo #12717)

2011-01-24 Thread Rémi Denis-Courmont
Currently, the call direction can only be inferred from the signals. This adds a property to keep it visible also from GetCalls(). --- src/voicecall.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index 7e2b3f0..d454d9d 100644 ---

[PATCH 2/2] Document voicecall direction

2011-01-24 Thread Rémi Denis-Courmont
--- doc/voicecall-api.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index 047b8cb..2feb215 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -102,6 +102,11 @@ Properties string LineIdentification

[PATCH 1/3] Use pkglibdir where applicable

2011-01-24 Thread Rémi Denis-Courmont
--- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9933e32..f941a19 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,7 +366,7 @@ BUILT_SOURCES = $(local_headers) CLEANFILES = src/builtin.h $(BUILT_SOURCES) $(rules_DATA)

[PATCH 2/3] Use dist_ prefix as applicable

2011-01-24 Thread Rémi Denis-Courmont
--- Makefile.am | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index f941a19..1f09c11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,17 +25,17 @@ local_headers = $(foreach file,$(pkginclude_HEADERS) \ if DATAFILES dbusconfdir =

[PATCH 3/3] Support for pkg-config

2011-01-24 Thread Rémi Denis-Courmont
--- .gitignore |1 + Makefile.am | 10 -- ofono.pc.in | 10 ++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 ofono.pc.in diff --git a/.gitignore b/.gitignore index 7cfb1d9..59308be 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@

Re: [PATCH 2/2] Allow distcheck to work without bluetooth

2011-01-20 Thread Rémi Denis-Courmont
disabling data files not defeat the purpose? -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 5/6] GPRS: document bearer property

2011-01-20 Thread Rémi Denis-Courmont
On Thursday 20 January 2011 10:06:50 ext Aki Niemi, you wrote: Hi Rémi, 2011/1/19 Rémi Denis-Courmont remi.denis-courm...@nokia.com: --- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt

[PATCH 0/6] Packet bearers (version 6)

2011-01-20 Thread Rémi Denis-Courmont
/common.h | 13 + src/gprs.c | 27 +++ 6 files changed, 109 insertions(+), 2 deletions(-) -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org

[PATCH 2/6] Define packet switched bearers

2011-01-20 Thread Rémi Denis-Courmont
--- src/common.c | 23 +++ src/common.h | 13 + 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/common.c b/src/common.c index d4e567b..2dd0da0 100644 --- a/src/common.c +++ b/src/common.c @@ -714,6 +714,29 @@ const char

[PATCH 3/6] Declaration for packet switched bearer notifications

2011-01-20 Thread Rémi Denis-Courmont
--- include/gprs.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/gprs.h b/include/gprs.h index ad7925c..157a6f9 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -59,6 +59,7 @@ void ofono_gprs_status_notify(struct ofono_gprs *gprs, int status); void

[PATCH 1/6] Distinguish HSUPA and HSDPA

2011-01-20 Thread Rémi Denis-Courmont
--- src/common.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.c b/src/common.c index 4d93488..d4e567b 100644 --- a/src/common.c +++ b/src/common.c @@ -702,9 +702,9 @@ const char *registration_tech_to_string(int tech) case

[PATCH 4/6] Core support for packet switched bearer reporting

2011-01-20 Thread Rémi Denis-Courmont
--- src/gprs.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 0e86bdf..7ef81d5 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -67,6 +67,7 @@ struct ofono_gprs { ofono_bool_t suspended; int status;

[PATCH 5/6] GPRS: document bearer property

2011-01-20 Thread Rémi Denis-Courmont
--- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 22e02e5..22c59dc 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -77,6 +77,16 @@ Properties boolean Attached [readonly]

[PATCH 6/6] atmodem: packet switch bearer support

2011-01-20 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c index defb154..daa3933 100644 --- a/drivers/atmodem/gprs.c +++ b/drivers/atmodem/gprs.c @@ -200,6 +200,37 @@ static

Re: [PATCH 2/2] Allow distcheck to work without bluetooth

2011-01-20 Thread Rémi Denis-Courmont
to check compilation, check is more than enough. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH 1/6] Distinguish HSUPA and HSDPA

2011-01-19 Thread Rémi Denis-Courmont
--- src/common.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.c b/src/common.c index 4d93488..d4e567b 100644 --- a/src/common.c +++ b/src/common.c @@ -702,9 +702,9 @@ const char *registration_tech_to_string(int tech) case

[PATCH 3/6] Declaration for packet switched bearer notifications

2011-01-19 Thread Rémi Denis-Courmont
--- include/gprs.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/gprs.h b/include/gprs.h index ad7925c..157a6f9 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -59,6 +59,7 @@ void ofono_gprs_status_notify(struct ofono_gprs *gprs, int status); void

[PATCH 4/6] Core support for packet switched bearer reporting

2011-01-19 Thread Rémi Denis-Courmont
--- src/gprs.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 0e86bdf..7ef81d5 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -67,6 +67,7 @@ struct ofono_gprs { ofono_bool_t suspended; int status;

[PATCH 2/6] Define packet switched bearers

2011-01-19 Thread Rémi Denis-Courmont
--- src/common.c | 23 +++ src/common.h | 13 + 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/common.c b/src/common.c index d4e567b..2dd0da0 100644 --- a/src/common.c +++ b/src/common.c @@ -714,6 +714,29 @@ const char

[PATCH 6/6] atmodem: packet switch bearer support

2011-01-19 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c index defb154..daa3933 100644 --- a/drivers/atmodem/gprs.c +++ b/drivers/atmodem/gprs.c @@ -200,6 +200,37 @@ static

[PATCH 5/6] GPRS: document bearer property

2011-01-19 Thread Rémi Denis-Courmont
--- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 22e02e5..13f622c 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -77,6 +77,16 @@ Properties boolean Attached [readonly]

[PATCH 1/2] Use standard pkginclude directory

2011-01-19 Thread Rémi Denis-Courmont
automake automatically defines includedir to the base include directory and pkgincludedir to ./@PACKAGE@ from there. So lets use the later one instead of overriding automake. --- Makefile.am |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am

[PATCH 2/2] Allow distcheck to work without bluetooth

2011-01-19 Thread Rémi Denis-Courmont
--- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index c1c34ca..e93076a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -550,6 +550,9 @@ gatchat_test_qcdm_LDADD = @GLIB_LIBS@ DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles +if

Re: [PATCH 2/2] Allow distcheck to work without bluetooth

2011-01-19 Thread Rémi Denis-Courmont
to test my changes to Makefiles or whatever. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH 1/1] doc: missing space

2011-01-17 Thread Rémi Denis-Courmont
--- doc/network-api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index 3a53da9..c252988 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -80,7 +80,7 @@ Propertiesstring Mode [readonly]

Re: [RFC PATCH 4/4] Dummy example GPRS context provisioning driver

2011-01-14 Thread Rémi Denis-Courmont
this data in the provisioning plugin. It would be silly to have to provision just the names in a different component. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo

Re: [PATCH 3/4] Bearer documentation

2011-01-13 Thread Rémi Denis-Courmont
and keep the network access technology as it currently is - in the network registration. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 05/10] Update documentation for GPRS technology

2011-01-13 Thread Rémi Denis-Courmont
for the user interface, then we should have a third pre-digested value, and even then we might need to make the algorithm configurable. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http

Re: [PATCH 00/21] Resubmit Zhenhua Zhang work on DUN server with btio

2011-01-13 Thread Rémi Denis-Courmont
BT DUN profile, not the whole 27.007 set. But doing that in userspace in oFono is probably the slowest and most inefficient approach to the problem. And MeeGo will have to solve the more general problem in any case, if MeeGo cellular devices are to be certified. -- Rémi Denis-Courmont Nokia

[PATCH 2/6] Define packet switched bearers

2011-01-13 Thread Rémi Denis-Courmont
--- src/common.c | 24 src/common.h | 13 + 2 files changed, 37 insertions(+), 0 deletions(-) diff --git a/src/common.c b/src/common.c index d4e567b..c58ed5c 100644 --- a/src/common.c +++ b/src/common.c @@ -714,6 +714,30 @@ const char

[PATCH 3/6] Declaration for packet switched bearer notifications

2011-01-13 Thread Rémi Denis-Courmont
--- include/gprs.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/gprs.h b/include/gprs.h index ad7925c..157a6f9 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -59,6 +59,7 @@ void ofono_gprs_status_notify(struct ofono_gprs *gprs, int status); void

[PATCH 4/6] Core support for packet switched bearer reporting

2011-01-13 Thread Rémi Denis-Courmont
--- src/gprs.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 0e86bdf..7ef81d5 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -67,6 +67,7 @@ struct ofono_gprs { ofono_bool_t suspended; int status;

[PATCH 6/6] atmodem: packet switch bearer support

2011-01-13 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 33 + 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c index defb154..daa3933 100644 --- a/drivers/atmodem/gprs.c +++ b/drivers/atmodem/gprs.c @@ -200,6 +200,37 @@ static

Re: [PATCH 00/21] Resubmit Zhenhua Zhang work on DUN server with btio

2011-01-13 Thread Rémi Denis-Courmont
On Thursday 13 January 2011 14:01:16 ext Frédéric Dalleau, you wrote: On 01/13/2011 10:18 AM, Rémi Denis-Courmont wrote: This seems quite useless work to me. This patch has been on the list for some time now. Why didn't you express your concern before that? I did point out limitations

[PATCH] AT modem: fix COLR reporting

2011-01-13 Thread Rémi Denis-Courmont
AT+COLR does not have a local override; it cannot be factored with the other commands. This partially reverts commit f2baa88d7577649358f1f8587e5a9b6aa730ca41. --- drivers/atmodem/call-settings.c | 29 - 1 files changed, 28 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 00/21] Resubmit Zhenhua Zhang work on DUN server with btio

2011-01-13 Thread Rémi Denis-Courmont
On Thursday 13 January 2011 16:07:06 ext Frédéric Dalleau, you wrote: On 01/13/2011 01:17 PM, Rémi Denis-Courmont wrote: HSPA category certification is achieved with PPP over USB and using the final user software. So we are talking about bandwidth in the 10 Mb/s order This is another

Re: [RFC PATCH 4/4] Dummy example GPRS context provisioning driver

2011-01-13 Thread Rémi Denis-Courmont
conditions. The user can still take the SIM out, and the network can still fail. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 1/2] Expose voice call direction synchronously

2011-01-12 Thread Rémi Denis-Courmont
On Wednesday 12 January 2011 07:14:20 ext Denis Kenzior, you wrote: Hi Kai, On 01/11/2011 06:47 AM, kai.vehma...@nokia.com wrote: Hi, On 10 Jan 2010, Rémi Denis-Courmont wrote: Currently, the call direction can only be inferred from the signals. This adds a property to keep

Re: [PATCH 02/10] Distinguish HSDPA, HSUPA or both as access technologies

2011-01-11 Thread Rémi Denis-Courmont
and that is why these three have been combined. I have seen requirements to distinguish them. If you don't care and only want to show 3.5G for all of them, it's still easy to match hs.?pa -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki

Re: [PATCH 05/10] Update documentation for GPRS technology

2011-01-11 Thread Rémi Denis-Courmont
whenever we are registered to the GPRS service. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH 01/11] Avoid duplicate in scanned network technologies list

2011-01-11 Thread Rémi Denis-Courmont
--- src/network.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/network.c b/src/network.c index eb0f797..11f0fa2 100644 --- a/src/network.c +++ b/src/network.c @@ -134,16 +134,28 @@ static char **network_operator_technologies(struct

[PATCH 06/11] Update documentation for GPRS technology

2011-01-11 Thread Rémi Denis-Courmont
--- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 22e02e5..9e7db3b 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -77,6 +77,16 @@ Properties boolean Attached [readonly]

[PATCH 08/11] Declaration for packet switched bearer notifications

2011-01-11 Thread Rémi Denis-Courmont
--- include/gprs.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/gprs.h b/include/gprs.h index 1c1d116..cd62f2f 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -59,6 +59,8 @@ void ofono_gprs_status_notify(struct ofono_gprs *gprs, int status, int tech);

[PATCH 10/11] Bearer documentation

2011-01-11 Thread Rémi Denis-Courmont
--- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 9e7db3b..9c2f6a4 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -152,6 +152,16 @@ Properties boolean Active [readwrite]

[PATCH 09/11] Core support for packet switched bearer reporting

2011-01-11 Thread Rémi Denis-Courmont
--- src/gprs.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 7de8ec0..e5ccb01 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -107,6 +107,7 @@ struct context_settings { struct pri_context {

[PATCH 11/11] atmodem: packet switch bearer support

2011-01-11 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 55 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c index a38c6b4..4ae1b57 100644 --- a/drivers/atmodem/gprs.c +++ b/drivers/atmodem/gprs.c @@ -200,6

Re: [PATCH 0/4 v2] Network Time plugin

2011-01-10 Thread Rémi Denis-Courmont
parse it from a known location. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 3/4] Bearer documentation

2011-01-10 Thread Rémi Denis-Courmont
understanding, HSPA channels are allocated per contexts. Correct me if I'm wrong. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH 2/4] Core support for packet switched bearer reporting

2011-01-10 Thread Rémi Denis-Courmont
On Friday 07 January 2011 18:25:32 ext Denis Kenzior, you wrote: Hi Rémi, On 01/07/2011 10:02 AM, Rémi Denis-Courmont wrote: --- include/gprs.h |2 ++ src/gprs.c | 32 2 files changed, 34 insertions(+), 0 deletions(-) please see

Re: [PATCH 3/4] Bearer documentation

2011-01-10 Thread Rémi Denis-Courmont
On Friday 07 January 2011 18:23:25 ext Denis Kenzior, you wrote: Hi Rémi, On 01/07/2011 10:02 AM, Rémi Denis-Courmont wrote: --- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt

[PATCH 0/10] Packet switched data technology

2011-01-10 Thread Rémi Denis-Courmont
lets provide both. This should address most earlier comments. -- Rémi Denis-Courmont Nokia Devices RD, Maemo Software, Helsinki ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH 02/10] Distinguish HSDPA, HSUPA or both as access technologies

2011-01-10 Thread Rémi Denis-Courmont
--- src/common.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.c b/src/common.c index 4d93488..d4e567b 100644 --- a/src/common.c +++ b/src/common.c @@ -702,9 +702,9 @@ const char *registration_tech_to_string(int tech) case

[PATCH 01/10] gprs: avoid useless loop iteration

2011-01-10 Thread Rémi Denis-Courmont
--- src/gprs.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 58166f8..8afaffb 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -1991,12 +1991,12 @@ void ofono_gprs_context_deactivated(struct ofono_gprs_context *gc, for (l =

[PATCH 04/10] ConnectionManager: expose available data technology

2011-01-10 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 18 +- drivers/isimodem/gprs.c |6 +++--- include/gprs.h |4 ++-- src/gprs.c | 31 --- 4 files changed, 42 insertions(+), 17 deletions(-) diff --git a/drivers/atmodem/gprs.c

[PATCH 05/10] Update documentation for GPRS technology

2011-01-10 Thread Rémi Denis-Courmont
--- doc/connman-api.txt |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 22e02e5..b13efd1 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -77,6 +77,14 @@ Properties boolean Attached [readonly]

[PATCH 06/10] Define packet switched bearers

2011-01-10 Thread Rémi Denis-Courmont
--- src/common.c | 15 +++ src/common.h | 13 + 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/common.c b/src/common.c index d4e567b..595bc53 100644 --- a/src/common.c +++ b/src/common.c @@ -714,6 +714,21 @@ const char

[PATCH 07/10] Declaration for packet switched bearer notifications

2011-01-10 Thread Rémi Denis-Courmont
--- include/gprs.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/gprs.h b/include/gprs.h index 1c1d116..cd62f2f 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -59,6 +59,8 @@ void ofono_gprs_status_notify(struct ofono_gprs *gprs, int status, int tech);

[PATCH 03/10] Update access technology documentation

2011-01-10 Thread Rémi Denis-Courmont
--- doc/network-api.txt |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/network-api.txt b/doc/network-api.txt index 4616542..28304e3 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -125,8 +125,9 @@ Properties string Mode [readonly]

[PATCH 08/10] Core support for packet switched bearer reporting

2011-01-10 Thread Rémi Denis-Courmont
--- src/gprs.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 9949210..9107a72 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -107,6 +107,7 @@ struct context_settings { struct pri_context {

[PATCH 10/10] atmodem: packet switch bearer support

2011-01-10 Thread Rémi Denis-Courmont
--- drivers/atmodem/gprs.c | 55 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/drivers/atmodem/gprs.c b/drivers/atmodem/gprs.c index a38c6b4..4ae1b57 100644 --- a/drivers/atmodem/gprs.c +++ b/drivers/atmodem/gprs.c @@ -200,6

[PATCH 09/10] Bearer documentation

2011-01-10 Thread Rémi Denis-Courmont
--- doc/connman-api.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index b13efd1..18185d7 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -150,6 +150,16 @@ Properties boolean Active [readwrite]

[PATCH 2/2] Document voicecall direction

2011-01-10 Thread Rémi Denis-Courmont
--- doc/voicecall-api.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index 4f38e6a..682b46b 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -92,6 +92,11 @@ Properties string LineIdentification

  1   2   >