Openwrt with modemmanager

2018-10-20 Thread Russ Westrem
I've compiled and had working modemmanager with lede. Now when trying to use it with openwrt it never establishes a connection. Does something need to be done to use it with openwrt? ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesk

[PATCH] sierra: remove unused 'self' variable in scact_periodic_query_ready()

2018-10-20 Thread Ben Chan
--- plugins/sierra/mm-broadband-bearer-sierra.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/sierra/mm-broadband-bearer-sierra.c b/plugins/sierra/mm-broadband-bearer-sierra.c index 1943d1ac..3a881498 100644 --- a/plugins/sierra/mm-broadband-bearer-sierra.c +++ b/plugins/sierra/mm-

[PATCH] broadband-bearer: remove unused 'self' variables

2018-10-20 Thread Ben Chan
--- src/mm-broadband-bearer.c | 5 - 1 file changed, 5 deletions(-) diff --git a/src/mm-broadband-bearer.c b/src/mm-broadband-bearer.c index 1b13921a..b5692d43 100644 --- a/src/mm-broadband-bearer.c +++ b/src/mm-broadband-bearer.c @@ -1410,11 +1410,8 @@ data_flash_cdma_ready (MMPortSerial *da

Re: Infinite connection loop

2018-10-20 Thread Sven Schwermer
Hi again, I now managed to capture the event in the journal. I limited the auto connect retried to 4 in order to keep the log size manageable. I didn’t have debug-level logging active for NetworkManager at the time. I’ll enable that now and try to reproduce. Please find the log attached. The er

Re: [PATCH] xmm: remove unused 'priv' variable in xact_query_bands_ready()

2018-10-20 Thread Aleksander Morgado
On 10/20/18 9:47 AM, Ben Chan wrote: > --- > plugins/xmm/mm-shared-xmm.c | 3 --- > 1 file changed, 3 deletions(-) > Merged to git master, thanks. > diff --git a/plugins/xmm/mm-shared-xmm.c b/plugins/xmm/mm-shared-xmm.c > index fcddee10..cbc7c7b4 100644 > --- a/plugins/xmm/mm-shared-xmm.c > +++

Re: [PATCH] base-call: remove unused 'self' variables

2018-10-20 Thread Aleksander Morgado
On 10/20/18 9:46 AM, Ben Chan wrote: > --- > src/mm-base-call.c | 9 - > 1 file changed, 9 deletions(-) > Merged to git master, thanks. > diff --git a/src/mm-base-call.c b/src/mm-base-call.c > index c128b601..79d296d9 100644 > --- a/src/mm-base-call.c > +++ b/src/mm-base-call.c > @@ -87

Re: Infinite connection loop

2018-10-20 Thread Aleksander Morgado
Hey, > I am running an embedded system with a u-blox SARA-U270 modem and > NetworkManager 1.12.2 / ModemManager 1.8.0. For some reason, the modem > connection seems to break over time. I am not quite sure why that’s the case, > but when I look into the journal, I see NetworkManager and ModemMan

Infinite connection loop

2018-10-20 Thread Sven Schwermer
Hi, I am running an embedded system with a u-blox SARA-U270 modem and NetworkManager 1.12.2 / ModemManager 1.8.0. For some reason, the modem connection seems to break over time. I am not quite sure why that’s the case, but when I look into the journal, I see NetworkManager and ModemManager spew

[PATCH] base-call: remove unused 'self' variables

2018-10-20 Thread Ben Chan
--- src/mm-base-call.c | 9 - 1 file changed, 9 deletions(-) diff --git a/src/mm-base-call.c b/src/mm-base-call.c index c128b601..79d296d9 100644 --- a/src/mm-base-call.c +++ b/src/mm-base-call.c @@ -875,12 +875,9 @@ call_start_ready (MMBaseModem *modem, GAsyncResult *r

[PATCH] xmm: remove unused 'priv' variable in xact_query_bands_ready()

2018-10-20 Thread Ben Chan
--- plugins/xmm/mm-shared-xmm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/xmm/mm-shared-xmm.c b/plugins/xmm/mm-shared-xmm.c index fcddee10..cbc7c7b4 100644 --- a/plugins/xmm/mm-shared-xmm.c +++ b/plugins/xmm/mm-shared-xmm.c @@ -297,11 +297,8 @@ xact_query_bands_ready (MMBaseMod