aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-10-27api,errors: new MMCarrierLockError typeAleksander Morgado
This new error type will be used to report errors in the carrier lock operations performed through ModemManager. They have a one to one mapping to the MBIM status specific errors.
2023-09-18api,modem: new 'Physdev' propertyLukas Voegl
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
2023-06-16broadband-modem-qmi|mbim: allow limiting multiplexed links with udev tagsAleksander Morgado
Certain QMI or MBIM devices may not be able to support multiplexing at all, or they may support a limited amount of links. The new ID_MM_MAX_MULTIPLEXED_LINKS udev tag allows specifying the maximum number of supported multiplexed links; e.g. 0 to report none supported or 1 to report that one single multiplexed link is supported.
2023-06-16docs: add missing reference to ID_MM_REQUIREDAleksander Morgado
2023-06-08api: new carrier lock supportUjjwal Pande
Adding support for carrier lock for MBIM modems using google simlock mechanism.
2023-05-17mmcli: added --messaging-create-sms-with-text optionTom Wimmenhove
Added a `--messaging-create-sms-with-text' command line option that works similar to `--messaging-create-sms-with-data', except that it uses the content of the file as the message text instead of data. This allows creating mesasges containing both double and single quotes, which was not possible with the existing `--messaging-create-sms' command line option.
2023-04-27libmm-glib: separate files for flags and enums typesAleksander Morgado
This allows us to skip needing to include the non-existent build_string_from_mask() or get_string() counterparts in the documentation index.
2023-04-14docs: update copyrightAleksander Morgado
2023-02-17modem-cellinfo: adding bandwidth and serving cell typesom
adding bandwidth information in mm-dbus interface for the serving cell. In serving cell, the details on whether the pcell/scell are from MCS or SCG is also updated. Co-author: Shilpa Shivakumar
2022-11-07build: drop autotoolsAleksander Morgado
2022-10-19docs,reference: update copyright yearsAleksander Morgado
2022-08-19libmm-glib,sim: add support to get GID1 and GID2 fieldsAleksander Morgado
2022-08-19api,introspection: add Gid1 and Gid2 properties in SIM interfaceAleksander Morgado
2022-07-16docs: add missing reference to ID_MM_PORT_TYPE_AT_GPS_CONTROLAleksander Morgado
2022-02-08libmm-glib,firmware-update-settings: setter for methodDylan Van Assche
Allow to set the firmware update method even after initialization of the MMFirmwareUpdateSettings object.
2022-01-18libmm-glib,modem: new methods to get list of cell infosAleksander Morgado
2022-01-18libmm-glib,cell-info-nr5g: new 'MMCellInfoNr5g' objectAleksander Morgado
Implementing support for 5GNR cell info.
2022-01-18libmm-glib,cell-info-lte: new 'MMCellInfoLte' objectAleksander Morgado
Implementing support for LTE cell info.
2022-01-18libmm-glib,cell-info-tdscdma: new 'MMCellInfoTdscdma' objectAleksander Morgado
Implementing support for TDSCDMA cell info.
2022-01-18libmm-glib,cell-info-umts: new 'MMCellInfoUmts' objectAleksander Morgado
Implementing support for UMTS cell info.
2022-01-18libmm-glib,cell-info-gsm: new 'MMCellInfoGsm' objectAleksander Morgado
Implementing support for GSM cell info.
2022-01-18libmm-glib,cell-info-cdma: new 'MMCellInfoCdma' objectAleksander Morgado
Implementing support for CDMA cell info.
2022-01-18libmm-glib,cell-info: new 'MMCellInfo' objectAleksander Morgado
Generic base object to implement support for the different types of cell infos. Provides support for the 'serving' boolean, which is common to all.
2022-01-18api,modem: new 'GetCellInfo()' methodAleksander Morgado
This new method allows querying the modem for information about the current serving cell(s) as well as any other neighboring cell that may be found. The information for the cells is given in an array of dictionaries, where each element of the dictionary is a new dictionary itself. Each cell type has a different set of properties that may be given in the dictionary, and some of those properties in each type are also applicable under certain conditions (e.g. only applicable to the cell if it's a 'serving' cell instead of 'neighboring'). The API documentation explains in detail what is expected in each case.
2022-01-06docs,libmm-glib: add missing references to reload stats supported related ↵Aleksander Morgado
methods
2022-01-06docs,libmm-glib: add missing reference to index field related methodsAleksander Morgado
2022-01-06docs,libmm-glib: fix references to new SIM property methods and typesAleksander Morgado
2022-01-06docs,libmm-glib: add missing reference for MMNr5gRegistrationSettingsAleksander Morgado
2021-12-24libmm-glib: new 'profile-source' in 3GPP profileAleksander Morgado
Not applicable to bearer properties, as this is exclusively a proflie management setting, unrelated to connection attempts.
2021-12-24libmm-glib: new 'roaming-allowance' in 3GPP profile and bearer propertiesAleksander Morgado
2021-12-24libmm-glib: new 'profile-enabled' in 3GPP profileAleksander Morgado
Not applicable to bearer properties, as this is exclusively a proflie management setting, unrelated to connection attempts.
2021-12-24libmm-glib: new 'access-type-preference' in 3GPP profile and bearer propertiesAleksander Morgado
2021-12-24api,bearer: new 'profile-source' settingAleksander Morgado
Sometimes it's useful to know how a given stored profile was created, so devices can store and report this kind of information.
2021-12-24api,bearer: new 'roaming-allowance' settingAleksander Morgado
The 'allow-roaming' setting should be considered deprecated for 3GPP devices that support the new 'roaming-allowance' setting, which is much more detailed (as it allows to differentiate between partner and non-partner networks) and may also be stored as part of a profile.
2021-12-24api,bearer: new 'access-type-preference' settingAleksander Morgado
In 5G capable devices, which can support multiple types of access types (either 3GPP or non-3GPP), the UE may request to use a 3GPP access type exclusively, prefer a 3GPP access type, or just report no preference. When supported, this field may also be part of the settings that can be stored as part of a profile.
2021-12-24libmm-glib,modem-3gpp: add support to get/set 5GNR registration settingsAleksander Morgado
2021-12-24api,modem3gpp: add DRX cycle in 5G registration settingsAleksander Morgado
2021-12-24api,modem3gpp: new 5G registration settings support and MICO modeSom_SP
A new set of property+method is added to be able to configure the 5G specific registration settings, initially defining the support for the MICO mode. The property name starts with "Nr5g" instead of "5gNr" because of the limitations imposed by the GObject type system on how properties with numbers can be named.
2021-12-11libmm-glib,sim: new 'SimType', 'Removability' and 'EsimStatus' propertiesAleksander Morgado
2021-11-04core: replace 'whitelist' with 'allowlist' and 'blacklist' with 'blocklist'Aleksander Morgado
We keep the 'WHITELIST-ONLY' filter type name still as an option in --filter-policy=[POLICY], but deprecated and with the better 'ALLOWLIST-ONLY' replacement suggested from now on.
2021-11-03docs,libmm-glib: add SAR interface to main pageAleksander Morgado
2021-11-03docs,libmm-glib: rework main page, pco is not an interfaceAleksander Morgado
2021-11-03docs,libmm-glib: add missing references to object_{peek|get}_modem_ssr()Aleksander Morgado
2021-11-03docs,libmm-glib: add missing referecens to get_error_rate_threshold() and ↵Aleksander Morgado
get_rssi_threshold()
2021-11-03docs,ilbmm-glib: add missing references to ↵Aleksander Morgado
mm_gdbus_modem_signal_call_setup_thresholds()
2021-11-03docs,libmm-glib: add missing reference to mm_bearer_stats_get_start_date()Aleksander Morgado
2021-11-03docs,libmm-glib: add index for 1.20Aleksander Morgado
2021-11-03docs,api: add index for 1.20Aleksander Morgado
2021-11-03api,bearer: add 'uplink-speed' and 'downlink-speed' statsSom_SP
These values show the rates that have been negotiated with the network during the PS domain attach. These are not the current ongoing data rates associated to the network usage at some given moment. Includes updates by Aleksander Morgado to fix coding style issues and add missing documentation items.
2021-11-02api,3gpp: new 'SetPacketServiceState()' methodAleksander Morgado