Hi,
I noticed the man page for mmcli had the string incorrect for setting bands.
https://www.freedesktop.org/software/ModemManager/man/1.8.0/mmcli.8.html
All versioned pages show:
--set-bands=[BAND1|BAND2|...]
it should be:
--set-current-bands=[BAND1|BAND2|...]
The string was cha
Greetings,
Just a little refresher on the band table for Cinterion/Gelmato modems.
Cheers,
From f1469d884cc0737c2965d5897af399fe9048b3ad Mon Sep 17 00:00:00 2001
From: mstanger
Date: Wed, 25 Jul 2018 14:44:27 -0600
Subject: [PATCH] mm-modem-helpers-cinterion: update freq/band table
This info
Apologies for hijacking the thread, but I also have a need to write a C++ app
to access certain MM 'status' info (IMIE, signal strength, etc).
I can shell out to mmcli and awk/parse the response, but lib-based coding would
probably be more 'correct'. I was struggling though to get to grips with h
Hey all,
This MR fixes B6 and B19 band handling, both used in Japan's NTT
DoCoMo exclusively I believe.
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/merge_requests/15
Comments?
--
Aleksander
https://aleksander.es
___
ModemManager-devel
The Cellient (Qualcomm) module I am using is working 100% in Ubuntu 18.04. But
when I try in CentOS 7 I am not able to connect.
ModemManager Debug when I run command: "mmcli -m 1 -b 0 -c"
Response: "Timeout was reached".
LOG:
ModemManager[3685]: [/dev/cdc-wdm0] Registered 'wds' (version 1.3
Hey,
>
> I have been making further tests to try to combine Glib and Boost::asio
> loops without much success. Regarding this and keeping in mind I should keep
> using Boost::asio in my application:
>
> - Do you it may be possible to make use of libmm-glib API performing only
> sync calls ? Could
Hello,
I have been making further tests to try to combine Glib and Boost::asio
loops without much success. Regarding this and keeping in mind I should
keep using Boost::asio in my application:
- Do you it may be possible to make use of libmm-glib API performing only
sync calls ? Could this be a g