- Update to version 1.28.4
* libqmi-glib:
- Add 'wwan' subsystem support.
- Plug memleak when allocating new links.
- Plug memleak when QmiDevice is opened multiple times.
- Fix build when ARPHRD_RAWIP isn't defined in libc.
* gir:
- Flag all output TLV readers as optional.
- Add explicit ownership information in the string and
struct return annotations.
* collections:
- basic: added WMS Send ACK
* qmicli:
- Fix double GError when both 'Extended List' and 'Bandwidth
List' are missing in --nas-get-rf-band-info.
* Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/893278
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=40
- update to 1.28.0:
* The QmiDevice interfaces to work with the expected data format and the wwan
interface name should now be considered to be specific to QMI devices exposed
by the upstream 'qmi_wwan' kernel driver. If the device is exposed with a
different driver (e.g. PCIe or QRTR) these methods will always fail.
* The QmiDevice now supports configuring the 'pass_through' sysfs setting in
the network interfaces exposed by the 'qmi_wwan' kernel driver, with a new
'qmap-pass-through' expected data format type. In this mode, the network
device will be managed by the rmnet kernel driver. A new method is also
provided to check in runtime whether a given expected data format value is
supported by the kernel or not.
* The QmiDevice now includes methods to list, create and delete links on the
network interface, that can be used to setup QMAP based multiplexing of
different data streams, e.g. connected to different APNs. When using the
'qmi_wwan' kernel driver, the link management logic depends on the configured
expected data format:
** rmnet netlink operations will be used if 'qmap-pass-through' expected
data format is configured.
** add_mux/del_mux operations will be used if 'raw-ip' expected data format
is configured.
* New services:
** New 'SAR' (Specific Absorption Rate) service, with support for the "Set RF
State" and "Get RF State" request/responses.
* New request/response/indications:
** uim: implement "Refresh Register" request/response.
** uim: implement "Refresh Register All" request/response.
** uim: implement "Refresh Complete" request/response.
** uim: implement "Refresh" indication.
** loc: implement "Get Engine Lock" request/response.
** loc: implement "Set Engine Lock" request/response.
** nas: implement "Get DRX" request/response.
** nas: implement "Get PLMN Name" request/response.
** wms: implement "Send Ack" request/response.
** wds: implement "Bind Data Port" request/response.
** wds: implement "Get Max LTE Attach PDN Number" request/response.
** wds: implement "Get LTE Attach PDN List" request/response.
** wds: implement "Set LTE Attach PDN List" request/response.
** wds: implement "Set LTE Attach PDN List" indication.
** wds: implement "Get LTE Attach Parameters" request/response.
** wds: renamed "Get Default Profile Num" to "Get Default Profile Number",
and provided compat symbols to avoid breaking API.
** wds: renamed "Set Default Profile Num" to "Set Default Profile Number",
and provided compat symbols to avoid breaking API.
* New TLVs supported in existing messages:
** nas: added the "Rx Chain 2/3 Info" TLVs in "Get Tx Rx Info".
** nas: added the "LTE Info Timing Advance" TLV in "Get Cell Location Info".
** nas: added the "LTE Voice Domain", "CDMA Registration Zone ID", "GSM
Routing Area Code", "WCDMA Routing Area Code" and "CDMA Resolved MCC"
TLVs in "Get System Info".
* libqmi-glib:
** Added support for 'embedded' and 'pcie' endpoint types.
** Added support for QMAPv5 data aggregation type.
* qmicli:
** When built with QRTR support, the '--device' option now allows QRTR URIs
(e.g. 'qrtr://0').
** New '--link-list', '--link-add', '--link-delete' and '--link-delete-all'
commands.
** New '--uim-monitor-refresh-file' command.
** New '--uim-monitor-refresh-all' command.
** New '--wds-bind-data-port' command.
** New '-loc-get-operation-mode' and '--loc-set-operation-mode' commands.
** New '-loc-get-engine-lock' and '--loc-set-engine-lock' commands.
** New '--wds-get-lte-attach-parameters' command.
** New '--wds-get-max-lte-attach-pdn-num' command.
** New '--wds-get-lte-attach-pdn-list' and '--wds-set-lte-attach-pdn-list'
commands.
** Updated the '--wds-start-network' command with a timeout of 180s.
** Updated the '--wds-stop-network' command with a timeout of 120s.
** Updated the '--dms-set-firmware-preference' command to use a key-value
pair based input instead of predefined fields.
* collections:
** basic: added UIM event registration commands.
** basic: added UIM slot management commands.
** basic: added UIM refresh related commands.
** basic: added WDS bind data port commands.
** basic: added WDS initial LTE bearer management commands.
** basic: added NAS PLMN name commands.
OBS-URL: https://build.opensuse.org/request/show/874481
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=38
- update to 1.26.6:
* libqmi-glib:
+ New TLV read APIs added in "NAS Get Cell Location Info" so
that BCD encoded PLMN strings are read as arrays instead of
as UTF-8 validated strings.
+ Allow TAB characters as printable in strings.
* qmicli:
+ report EcIo, RSRP and phase for 5GNR in "NAS Get TX/RX Info".
* Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/840129
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=36
- 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
* 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
- Update to version 1.24.12:
* libqmi-glib:
- Skip UTF-8 validation on 0xFF suffix that may happen in
fixed sized strings (e.g. 2-digit MNC value in 3-byte fixed
sized field).
- Explicitly allow CR and LF as valid characters in strings
(e.g. when given in NMEA trace indications).
* qmi-proxy:
- Fix loss of last requests on client hangup.
- Fix missing indication/removal signal handling in clients.
- Fix forwarding of broadcast indications to all clients.
* Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/802240
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=33
- Update to version 1.24.10:
+ libqmi-glib:
- Added new WDS verbose call end reasons in the IPv6, PPP,
3GPP, CM and Internal groups.
- Renamed WDS verbose call end reason "CM_CONFIGURATION_FAILED"
to "CM_CONFERENCE_FAILED", and added the old name as
deprecated in the compat sources.
- Detect QMI control ports exposed as 'smdpkt' or 'rpmsg'
virtual devices.
+ qmicli:
- Fixed crash when using --pdc-deactivate-config.
+ Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/792975
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=32
- Update to version 1.24.6:
libqmi-glib:
* Fixed the close operation logic to make sure that a reopen done
right away doesn't close the wrong endpoint.
* Updated string reading logic to make sure that all strings are
valid UTF-8.
* Updated string reading logic to attempt parsing as GSM7 or UCS2
if the initial UTF-8 validation fails.
* Renamed TLV 0x15 in the "WDA Get Data Format" message, and added
new compat methods for the old name.
* Fixed the format of the NITZ information TLV, and added new
compat methods for the old name.
* Fixed the format of the Home Network 3GPP2 TLV, and added new
compat methods for the old name.
* Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/779866
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=30
- Update to version 1.24.4:
* libqmi-glib: the logic behind QMI_DEVICE_OPEN_FLAGS_VERSION_INFO
has been updated, and from now on it will only make sure the
version info of the device is loaded when it's opened.
The library will no longer prevent a given message from being
sent to the module based on the version information kept in
the message database.
* docs: fixed Since tags in UIM messages using the fixed
"Session" TLV introduced in 1.22.
OBS-URL: https://build.opensuse.org/request/show/764797
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=29
- Update to version 1.24.2:
+ libqmi-glib:
- message: fixed message creation on big endian systems.
- message: added missing services in
get_version_introduced_full().
- message: updated printable_full() to allow a NULL
line_prefix.
- device: updated response reception logic to make sure we
check the message id before attempting to parse the
contents, and if the message id doesn't match we return an
early QMI_CORE_ERROR_UNEXPECTED_MESSAGE error.
+ pkgconfig:
- Added libmbim dependency in Libs.Private, if built with
QMI-over-MBIM support.
+ qmi-proxy:
- Updated to always use the realpath of the QMI device file,
so that users using different symlinks to the same device
file don't get transaction ids mixed up.
+ Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/757165
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=27
- Update to version 1.22.0:
+ Build now looks for the correct python provider in the system
during configure.
+ New services: New 'QoS' (Quality of Service) service, with some
minimal initial implementation to support flow/network status
querying. Additionally, some Sierra-specific commands are also
implemented that allow querying per-bearer statistics (e.g. if
multiple dedicated and default LTE bearers are used).
+ New request/responses/indications:
- loc: new "Register Events" request/response.
- loc: new "NMEA" indication.
- loc: new "Engine State" indication.
- loc: new "Fix Recurrence Type" indication.
- loc: new "GNSS Sv Info" indication.
- loc: new "Inject Predicted Orbits Data"
request/response/indication.
- loc: new "Get Predicted Orbits Data Source"
request/response/indication.
- loc: new "Set Server" request/response/indication.
- loc: new "Get Server" request/response/indication.
- loc: new "Delete Assistance Data"
request/response/indication.
- loc: new "Set Operation Mode" request/response/indication.
- loc: new "Get Operation Mode" request/response/indication.
- loc: new "Inject XTRA Data" request/response/indication.
- uim: new "Card Status" indication.
- wds: new "Get Default Profile Num" request/response.
- wds: new "Set Default Profile Num" request/response.
- wds: new Sierra-specific "Swi Create Profile Indexed"
request/response.
+ New TLVs supported in existing messages:
- loc: added multiple new TLVs in the "Position Report"
indication, which was a minimal skeleton in previous
releases.
- loc: added 'Fix Recurrence Type' TLV in "Start".
- loc: added 'Minimum Interval between Position Reports' TLV in
"Start".
- nas: added 'Acquisition Order Preference' TLV in "Set System
Selection Preference" and "Get System Selection Preference".
- nas: added 'Phy CA Agg Secondary Cells' TLV in "Get LTE Cphy
CA Info".
- wds: added 'WDS APN Disabled Flag' TLV in "Create Profile",
"Modify Profile" and "Get Profile Settings".
- wds: added 'WDS Roaming Disallowed Flag' TLV in "Create
Profile", "Modify Profile" and "Get Profile Settings".
+ libqmi:
- Assume TLVs < 0x10 are mandatory by default.
- Fixed some missing QmiProtocolErrors and updated some
existing ones.
- Implemented support to allow enabling QMI indications when in
MBIM mode.
- Addded missing QmiNasBandPreference and
QmiDmsLteBandCapability flags.
- Deprecate QMI_CORE_ERROR_TLV_EMPTY, as empty TLVs are allowed
by the protocol and totally valid e.g. in 0-sized string-type
TLVs.
- Moved all deprecated APIs to 'qmi-compat.h' header.
+ qmicli:
- New '--loc-get-position-report' command.
- New '--loc-get-gnss-sv-info' command.
- New '--loc-follow-position-report' command.
- New '--loc-follow-gnss-sv-info' command.
- New '--loc-follow-nmea' command.
- New '--loc-delete-assistance-data' command.
- New '--qos-get-flow-status' command.
- New '--qos-get-network-status' command.
- New '--qos-swi-read-data-stats' command.
- New '--qos-reset' command.
- New '--wds-create-profile' command.
- New '--wds-modify-profile' command.
- New '--wds-delete-profile' command.
- New '--wds-get-default-profile-num' command.
- New '--wds-set-default-profile-num' command.
- New '--wds-swi-create-profile-indexed' command.
- Added support to request acquisition order preference updates
when using '--nas-set-system-selection-preference'.
- Fixed slot indices in '--uim-get-card-status'.
- Fixed '--uim-set-pin-protection', '--uim-verify-pin",
"--uim-unblock-pin", and '--uim-change-pin', so that a dummy
application identifier is always used.
- Updated so that all commands work even through QMI over MBIM,
even if indications are required to complete the command
(e.g. most PDC and LOC commands).
+ qmi-network: Avoid creating invalid --wds-start-network when
APN is not set.
+ Several other minor improvements and fixes.
OBS-URL: https://build.opensuse.org/request/show/664184
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=22