RE: ModemManager 1.12.4
Thank you for your efforts! Please also update OpenWrt with new release. Thanks again. Amol The information in this email communication (inclusive of attachments) is confidential to 4RF Limited and the intended recipient(s). If you are not the intended recipient(s), please note that any use, disclosure, distribution or copying of this information or any part thereof is strictly prohibited and that the author accepts no liability for the consequences of any action taken on the basis of the information provided. If you have received this email in error, please notify the sender immediately by return email and then delete all instances of this email from your system. 4RF Limited will not accept responsibility for any consequences associated with the use of this email (including, but not limited to, damages sustained as a result of any viruses and/or any action or lack of action taken in reliance on it).-Original Message- From: ModemManager-devel On Behalf Of Aleksander Morgado Sent: Monday, 13 January 2020 10:16 PM To: ModemManager (development) Subject: ANN: ModemManager 1.12.4 Hey hey, This is the second bugfix release in the ModemManager 1.12.x series. Overview of changes in ModemManager 1.12.4 --- This release breaks the API of the bindings supporting the MMModem3gppNetwork type, used as result when a Modem3gpp.Scan() operation finishes. This type is now a boxed type with explicit copy/free info, so the interpreter using the bindings is now able to cleanly dispose these variables (it would make the program crash otherwise, so the change is well justified). The getters for the MMModem3gppNetwork type now look like this: E.g. instead of: ModemManager.Modem3gpp.network_get_operator_code(network) We should now do: network.get_operator_code() A new example python application using the Modem3gpp.Scan() operation is provided in the sources, under examples/network-scan-python. There is no API/ABI break in libmm-glib itself. The list of additional changes in this version includes: * Core: ** Added missing ME error codes when building GError variables for the MM_MOBILE_EQUIPMENT_ERROR domain. * Bearer: ** Avoid connection checks or stats updates while disconnecting. * Serial port: ** Fix segfault when port flash operation gets cancelled. * Simple interface: ** Fix the ongoing connection cancellable handling. * Voice interface: ** Fix segfault when voice support check fails. * QMI: ** Fixed several memory leaks, including a severe one happening when multiple GPS sources (e.g. raw and nmea) were enabled at the same time. * Plugins: ** ublox: ignore errors when attempting to disconnect last bearer. * mmcli: ** Allow "yes" and "no" as boolean strings. * Several other minor fixes and memory leak plugs. - About ModemManager: http://www.freedesktop.org/wiki/Software/ModemManager Download here: http://www.freedesktop.org/software/ModemManager/ModemManager-1.12.4.tar.xz Verify it: $ md5sum ModemManager-1.12.4.tar.xz 22280110d75c87a89786a317aa9cee04 ModemManager-1.12.4.tar.xz Please report bugs either to: modemmanager-devel@lists.freedesktop.org Or to gitlab: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues -- Aleksander https://aleksander.es ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
ANN: ModemManager 1.12.4
Hey hey, This is the second bugfix release in the ModemManager 1.12.x series. Overview of changes in ModemManager 1.12.4 --- This release breaks the API of the bindings supporting the MMModem3gppNetwork type, used as result when a Modem3gpp.Scan() operation finishes. This type is now a boxed type with explicit copy/free info, so the interpreter using the bindings is now able to cleanly dispose these variables (it would make the program crash otherwise, so the change is well justified). The getters for the MMModem3gppNetwork type now look like this: E.g. instead of: ModemManager.Modem3gpp.network_get_operator_code(network) We should now do: network.get_operator_code() A new example python application using the Modem3gpp.Scan() operation is provided in the sources, under examples/network-scan-python. There is no API/ABI break in libmm-glib itself. The list of additional changes in this version includes: * Core: ** Added missing ME error codes when building GError variables for the MM_MOBILE_EQUIPMENT_ERROR domain. * Bearer: ** Avoid connection checks or stats updates while disconnecting. * Serial port: ** Fix segfault when port flash operation gets cancelled. * Simple interface: ** Fix the ongoing connection cancellable handling. * Voice interface: ** Fix segfault when voice support check fails. * QMI: ** Fixed several memory leaks, including a severe one happening when multiple GPS sources (e.g. raw and nmea) were enabled at the same time. * Plugins: ** ublox: ignore errors when attempting to disconnect last bearer. * mmcli: ** Allow "yes" and "no" as boolean strings. * Several other minor fixes and memory leak plugs. - About ModemManager: http://www.freedesktop.org/wiki/Software/ModemManager Download here: http://www.freedesktop.org/software/ModemManager/ModemManager-1.12.4.tar.xz Verify it: $ md5sum ModemManager-1.12.4.tar.xz 22280110d75c87a89786a317aa9cee04 ModemManager-1.12.4.tar.xz Please report bugs either to: modemmanager-devel@lists.freedesktop.org Or to gitlab: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/issues -- Aleksander https://aleksander.es ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
Re: Sierra EM7455 & qmi-radio-monitor
Hey! > > Thank you. I'll try to make it work with EM7455. > > Do you have some documentation about DMS UIM and UIM? > Which part of your sources are related to detect and test modems with DMS > UIM api? > In ModemManager we just attempt first a "DMS UIM Get PIN Status" operation, and if that operation fails with "Invalid QMI command" or "Not supported", we fallback to run the corresponding method in the UIM service, "UIM Get Card Status". See e.g.: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/master/src/mm-broadband-modem-qmi.c#L967 -- Aleksander https://aleksander.es ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
Re: Sierra EM7455 & qmi-radio-monitor
Hello Aleksander, Thank you. I'll try to make it work with EM7455. Do you have some documentation about DMS UIM and UIM? Which part of your sources are related to detect and test modems with DMS UIM api? Thanks. Guillaume Le 11 janvier 2020 15:04:43 Aleksander Morgado a écrit : Hey! I'm wondering if qmi-radio-monitor still exists and where to find it as it seems not to be on the github sources anymore. It's in my libqmi gitlab account here: https://gitlab.freedesktop.org/aleksm/libqmi/tree/aleksander/qmi-radio-monitor A long time ago I suggested we could include it in the libqmi sources. The libqmi branch should have everything that was already done before, but the integration may not be complete. If it still exist, does it support modems without support for DMS UIM like the Sierra EM7455. Don't think so, but patches would be welcome. -- Aleksander https://aleksander.es ___ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel