Re: GPRS Attach/Detach

2018-02-19 Thread Nikolas Sepos
Hi Denis, thank you again. All the best, Nikolas. --- Nikolas Sepos DevOps Engineer @ Endocode AG niko...@endocode.com -- Endocode AG, Brückenstraße 5A, 10179 Berlin i...@endocode.com | www.endocode.com Vorstandsvorsitzender: Mirko Boehm Vorstände: Dr. Thomas Fricke, Sebastian Sucker

Re: [PATCH 3/3] doc: Add SystemPath to Modem interface

2018-02-19 Thread Denis Kenzior
Hi, +    string SystemPath [readonly, optional] + +    String giving a consistent hardware path for the modem +    device. It will not change in case of reboot of modem +    or ofono. Given that many modems are USB devices, I don't think you can actually promise

Re: Issue with service reporting on a 4G modem

2018-02-19 Thread Daniel Wagner
Hi Bassem, [added ofono mailing list] On 02/16/2018 11:24 AM, Bassem BOUBAKER wrote: Hello community, I'm having connman version 1.31 along side with ofono running on my board. When I activate a context on my 4G modem using ofono, connman creates two services: one is cellular and the other

Re: [PATCH 3/3] doc: Add SystemPath to Modem interface

2018-02-19 Thread Jonas Bonn
On 02/19/2018 03:57 PM, Christophe Ronco wrote: --- doc/modem-api.txt | 8 1 file changed, 8 insertions(+) diff --git a/doc/modem-api.txt b/doc/modem-api.txt index 89e6191..e03c64a 100644 --- a/doc/modem-api.txt +++ b/doc/modem-api.txt @@ -95,6 +95,14 @@ Properties boolean Powered

[PATCH 3/3] doc: Add SystemPath to Modem interface

2018-02-19 Thread Christophe Ronco
--- doc/modem-api.txt | 8 1 file changed, 8 insertions(+) diff --git a/doc/modem-api.txt b/doc/modem-api.txt index 89e6191..e03c64a 100644 --- a/doc/modem-api.txt +++ b/doc/modem-api.txt @@ -95,6 +95,14 @@ Properties boolean Powered [readwrite] String

[PATCH 0/3] Add SystemPath property to modem interface

2018-02-19 Thread Christophe Ronco
Here is the patch serie as discussed in this thread of mails. Christophe Ronco (3): udevng: Add modem string SystemPath modem: Add SystemPath dbus property doc: Add SystemPath to Modem interface doc/modem-api.txt | 8 plugins/udevng.c | 2 ++ src/modem.c | 6 ++ 3

[PATCH 1/3] udevng: Add modem string SystemPath

2018-02-19 Thread Christophe Ronco
--- plugins/udevng.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/udevng.c b/plugins/udevng.c index 9b78ab4..3c7d99e 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -1732,6 +1732,8 @@ static gboolean create_modem(gpointer key, gpointer value, gpointer user_data)

[PATCH 2/3] modem: Add SystemPath dbus property

2018-02-19 Thread Christophe Ronco
--- src/modem.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/modem.c b/src/modem.c index d5fda7c..0cee861 100644 --- a/src/modem.c +++ b/src/modem.c @@ -792,6 +792,7 @@ void __ofono_modem_append_properties(struct ofono_modem *modem, struct ofono_devinfo *info;

Re: GPRS Attach/Detach

2018-02-19 Thread Nikolas Sepos
Hello Denis, thank you very much for the reply. > Doesn't seem to have anything to do with PPP actually. Anyway, there > should be no active contexts if we're detached. Otherwise this will > confuse ConnMan, NetworkManager, etc. Aren't ConnMan & NetworkManager get the info regarding modems