* Added new message collections support, so that users can select which
messages to include in the built library during configure with the
--enable-collection option. Three predefined sets are given:
** minimal: the bare minimum messages required to control connectivity.
** basic: all messages and indications that ModemManager requires.
** full: all supported messages and indications.
Users can install custom collections under data/ and reference them in
the same way as the predefined sets. E.g. installing a new
data/qmi-collection-custom.json set can be enabled during configure with
--enable-collection=custom.
* Added new GObject Introspection support in the library
* Implemented new QRTR backend support, disabled by default. This new backend
allows to perform QMI operations on systems with the Qualcomm IPC router
* Added 5GNR radio access technology support, with new enum values in both the
DMS and NAS services.
* New services:
** New 'GMS' (Telit General Modem Service) service, for now just implementing
basic test get/set value commands.
** New 'DSD' (Data System Determination) service, implementing methods to get
and set default bearer APN settings.
* New request/response/indications:
** dms: implement "Get MAC Address" request/response.
** dms: renamed "Dell Get Firmware Version" to "Foxconn Get Firmware Version"
as the command applies not only to the Dell-branded variant, but also to
the generic Foxconn-branded models. The old APIs are kept available but
flagged as deprecated.
** loc: implement "Set NMEA Types" request/response.
** loc: implement "Get NMEA Types" request/response.
** uim: implement "Switch Slot" request/response.
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=35