Skip to content
Snippets Groups Projects
Forked from Mobile broadband connectivity / libqmi
627 commits behind the upstream repository.
Aleksander Morgado's avatar
Aleksander Morgado authored
So that instead of this:
  TLV:
    type       = "Model" (0x01)
    length     = 8
    value      = 45:4D:31:32:2D:41:57:09
    translated = EΞE_S%P+Ç

We get this:
  TLV:
    type       = "Model" (0x01)
    length     = 8
    value      = 45:4D:31:32:2D:41:57:09
    translated = EM12-AW
cbf0a3aa
History
libqmi is a glib-based library for talking to WWAN modems and devices which
speak the Qualcomm MSM Interface (QMI) protocol.

License:
  The libqmi-glib library is released under the LGPLv2+ license.
  The qmicli, qmi-network and qmi-firmware-update tools are released under the
  GPLv2+ license.