[PATCH 1/1] mbim-modem: disable location interface

2017-04-01 Thread Thomas Voß
MBIM does not support 3gpp location data right now. For that, we make sure that the location interface is not reported as supported by MBIM modems. --- src/mm-broadband-modem-mbim.c | 12 1 file changed, 12 insertions(+) diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-m

[PATCH 0/1] mbim modem: disable location interface

2017-04-01 Thread Thomas Voß
A simple patch to avoid MBIM modems reporting that they support the location interface. I haven't submitted patches to mailing list in quite a while, so please bear with me while I'm learning. Thanks, Thomas Thomas Voß (1): mbim-modem: disable location interface src/mm-broadband-modem-mb

[PATCH] novatel: port custom init and IMSI loading to use GTask

2017-04-01 Thread Ben Chan
--- plugins/novatel/mm-common-novatel.c | 54 +++--- plugins/novatel/mm-sim-novatel-lte.c | 89 2 files changed, 66 insertions(+), 77 deletions(-) diff --git a/plugins/novatel/mm-common-novatel.c b/plugins/novatel/mm-common-novatel.c index 4c

Re: [PATCH 8/8] broadband-bearer: once connected, set flow control settings

2017-04-01 Thread Aleksander Morgado
On Sat, Apr 1, 2017 at 5:57 AM, Dan Williams wrote: >> +MMFlowControl >> +mm_broadband_modem_get_connected_flow_control (MMBroadbandModem >> *self) >> +{ >> +return self->priv->modem_flow_control; >> +} > > This part is kinda icky; and mm-broadband-bearer has no other case of > calling a mm_br