RE: NetworkManager Settings and D-Bus

2011-07-26 Thread David Röthlisberger
Date: Mon, 25 Jul 2011 16:40:57 -0400 From: Bob Bader li...@dbent.net Subject: RE: NetworkManager Settings and D-Bus If I am providing too many parameters I would think the error would be different than it telling me that there are too few parameters. The error message is: Fewer items

Re: [PATCH 1/2] dtd: enhance APN types, add APN plans

2011-07-26 Thread Oleg Zhurakivskyy
Hello Marcel, On 07/25/2011 04:58 PM, Marcel Holtmann wrote: -!ATTLIST apn type (mms|prepaid|wap) #IMPLIED +!ATTLIST apn type (internet|mms|wap) #IMPLIED +!ATTLIST apn plan (contract|prepaid) #IMPLIED actually I probably slipped some literal translation from German into this one. Maybe it is

Re: No 3G after disconnecting

2011-07-26 Thread wp1191918-hgvs
  Marius Kotsbak marius.kots...@gmail.com hat am 26. Juli 2011 um 02:17 geschrieben: Den 25. juli 2011 12:08, skrev wp1191918-hgvs:  Hi,   I have found the following problem with an Ericsson F5521gw 3G modem:   1. start system 2. bring up 3g connection by clicking on the

Re: No 3G after disconnecting

2011-07-26 Thread Marius Kotsbak
Den 26. juli 2011 12:17, skrev wp1191918-hgvs: Marius Kotsbakmarius.kots...@gmail.com hat am 26. Juli 2011 um 02:17 geschrieben: Den 25. juli 2011 12:08, skrev wp1191918-hgvs: Hi, I have found the following problem with an Ericsson F5521gw 3G modem: 1. start system 2. bring up

[PATCH 0/4] APN type and plan extensions for automatic provisioning

2011-07-26 Thread Oleg Zhurakivskyy
Hello, Please find patches that extend the mobile-broadband-provider-info database with the plan tag specifier (prepaid or postpaid). APN type is extended with the internet. The provider info database is modified accordingly. Regards, Oleg Oleg Zhurakivskyy (4): dtd: enhance APN types, add

[PATCH 4/4] all: re-tag APNs according to the new dtd 3/3

2011-07-26 Thread Oleg Zhurakivskyy
--- serviceproviders.xml | 452 +- 1 files changed, 226 insertions(+), 226 deletions(-) diff --git a/serviceproviders.xml b/serviceproviders.xml index 839c1f2..0e9bdf1 100644 --- a/serviceproviders.xml +++ b/serviceproviders.xml @@ -5043,53

[PATCH 3/4] all: re-tag APNs according to the new dtd 2/3

2011-07-26 Thread Oleg Zhurakivskyy
--- serviceproviders.xml | 460 +- 1 files changed, 230 insertions(+), 230 deletions(-) diff --git a/serviceproviders.xml b/serviceproviders.xml index 019e7f4..839c1f2 100644 --- a/serviceproviders.xml +++ b/serviceproviders.xml @@ -2638,21

Re: [PATCH 1/4] dtd: enhance APN types, add APN plans

2011-07-26 Thread Marius Kotsbak
Den 26. juli 2011 13:37, skrev Oleg Zhurakivskyy: --- serviceproviders.2.dtd |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/serviceproviders.2.dtd b/serviceproviders.2.dtd index a0c5a31..931929b 100644 --- a/serviceproviders.2.dtd +++ b/serviceproviders.2.dtd @@

Re: [PATCH 2/4] all: re-tag APNs according to the new dtd 1/3

2011-07-26 Thread Marius Kotsbak
Den 26. juli 2011 13:37, skrev Oleg Zhurakivtskyy: --- serviceproviders.xml | 544 +- 1 files changed, 272 insertions(+), 272 deletions(-) @@ -202,7 +202,7 @@ conceived. gsm network-id mcc=722 mnc=010/

Re: [PATCH 4/4] all: re-tag APNs according to the new dtd 3/3

2011-07-26 Thread Marius Kotsbak
Den 26. juli 2011 13:37, skrev Oleg Zhurakivskyy: --- serviceproviders.xml | 452 +- 1 files changed, 226 insertions(+), 226 deletions(-) diff --git a/serviceproviders.xml b/serviceproviders.xml index 839c1f2..0e9bdf1 100644 ---

Re: [PATCH 1/4] dtd: enhance APN types, add APN plans

2011-07-26 Thread Oleg Zhurakivskyy
Hello Marius, On 07/26/2011 02:40 PM, Marius Kotsbak wrote: What if an APN is used for both post- and prepaid (which all I have encountered have been)? Is the idea then to tag them as postpaid? One alternative would be to further enhance the database format in order to permit multiple plans

Re: [PATCH 1/4] dtd: enhance APN types, add APN plans

2011-07-26 Thread Marius Kotsbak
Den 26. juli 2011 14:19, skrev Oleg Zhurakivskyy: Hello Marius, On 07/26/2011 02:40 PM, Marius Kotsbak wrote: What if an APN is used for both post- and prepaid (which all I have encountered have been)? Is the idea then to tag them as postpaid? One alternative would be to further enhance the

[PATCH 0/4] Network Zones support

2011-07-26 Thread Jiri Popelka
On 06/30/2011 11:11 PM, Dan Williams wrote: On Tue, 2011-06-28 at 19:03 +0200, Thomas Woerner wrote: Hello Dan, we were talking some time ago about classification of network connections according to their trust level in network zones. Jiri Popelka and I want to work on network zone support

[PATCH 4/4] Have NMPolicy implement the new NMZonesInterface.

2011-07-26 Thread Jiri Popelka
--- include/NetworkManager.h |3 + src/nm-policy.c | 126 ++ 2 files changed, 119 insertions(+), 10 deletions(-) diff --git a/include/NetworkManager.h b/include/NetworkManager.h index 17c3a11..dc403a4 100644 --- a/include/NetworkManager.h

[PATCH 3/4] Convert NMPolicy into a real GObject.

2011-07-26 Thread Jiri Popelka
--- src/main.c |2 +- src/nm-policy.c | 389 --- src/nm-policy.h | 21 +++- 3 files changed, 246 insertions(+), 166 deletions(-) diff --git a/src/main.c b/src/main.c index 328c253..109b352 100644 --- a/src/main.c +++ b/src/main.c @@

Re: [PATCH 2/4] all: re-tag APNs according to the new dtd 1/3

2011-07-26 Thread Oleg Zhurakivskyy
Hello Marius, On 07/26/2011 03:08 PM, Marius Kotsbak wrote: Probably wap. Thanks for the input! In some cases the APN type might be internet although the word wap is present in the name. Because of this, only APNs which were clearly marked as wap in the database before, were marked so in

Re: [PATCH 2/4] all: re-tag APNs according to the new dtd 1/3

2011-07-26 Thread Marius Kotsbak
Den 26. juli 2011 16:32, skrev Oleg Zhurakivskyy: Hello Marius, On 07/26/2011 03:08 PM, Marius Kotsbak wrote: Probably wap. Thanks for the input! In some cases the APN type might be internet although the word wap is present in the name. Because of this, only APNs which were clearly marked