Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-08 | libmm-glib,firmware-update-settings: setter for method | Dylan Van Assche | |
Allow to set the firmware update method even after initialization of the MMFirmwareUpdateSettings object. | |||
2022-01-18 | libmm-glib,modem: new methods to get list of cell infos | Aleksander Morgado | |
2022-01-18 | libmm-glib,cell-info-nr5g: new 'MMCellInfoNr5g' object | Aleksander Morgado | |
Implementing support for 5GNR cell info. | |||
2022-01-18 | libmm-glib,cell-info-lte: new 'MMCellInfoLte' object | Aleksander Morgado | |
Implementing support for LTE cell info. | |||
2022-01-18 | libmm-glib,cell-info-tdscdma: new 'MMCellInfoTdscdma' object | Aleksander Morgado | |
Implementing support for TDSCDMA cell info. | |||
2022-01-18 | libmm-glib,cell-info-umts: new 'MMCellInfoUmts' object | Aleksander Morgado | |
Implementing support for UMTS cell info. | |||
2022-01-18 | libmm-glib,cell-info-gsm: new 'MMCellInfoGsm' object | Aleksander Morgado | |
Implementing support for GSM cell info. | |||
2022-01-18 | libmm-glib,cell-info-cdma: new 'MMCellInfoCdma' object | Aleksander Morgado | |
Implementing support for CDMA cell info. | |||
2022-01-18 | libmm-glib,cell-info: new 'MMCellInfo' object | Aleksander 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-18 | api,modem: new 'GetCellInfo()' method | Aleksander 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-06 | docs,libmm-glib: add missing references to reload stats supported related ↵ | Aleksander Morgado | |
methods | |||
2022-01-06 | docs,libmm-glib: add missing reference to index field related methods | Aleksander Morgado | |
2022-01-06 | docs,libmm-glib: fix references to new SIM property methods and types | Aleksander Morgado | |
2022-01-06 | docs,libmm-glib: add missing reference for MMNr5gRegistrationSettings | Aleksander Morgado | |
2021-12-24 | libmm-glib: new 'profile-source' in 3GPP profile | Aleksander Morgado | |
Not applicable to bearer properties, as this is exclusively a proflie management setting, unrelated to connection attempts. | |||
2021-12-24 | libmm-glib: new 'roaming-allowance' in 3GPP profile and bearer properties | Aleksander Morgado | |
2021-12-24 | libmm-glib: new 'profile-enabled' in 3GPP profile | Aleksander Morgado | |
Not applicable to bearer properties, as this is exclusively a proflie management setting, unrelated to connection attempts. | |||
2021-12-24 | libmm-glib: new 'access-type-preference' in 3GPP profile and bearer properties | Aleksander Morgado | |
2021-12-24 | api,bearer: new 'profile-source' setting | Aleksander 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-24 | api,bearer: new 'roaming-allowance' setting | Aleksander 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-24 | api,bearer: new 'access-type-preference' setting | Aleksander 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-24 | libmm-glib,modem-3gpp: add support to get/set 5GNR registration settings | Aleksander Morgado | |
2021-12-24 | api,modem3gpp: add DRX cycle in 5G registration settings | Aleksander Morgado | |
2021-12-24 | api,modem3gpp: new 5G registration settings support and MICO mode | Som_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-11 | libmm-glib,sim: new 'SimType', 'Removability' and 'EsimStatus' properties | Aleksander Morgado | |
2021-11-04 | core: 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-03 | docs,libmm-glib: add SAR interface to main page | Aleksander Morgado | |
2021-11-03 | docs,libmm-glib: rework main page, pco is not an interface | Aleksander Morgado | |
2021-11-03 | docs,libmm-glib: add missing references to object_{peek|get}_modem_ssr() | Aleksander Morgado | |
2021-11-03 | docs,libmm-glib: add missing referecens to get_error_rate_threshold() and ↵ | Aleksander Morgado | |
get_rssi_threshold() | |||
2021-11-03 | docs,ilbmm-glib: add missing references to ↵ | Aleksander Morgado | |
mm_gdbus_modem_signal_call_setup_thresholds() | |||
2021-11-03 | docs,libmm-glib: add missing reference to mm_bearer_stats_get_start_date() | Aleksander Morgado | |
2021-11-03 | docs,libmm-glib: add index for 1.20 | Aleksander Morgado | |
2021-11-03 | docs,api: add index for 1.20 | Aleksander Morgado | |
2021-11-03 | api,bearer: add 'uplink-speed' and 'downlink-speed' stats | Som_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-02 | api,3gpp: new 'SetPacketServiceState()' method | Aleksander Morgado | |
2021-11-02 | api,3gpp: new 'PacketServiceState' property | Aleksander Morgado | |
This property allows the user to know whether the device is attached or detached from the packet domain service. | |||
2021-10-20 | libmm-glib: new 'MMSignalThresholdProperties' helper object | Aleksander Morgado | |
To avoid needing to work with GVariants directly. | |||
2021-10-20 | libmm-glib,mmcli: add support for the new signal 'SetupThresholds()' API | Som_SP | |
Includes updates by Aleksander Morgado to fix mostly coding style issues. | |||
2021-10-20 | libmm-glib,mmcli: add support for 'error-rate' measurements in signal info | Som_SP | |
Includes updates by Aleksander Morgado to fix mostly coding style issues. | |||
2021-10-17 | bearer-properties: Add profile-name to the bearer properties | Andrew Lassalle | |
2021-10-17 | 3gpp-profile: Add profile name | Andrew Lassalle | |
QMI modems also report a profile name, and that value can be used to select and update a specific profile. | |||
2021-10-13 | docs,libmm-glib: add SAR user-level api | lvmaorui | |
2021-09-10 | Revert "api: remove Modem.Sar interface" | Aleksander Morgado | |
This reverts commit 686e37ff84daca6096fe18781ad9ba6f29cd4063. | |||
2021-09-07 | build: Port to meson | Iñigo Martínez | |
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. | |||
2021-08-09 | api: remove Modem.Sar interface | Aleksander Morgado | |
There is no real implementation for it yet, so let's recover these changes once 1.18 has been released. | |||
2021-07-01 | libmm-glib,location: new signaled location API support | Aleksander Morgado | |
We allow clients to receive asynchronous updates of location information, e.g. if "location signaling" is explicitly enabled (with the setup() method). But if so, we should also allow clients to easily process those asynchronous updates in the libmm-glib library, instead of requiring them to run explicit DBus queries to refresh the location information. These new signaled location APIs allow clients to do so; they can enable location signaling, and then just wait for the updates to arrive. | |||
2021-06-25 | libmm-glib,simple-status: move deprecated methods to compat source | Aleksander Morgado | |
2021-06-25 | libmm-glib,pco: move deprecated methods to compat source | Aleksander Morgado | |
2021-06-25 | libmm-glib,modem-3gpp: move deprecated methods to compat source | Aleksander Morgado | |