commit | 19cf0cc1722acb62f95a99ae45e15c4216207511 | [log] [tgz] |
---|---|---|
author | Daniele Palmas <dnlplm@gmail.com> | Tue Jun 20 11:22:14 2023 |
committer | Daniele Palmas <dnlplm@gmail.com> | Tue Jun 27 12:57:34 2023 |
tree | 90cf9ca325a7e6166107008d539144b03012083e | |
parent | 8f954278035527d503ba6018558b39d6abb2ccf8 [diff] |
qmicli,atr: add monitoring unsolicited action Add an action to watch for unsolicited notifications. To enable the AT communication in the QMI client and get the unsolicited notifications, it is required to send any initial AT command. The implementation uses 'ATE0' so that the echo is disabled in the monitoring client: this could also be useful if the same client cid is used also for AT commands sending through --atr-send-only to avoid polluting the monitoring output.
libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
Project documentation is kept in: https://modemmanager.org/docs/libqmi/
libqmi-glib
library is released under the LGPL-2.1-or-later license.qmicli
, qmi-network
and qmi-firmware-update
tools are released under the GPL-2.0-or-later license.Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms, which you can find in the following link: https://www.freedesktop.org/wiki/CodeOfConduct CoC issues may be raised to the project maintainers at the following address: libqmi-devel-owner@lists.freedesktop.org