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
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
---
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
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