forked from pool/libqmi
Accepting request 829824 from network
- update to 1.26.4: * 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/request/show/829824 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=33
This commit is contained in:
commit
a114ec8d1a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:208fe3e94dabe1d8117d1023d841737b6fe92aaff21ef8f35bbed15417ee507f
|
||||
size 996332
|
3
libqmi-1.26.4.tar.xz
Normal file
3
libqmi-1.26.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0adcb84ba452e3e13edeb3f94f7b003ea927b354bc187629e05efb333ce270b
|
||||
size 1105468
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 19:20:02 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.26.4:
|
||||
* 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.
|
||||
** uim: implement "Get Slot Status" request/response.
|
||||
** uim: implement "Slot Status" indication.
|
||||
** voice: implement "Indication Register" request/response.
|
||||
** voice: implement "Originate USSD" request/response.
|
||||
** voice: implement "Answer USSD" request/response.
|
||||
** voice: implement "Cancel USSD" request/response.
|
||||
** voice: implement "Release USSD" request/response.
|
||||
** voice: implement "USSD" indication.
|
||||
** voice: implement "Originate USSD No Wait" request/response.
|
||||
** voice: implement "Originate USSD No Wait" indication.
|
||||
* New TLVs supported in existing messages:
|
||||
** nas: added 'Extended List' and 'Bandwidth List' in "Get RF Band
|
||||
Information".
|
||||
** wda: added 'Endpoint Info' in "Get Data Format".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 30 08:46:17 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _soname libqmi-glib5
|
||||
|
||||
Name: libqmi
|
||||
Version: 1.24.14
|
||||
Version: 1.26.4
|
||||
Release: 0
|
||||
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
|
||||
Summary: Library to control QMI devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user