Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libmbim-devel | Distribution: openSUSE Tumbleweed |
Version: 1.30.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Sep 23 17:57:56 2024 |
Group: Development/Languages/C and C++ | Build host: reproducible |
Size: 2359378 | Source RPM: libmbim-1.30.0-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://gitlab.freedesktop.org/mobile-broadband/libmbim | |
Summary: Mobile Broadband Interface Model (MBIM) protocol - Development files |
libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Broadband Interface Model (MBIM) protocol.
LGPL-2.1-or-later
* Mon Sep 23 2024 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.30.0: + New Intel Mutual Authentication service + New Intel Tools service + New Google service + Extended the Microsoft-defined Basic Connect Extensions service - Drop patches included upstream: + 0001-intel-mutual-authentication-new-service-fcc-lock.patch + 0002-intel-tools-new-service-trace-config.patch * Tue Nov 07 2023 Dominique Leuenberger <dimstar@opensuse.org> - Fix build with RPM 4.19: unnumbered patches are no longer supported. * Sat Apr 08 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.28.4: + libmbim-glib: - Fixed context type conversions to consider all possible APN types. - Duplicate UTF-16 strings during processing to avoid alignment issues. - Changes from version 1.28.2: + libmbim-glib: fixed validation of complete fragments to avoid reading out of bounds. + mbim-proxy: added --verbose-full flag to allow printing logs with personal info included. - Changes from version 1.28: + This version includes support for most operations in MBIM Extensions v2 (for 5G NSA) and v3 (for 5G SA). The enabling of the updated extensions requires the user of the library to explicitly request what version wants to be used, via the new 'MBIM_DEVICE_OPEN_FLAGS_MS_MBIMEX_V2' or 'MBIM_DEVICE_OPEN_FLAGS_MS_MBIMEX_V3' flags in the device open request. Please note that if one process enables the v2 or v3 support, it will apply to operations done by other processes as well. When using the proxy, the current version support is propagated to all clients of the proxy automatically. + The verbose message logging will now by default hide all fields that are considered personal information. Extended message logging including all field contents should be explicitly requested. + Build: - The GNU autotools (autoconf/automake/libtool) support has been fully removed, this release requires the use of the meson build system. - The 'instrospection' meson option is now a boolean. - New boolean 'man' meson option to allow disabling the man page generation. + Extended the Basic Connect service, including the following operations: - MBIM_CID_BASIC_CONNECT_REGISTER_STATE (MBIMEx v2.0) - MBIM_CID_BASIC_CONNECT_PACKET_SERVICE (MBIMEx v2.0) - MBIM_CID_BASIC_CONNECT_SIGNAL_STATE (MBIMEx v2.0) - MBIM_CID_BASIC_CONNECT_SUBCRIBER_READY_STATUS (MBIMEx v3.0) - MBIM_CID_BASIC_CONNECT_PACKET_SERVICE (MBIMEx v3.0) - MBIM_CID_BASIC_CONNECT_CONNECT (MBIMEx v3.0) - MBIM_CID_BASIC_CONNECT_IP_PACKET_FILTERS (MBIMEx v3.0) + Extended the Microsoft-defined Basic Connect Extensions service, including the following operations: - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_LOCATION_INFO_STATUS (MBIMEx v1.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_PROVISIONED_CONTEXTS (MBIMEx v1.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_BASE_STATIONS_INFO (MBIMEx v1.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_VERSION (MBIMEx v2.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_DEVICE_CAPS (MBIMEx v3.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_MODEM_CONFIGURATION (MBIMEx v3.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_REGISTRATION_PARAMETERS (MBIMEx v3.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_LTE_ATTACH_INFO (MBIMEx v3.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_BASE_STATIONS_INFO (MBIMEx v3.0) - MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_WAKE_REASON (MBIMEx v3.0) + Extended the Microsoft-defined UICC Low Level Access service, including the following operations: - MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_APPLICATION_LIST - MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_FILE_STATUS - MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_READ_BINARY - MBIM_CID_MS_UICC_LOW_LEVEL_ACCESS_READ_RECORD + New Microsoft-defined Voice Extensions service, including the following operations: MBIM_CID_MS_VOICE_EXTENSIONS_NITZ + Extended the Intel-defined Firmware Update service, including the following operations: MBIM_CID_INTEL_FIRMWARE_UPDATE_MODEM_REBOOT (MBIMEx v2.0) + New Intel-defined Thermal RF service, including the following operations: MBIM_CID_INTEL_THERMAL_RF_RFIM + Extended the QDU service, including the following operations: - MBIM_CID_QDU_QUECTEL_REBOOT - MBIM_CID_QDU_QUECTEL_READ_VERSION + libmbim-glib: - Updated the net link operations to support devices exposed by the wwan subsystem. - New mbim_message_get_printable_full() method to print the contents of a given message specifying the specific MBIMEx version in use. - New mbim_message_validate() method to validate the contents of the headers in a MBIM message, to be used before accessing its contents. - Updated all MbimMessage getters so that an implicit validation is done in the g_return_* macros. This validation will not be done if those macros are disabled during build. - New MBIM_DEVICE_CONSECUTIVE_TIMEOUTS signal in the MbimDevice to report the number of consecutive MBIM request timeouts detected. - New mbim_device_[get|set|check]_ms_mbimex_version() methods to manage the MBIMEx version support in the MbimDevice. - New MBIM_DEVICE_OPEN_FLAGS_MS_MBIMEX_[V2|V3] flags in mbim_device_open_full() to allow enabling MBIMEx v2.0 or v3.0 support. - New MbimTlv type to support the variable-sized fields in MBIMEx v3.0 operations. - Ensure CLOSED state always in mbim_device_close(), even on error. - Disallow device close if an open operation is ongoing. - Extended MbimDataClass with 5G NSA/SA values, used in MBIMEx v2.0, and added new MbimDataClassV3 and MbimDataSubclass types, used in MBIMEX v3.0. - Extended MbimCtrlCaps and MbimSubscriberReadyState with values reported in MBIMEX v3.0 extensions. - New MbimWakeType, MbimAccessMediaType, MbimModemConfigurationStatus, MbimFrequencyRange, MbimContextRoamingControl, MbimContextMediaType, MbimContextState, MbimContextOperation, MbimMicoMode, MbimLadnInfo, MbimDefaultPduActivationHint, MbimDrxCycle, MbimSubscriberReadyStatusFlag enums used in MBIMEx v3.0 specific operations. - New MbimUiccApplicationType, MbimUiccFileAccessibility, MbimUiccFileType and MbimUiccFileStructure enums, used in the MS UICC Low Level Access service. - New MbimIntelServingCellInfo enum, used in the Intel Thermal RF service. - New MbimIntelBootMode enum, used in the Intel Firmware Update service. - New MbimQduQuectelRebootType and MbimQduQuectelVersionType enums used in the Quectel-defined QDU service updates. - Extended the list of MbimNwError values with values from the 3GPP specs. - Deprecated MBIM_NW_ERROR_UNKNOWN, use NONE instead. - Deprecated MBIM_CID_MS_BASIC_CONNECT_EXTENSIONS_NETWORK_BLACKLIST, use NETWORK_DENYLIST instead. - Fixed the public format for CDMA language in the SMS service. + mbimcli: - New '--device-open-ms-mbimex-v2' option to request to enable MBIMEX v2.0 support. - New '--device-open-ms-mbimex-v3' option to request to enable MBIMEX v3.0support. - New '--verbose-full' option to request enabling logs that include personal information. - New '--set-ip-packet-filters' action. - New '--set-provisioned-contexts' action. - New '--set-signal-state' action. - New '--set-network-idle-hint' action. - New '--query-network-idle-hint' action. - New '--set-emergency-mode' action. - New '--query-emergency-mode' action. - New '--set-service-activation' action. - New '--ms-query-location-info-status' action. - New '--ms-query-provisioned-contexts' action. - New '--ms-set-provisioned-contexts' action. - New '--ms-query-base-stations' action - New '--ms-query-version' action. - New '--ms-query-registration-parameters' action. - New '--ms-set-registration-parameters' action. - New '--ms-query-modem-configuration' action. - New '--ms-query-wake-reason' action. - New '--ms-query-uicc-application-list' action. - New '--ms-query-uicc-file-status' action. - New '--ms-query-uicc-read-binary' action. - New '--ms-query-uicc-read-record' action. - New '--ms-set-uicc-open-channel' action. - New '--ms-set-uicc-close-channel' action. - New '--ms-query-uicc-atr' action. - New '--ms-set-uicc-apdu' action. - New '--ms-set-uicc-reset' action. - New '--ms-query-uicc-reset' action. - New '--ms-set-uicc-terminal-capability' action. - New '--ms-query-uicc-terminal-capability' action. - New '--ms-query-nitz' action. - New '--intel-query-rfim' action. - New '--intel-set-rfim' action. - Updated '--connect' action to deprecate 'apn' and prefer 'access-string'. - Updated '--connect' action to support 'compression' and 'context-type'. - Updated '--intel-modem-reboot' action to optionally receive the boot mode type argument. - Fixed the Quectel specific operations so that they have the - -quectel prefix and do not overwrite the ones in the Basic Connect service. + Several other improvements and fixes. - Switch to meson buildsystem, add meson BuildRequires and macros. - Update URL and Source to new home. - New dependencies: help2man - Replace bash-comletion with pkgconfig(bash-completion) BuildRequires, meson checks for it. Update Supplements to current standard. - Drop sed call to fix python env, already set to python3 upstream. - Update Licenses, drop COPYING.LIB and COPYING, now named LICENSES. - Use ldconfig_scriptlets macro. - Build mbimcli-bash-completion as noarch. - Add patches from upstream: + 0001-intel-mutual-authentication-new-service-fcc-lock.patch + 0002-intel-tools-new-service-trace-config.patch * Sun May 29 2022 Dirk Müller <dmueller@suse.com> - update to 1.26.4: * meson: force building doc on normal builds, not only during install. * meson: fix 'export_packages' in GIR setup. * compat: deprecate the MbimLteAttachStatus type. * net-port-manager: use unaligned netlink attribute length. * include MBIM proxy control service in docs. * codegen: add section doc for each service. * utils: add missing short description in section. * compat: add missing MbimLteAttachStatus doc. * device: add missing mbim_device_list_links() doc. * device: fix MbimDevice 'device-in-session' property doc. * version: add missing MBIM_CHECK_VERSION() documentation. * device: fix wrong reference to QmiDevice * Several other minor improvements and fixes. * Mon Dec 20 2021 Dirk Müller <dmueller@suse.com> - Update to version 1.26.2: + The GUdev optional build/runtime requirement is now fully dropped, it's no longer used. + Implemented new link management operations, exclusively for the cdc_mbim driver for now. These new operations allow creating or deleting VLAN network interfaces in order to run multiplexed data sessions over one single physical network interface. + Added support for the Microsoft-defined SAR service, including the following operations: - MBIM_CID_MS_SAR_CONFIG - MBIM_CID_MS_SAR_TRANSMISSION_STATUS + libmbim-glib: - Logic updated to make sure full packets are written at once, instead of writing them in chunks. - Updated the "LTE attach status" APIs in order to avoid creating unneeded struct types in the interface. The older methods have been deprecated and maintained in the library for compatibility purposes only. + Bugfixes. - Drop pkgconfig(gudev-1.0) BuildRequires: no longer used. * Fri Jan 22 2021 Martin Hauke <mardnh@gmx.de> - Update to version 1.24.6: * libmbim-glib,device: + Fixed a GSource use after free. + Avoid g_file_test() on NULL path. + Don't warn if descriptors file cannot be read. * Several other minor improvements and fixes. * Fri Oct 02 2020 Martin Hauke <mardnh@gmx.de> - Update to version 1.24.4: * libmbim-glib,device: + Added new mbim_device_get_transaction_id() to retrieve the transaction id currently being used. * libmbim-glib,proxy: + Fixed the transaction id used in fragments of the same request. + Avoid creating device context when it's already being untracked. + Fixed double GError free. * mbimcli: + Fixed missing EOL in error string when closing device. * Wed Aug 19 2020 Dominique Leuenberger <dimstar@opensuse.org> - Upate to version 1.24.2: + libmbim-glib: - Fixed several issues in the logic that merges the service subscribe list. - Improved message reading logic to skip malformed MBIM messages (e.g. AT URCs emitted wrongly in the MBIM port by some Cinterion modules). * Fri Jun 19 2020 Martin Hauke <mardnh@gmx.de> - Update to version 1.24 * Build now requires GLib/GObject/GIO 2.48. * Added new GObject Introspection support in the library, that can be explicitly requested during configure with - -enable-introspection=yes. With the new introspection support, the libmbim-glib library can now be used directly from e.g. python programs, as in the example included with the release. * Added release version information to all the types and methods of the public library API, and added new per-version indices in the documentation. * Added g_autoptr() support to all public types. * Several other minor improvements and fixes. - Introduce subpackage for Introspection bindings * Wed Jan 15 2020 Martin Hauke <mardnh@gmx.de> - Update to version 1.22.0 + libmbim-glib: Message parsing logic improved to avoid reading fields out of bounds, e.g. if the messages sent by the modem are malformed or not in line with the specs. + Several other minor improvements and fixes.
/usr/include/libmbim-glib /usr/include/libmbim-glib/libmbim-glib.h /usr/include/libmbim-glib/mbim-atds.h /usr/include/libmbim-glib/mbim-auth.h /usr/include/libmbim-glib/mbim-basic-connect.h /usr/include/libmbim-glib/mbim-cid.h /usr/include/libmbim-glib/mbim-compat.h /usr/include/libmbim-glib/mbim-device.h /usr/include/libmbim-glib/mbim-dss.h /usr/include/libmbim-glib/mbim-enum-types.h /usr/include/libmbim-glib/mbim-enums.h /usr/include/libmbim-glib/mbim-error-types.h /usr/include/libmbim-glib/mbim-errors.h /usr/include/libmbim-glib/mbim-flag-types.h /usr/include/libmbim-glib/mbim-google.h /usr/include/libmbim-glib/mbim-intel-firmware-update.h /usr/include/libmbim-glib/mbim-intel-mutual-authentication.h /usr/include/libmbim-glib/mbim-intel-thermal-rf.h /usr/include/libmbim-glib/mbim-intel-tools.h /usr/include/libmbim-glib/mbim-message.h /usr/include/libmbim-glib/mbim-ms-basic-connect-extensions.h /usr/include/libmbim-glib/mbim-ms-firmware-id.h /usr/include/libmbim-glib/mbim-ms-host-shutdown.h /usr/include/libmbim-glib/mbim-ms-sar.h /usr/include/libmbim-glib/mbim-ms-uicc-low-level-access.h /usr/include/libmbim-glib/mbim-ms-voice-extensions.h /usr/include/libmbim-glib/mbim-phonebook.h /usr/include/libmbim-glib/mbim-proxy-control.h /usr/include/libmbim-glib/mbim-proxy.h /usr/include/libmbim-glib/mbim-qdu.h /usr/include/libmbim-glib/mbim-qmi.h /usr/include/libmbim-glib/mbim-quectel.h /usr/include/libmbim-glib/mbim-sms.h /usr/include/libmbim-glib/mbim-stk.h /usr/include/libmbim-glib/mbim-tlv.h /usr/include/libmbim-glib/mbim-ussd.h /usr/include/libmbim-glib/mbim-utils.h /usr/include/libmbim-glib/mbim-uuid.h /usr/include/libmbim-glib/mbim-version.h /usr/lib64/libmbim-glib.so /usr/lib64/pkgconfig/mbim-glib.pc /usr/share/doc/packages/libmbim-devel /usr/share/doc/packages/libmbim-devel/AUTHORS /usr/share/doc/packages/libmbim-devel/README.md /usr/share/gir-1.0/Mbim-1.0.gir
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024