aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml
AgeCommit message (Collapse)Author
2022-02-16iface-modem-signal: polling and thresholds only in effect if modem enabledAleksander Morgado
If the modem is disabled: * Polling is completely halted. * Thresholds are disabled. * The user is allowed to call Setup() or SetupThresholds() to change the settings, even if the actual polling or thresholds setup isn't in effect. When the modem is enabled: * Polling will be started if there is a existing polling rate. * Thresholds will be setup based on the existing threshold settings. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/504
2021-10-20api,signal: new signal threshold based setupSom_SP
A new SetupThreshold() method is added to configure and control the device signal notifications sent to the host. RSSI and error rate based thresholds are initially assumed, but the interface allows growing the method with additional threshold types. Includes updates by Aleksander Morgado to improve documentation of the new methods and properties.
2021-10-20api,signal: new 'error-rate' reporting per access technologySom_SP
Includes updates by Aleksander Morgado to improve documentation.
2021-10-16introspection,signal: minor doc fix in 5G RSRPAleksander Morgado
2021-03-23api: add 'Since' tagsAleksander Morgado
These are not actively used by gdbus-codegen or gtk-doc, but they're helpful anyway so that users know when a given API method was introduced.
2020-07-04iface-modem-signal: added 5G signal informationWalter Hagstrom
Extended the ModemManager Signal interface to include 5G signal information for RSRP, RSRQ and SINR via libqmi. Also extended mmci to print 5G signal info.
2019-01-15api,doc: add note about when each modem interface is availableAleksander Morgado
2016-10-12api,signal: new RSCP itemAleksander Morgado
2016-08-12api,signal: fix LTE signal dictionary docstringDan Williams
2016-08-10api,signal: Ec/Io is in dB, not dBmAleksander Morgado
2013-08-21introspection,api: specify units for the 'rate' value in Setup()Aleksander Morgado
2013-08-21api,introspection: use per-technology dictionaries in the 'Signal' interfaceAleksander Morgado
2013-08-21api,introspection: new 'Signal' interface for extended signal qualityAleksander Morgado