Accepting request 1124996 from network
- update to update to 1.34.0: * New services: ** New 'ATR' service to support AT commands over QMI, defined by Telit, including "Send" request and "Received" indication. ** New 'IMS' service, including "Get IMS Services Enabled Setting" request/response. ** New 'IMSA' (IMS Application) service, including "Get IMS Registration Status" and "Get IMS Services Status" request/responses. ** New 'IMSP' (IMS Presence) service, including "Get Enabler State" request/response. ** New 'SSC' service (Qualcomm Snapdragon Sensor Core), including the "Control" request/response, and "Report Small"/"Report Large" indications. ** nas: added the "WCDMA RSCP" TLV in "Get Signal Info" response and "Signal Info" indication. ** wds: added the "Report Profile Changes" TLV in ** Support for 16-bit service ids added, used in the QRTR backend. ** Response and indication parser messages are now published in the API. ** The library now allows connecting to a unix domain socket named 'qmux_socket' instead of a device file. ** Extended the 'QmiWdsProfileType' enum type with EPC and ALL values. ** Extended the 'QmiUimCardApplicationPersonalizationFeature' enum type with additional GW-related values. ** New 'QmiUimCardApplicationPersonalizationFeatureStatus' OBS-URL: https://build.opensuse.org/request/show/1124996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=46
This commit is contained in:
commit
2013389ec8
BIN
libqmi-1.32.4.tar.bz2
(Stored with Git LFS)
BIN
libqmi-1.32.4.tar.bz2
(Stored with Git LFS)
Binary file not shown.
3
libqmi-1.34.0.tar.bz2
Normal file
3
libqmi-1.34.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87be6e07b48e1429c3688cc547730c9a2389f9dd5bbe5fdf2b33280ef886e37e
|
||||
size 3723175
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 14:01:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to update to 1.34.0:
|
||||
* New services:
|
||||
** New 'ATR' service to support AT commands over QMI,
|
||||
defined by Telit, including "Send" request and "Received"
|
||||
indication.
|
||||
** New 'IMS' service, including "Get IMS Services Enabled
|
||||
Setting" request/response.
|
||||
** New 'IMSA' (IMS Application) service, including "Get
|
||||
IMS Registration Status" and "Get IMS Services Status"
|
||||
request/responses.
|
||||
** New 'IMSP' (IMS Presence) service, including "Get
|
||||
Enabler State" request/response.
|
||||
** New 'SSC' service (Qualcomm Snapdragon Sensor Core),
|
||||
including the "Control" request/response, and
|
||||
"Report Small"/"Report Large" indications.
|
||||
** nas: added the "WCDMA RSCP" TLV in "Get Signal Info"
|
||||
response and "Signal Info" indication.
|
||||
** wds: added the "Report Profile Changes" TLV in
|
||||
** Support for 16-bit service ids added, used in the QRTR
|
||||
backend.
|
||||
** Response and indication parser messages are now
|
||||
published in the API.
|
||||
** The library now allows connecting to a unix domain
|
||||
socket named 'qmux_socket' instead of a device file.
|
||||
** Extended the 'QmiWdsProfileType' enum type with EPC and
|
||||
ALL values.
|
||||
** Extended the
|
||||
'QmiUimCardApplicationPersonalizationFeature' enum type with
|
||||
additional GW-related values.
|
||||
** New 'QmiUimCardApplicationPersonalizationFeatureStatus'
|
||||
enum type.
|
||||
** New 'QmiImspEnablerState' enum type, used in the IMPS
|
||||
service.
|
||||
** New 'QmiImsaImsRegistrationStatus',
|
||||
'QmiImsaServiceStatus' and
|
||||
* qmicli:
|
||||
** New '--uim-remote-unlock' command.
|
||||
** New '--imsp-get-enabler-state' command.
|
||||
** New '--imsa-get-ims-registration-status' and
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 17:57:50 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define _soname libqmi-glib5
|
||||
Name: libqmi
|
||||
Version: 1.32.4
|
||||
Version: 1.34.0
|
||||
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…
Reference in New Issue
Block a user