summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* mmcli: added --messaging-create-sms-with-text optionTom Wimmenhove2023-05-171-0/+3
| | | | | | | | | 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.
* libmm-glib: separate files for flags and enums typesAleksander Morgado2023-04-271-55/+0
| | | | | | This allows us to skip needing to include the non-existent build_string_from_mask() or get_string() counterparts in the documentation index.
* docs: update copyrightAleksander Morgado2023-04-142-0/+2
|
* modem-cellinfo: adding bandwidth and serving cell typesom2023-02-171-0/+1
| | | | | | | | | 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
* build: drop autotoolsAleksander Morgado2022-11-075-225/+0
|
* docs,reference: update copyright yearsAleksander Morgado2022-10-192-0/+2
|
* libmm-glib,sim: add support to get GID1 and GID2 fieldsAleksander Morgado2022-08-191-0/+4
|
* api,introspection: add Gid1 and Gid2 properties in SIM interfaceAleksander Morgado2022-08-191-0/+6
|
* docs: add missing reference to ID_MM_PORT_TYPE_AT_GPS_CONTROLAleksander Morgado2022-07-161-0/+1
|
* libmm-glib,firmware-update-settings: setter for methodDylan Van Assche2022-02-081-0/+1
| | | | | Allow to set the firmware update method even after initialization of the MMFirmwareUpdateSettings object.
* libmm-glib,modem: new methods to get list of cell infosAleksander Morgado2022-01-181-0/+3
|
* libmm-glib,cell-info-nr5g: new 'MMCellInfoNr5g' objectAleksander Morgado2022-01-182-0/+38
| | | | Implementing support for 5GNR cell info.
* libmm-glib,cell-info-lte: new 'MMCellInfoLte' objectAleksander Morgado2022-01-182-0/+36
| | | | Implementing support for LTE cell info.
* libmm-glib,cell-info-tdscdma: new 'MMCellInfoTdscdma' objectAleksander Morgado2022-01-182-0/+36
| | | | Implementing support for TDSCDMA cell info.
* libmm-glib,cell-info-umts: new 'MMCellInfoUmts' objectAleksander Morgado2022-01-182-7/+49
| | | | Implementing support for UMTS cell info.
* libmm-glib,cell-info-gsm: new 'MMCellInfoGsm' objectAleksander Morgado2022-01-182-0/+34
| | | | Implementing support for GSM cell info.
* libmm-glib,cell-info-cdma: new 'MMCellInfoCdma' objectAleksander Morgado2022-01-182-0/+30
| | | | Implementing support for CDMA cell info.
* libmm-glib,cell-info: new 'MMCellInfo' objectAleksander Morgado2022-01-182-0/+30
| | | | | | | Generic base object to implement support for the different types of cell infos. Provides support for the 'serving' boolean, which is common to all.
* api,modem: new 'GetCellInfo()' methodAleksander Morgado2022-01-182-0/+9
| | | | | | | | | | | | | | | | | 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.
* docs,libmm-glib: add missing references to reload stats supported related ↵Aleksander Morgado2022-01-061-0/+3
| | | | methods
* docs,libmm-glib: add missing reference to index field related methodsAleksander Morgado2022-01-061-0/+6
|
* docs,libmm-glib: fix references to new SIM property methods and typesAleksander Morgado2022-01-061-2/+5
|
* docs,libmm-glib: add missing reference for MMNr5gRegistrationSettingsAleksander Morgado2022-01-062-0/+28
|
* libmm-glib: new 'profile-source' in 3GPP profileAleksander Morgado2021-12-241-0/+2
| | | | | Not applicable to bearer properties, as this is exclusively a proflie management setting, unrelated to connection attempts.
* libmm-glib: new 'roaming-allowance' in 3GPP profile and bearer propertiesAleksander Morgado2021-12-241-0/+4
|
* libmm-glib: new 'profile-enabled' in 3GPP profileAleksander Morgado2021-12-241-0/+2
| | | | | Not applicable to bearer properties, as this is exclusively a proflie management setting, unrelated to connection attempts.
* libmm-glib: new 'access-type-preference' in 3GPP profile and bearer propertiesAleksander Morgado2021-12-241-0/+4
|
* api,bearer: new 'profile-source' settingAleksander Morgado2021-12-242-0/+5
| | | | | Sometimes it's useful to know how a given stored profile was created, so devices can store and report this kind of information.
* api,bearer: new 'roaming-allowance' settingAleksander Morgado2021-12-242-0/+5
| | | | | | | 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.
* api,bearer: new 'access-type-preference' settingAleksander Morgado2021-12-242-0/+5
| | | | | | | | | | 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.
* libmm-glib,modem-3gpp: add support to get/set 5GNR registration settingsAleksander Morgado2021-12-241-0/+4
|
* api,modem3gpp: add DRX cycle in 5G registration settingsAleksander Morgado2021-12-242-0/+5
|
* api,modem3gpp: new 5G registration settings support and MICO modeSom_SP2021-12-242-0/+12
| | | | | | | | | | 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.
* libmm-glib,sim: new 'SimType', 'Removability' and 'EsimStatus' propertiesAleksander Morgado2021-12-112-0/+21
|
* core: replace 'whitelist' with 'allowlist' and 'blacklist' with 'blocklist'Aleksander Morgado2021-11-042-17/+17
| | | | | | 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.
* docs,libmm-glib: add SAR interface to main pageAleksander Morgado2021-11-031-0/+4
|
* docs,libmm-glib: rework main page, pco is not an interfaceAleksander Morgado2021-11-031-4/+1
|
* docs,libmm-glib: add missing references to object_{peek|get}_modem_ssr()Aleksander Morgado2021-11-031-0/+2
|
* docs,libmm-glib: add missing referecens to get_error_rate_threshold() and ↵Aleksander Morgado2021-11-031-0/+4
| | | | get_rssi_threshold()
* docs,ilbmm-glib: add missing references to ↵Aleksander Morgado2021-11-031-0/+4
| | | | mm_gdbus_modem_signal_call_setup_thresholds()
* docs,libmm-glib: add missing reference to mm_bearer_stats_get_start_date()Aleksander Morgado2021-11-031-0/+2
|
* docs,libmm-glib: add index for 1.20Aleksander Morgado2021-11-031-0/+4
|
* docs,api: add index for 1.20Aleksander Morgado2021-11-031-0/+4
|
* api,bearer: add 'uplink-speed' and 'downlink-speed' statsSom_SP2021-11-031-0/+4
| | | | | | | | | | | 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.
* api,3gpp: new 'SetPacketServiceState()' methodAleksander Morgado2021-11-021-0/+7
|
* api,3gpp: new 'PacketServiceState' propertyAleksander Morgado2021-11-022-0/+8
| | | | | This property allows the user to know whether the device is attached or detached from the packet domain service.
* libmm-glib: new 'MMSignalThresholdProperties' helper objectAleksander Morgado2021-10-202-0/+28
| | | | To avoid needing to work with GVariants directly.
* libmm-glib,mmcli: add support for the new signal 'SetupThresholds()' APISom_SP2021-10-201-0/+5
| | | | Includes updates by Aleksander Morgado to fix mostly coding style issues.
* libmm-glib,mmcli: add support for 'error-rate' measurements in signal infoSom_SP2021-10-201-0/+2
| | | | Includes updates by Aleksander Morgado to fix mostly coding style issues.
* bearer-properties: Add profile-name to the bearer propertiesAndrew Lassalle2021-10-171-0/+2
|