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.
1 file changed
tree: 90cf9ca325a7e6166107008d539144b03012083e
  1. build-aux/
  2. data/
  3. docs/
  4. examples/
  5. gobi-api/
  6. src/
  7. utils/
  8. .gitignore
  9. .gitlab-ci.yml
  10. AUTHORS
  11. ChangeLog
  12. COPYING
  13. COPYING.LIB
  14. meson.build
  15. meson_options.txt
  16. NEWS
  17. README.md
  18. RELEASING
  19. TODO
README.md

libqmi

libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.

Documentation

Project documentation is kept in: https://modemmanager.org/docs/libqmi/

License

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

Code of Conduct

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