Top |
org.freedesktop.ModemManager1.Modem.Signalorg.freedesktop.ModemManager1.Modem.Signal — The ModemManager Signal interface. |
Setup (IN u rate); SetupThresholds (IN a{sv} settings);
Rate readable u RssiThreshold readable u ErrorRateThreshold readable b Cdma readable a{sv} Evdo readable a{sv} Gsm readable a{sv} Umts readable a{sv} Lte readable a{sv} Nr5g readable a{sv}
This interface provides access to extended signal quality information.
This interface will only be functional once the modem is ready to be registered in the cellular network. 3GPP devices will require a valid unlocked SIM card before any of the features in the interface can be used.
There are two different ways defined to use the interface: either enabling peridic polling (with the Setup() method), or configuring the device with thresholds so that it reports the value updates automatically (with the SetupThresholds() method, since 1.20).
Both Setup() and SetupThresholds() can also be used at the same time if required, e.g. if they report different signal quality measurement types.
The thresholds and polling setup will only be in effect if the modem is in enabled state. Changing the settings with Setup() or SetupThresholds() is also possible while in disabled state, though.
Setup (IN u rate);
Enable or disable the extended signal quality information retrieval via periodic polling.
Polling is less than optimal; a better way to be notified of extended signal quality updates is to configure the modem to trigger the reports when the signal changes, i.e. with SetupThresholds().
Since: 1.2
|
refresh rate to set, in seconds. Use 0 to disable periodic polling. |
SetupThresholds (IN a{sv} settings);
Setup thresholds so that the device itself decides when to report the extended signal quality information updates.
The thresholds configured via this method specify the delta between
specific signal quality measurements that would trigger a report by the
modem. For example, the user may want to be notified every time the
signal RSSI changes more than 10dBm, so a value of 10 would be
configured as "rssi-threshold"
.
The device may not support this kind of threshold setting, and instead
support fixed signal levels as thresholds (e.g. trigger reports when
signal RSSI crosses -90dBm). On these devices, the threshold configured
by the user as a difference between measurements is converted to fixed
signal levels automatically, depending on the expected range for each of
the configured values. E.g. if the user configures 10dBm as
"rssi-threshold"
, the fixed signal levels could be
automatically set to -100dBm, -90dBm, -80dBm, -70dBm and -60dBm.
|
The difference of signal RSSI measurements, in dBm, that should
trigger a signal quality report update, given as an unsigned
integer (signature "u" ). Use 0 to disable this
threshold.
|
|
A boolean value, indicating whether signal quality report updates
should be triggered when error rate measurements change (signature
"b" ).
|
If any of the settings is not given as input, the corresponding threshold will be considered disabled, and device defaults will apply.
Since: 1.20
|
threshold values to set. |
Rate readable u
Refresh rate, in seconds, for the extended signal quality information periodic polling, as configured via the Setup() method.
A value of 0 indicates the periodic polling is disabled.
Since: 1.2
RssiThreshold readable u
The difference of signal RSSI measurements, in dBm, that should trigger a signal quality report update.
A value of 0 indicates the threshold is disabled.
Since: 1.20
ErrorRateThreshold readable b
Flag indicating whether signal quality report updates should be triggered on error rate measurement changes.
Since: 1.20
Cdma readable a{sv}
Dictionary of available signal information for the CDMA1x access technology.
This dictionary is composed of a string key, with an associated data which contains type-specific information.
|
The CDMA1x RSSI (Received Signal Strength Indication), in dBm,
given as a floating point value (signature |
|
The CDMA1x Ec/Io, in dBm, given as a floating point value
(signature |
|
Frame error rate, in percentage value, given as a
floating point value (signature |
Since: 1.2
Evdo readable a{sv}
Dictionary of available signal information for the CDMA EV-DO access technology.
This dictionary is composed of a string key, with an associated data which contains type-specific information.
|
The CDMA EV-DO RSSI (Received Signal Strength Indication), in dBm,
given as a floating point value (signature |
|
The CDMA EV-DO Ec/Io, in dBm, given as a floating point value
(signature |
|
CDMA EV-DO SINR level, in dB, given as a floating point value
(signature |
|
The CDMA EV-DO Io, in dBm, given as a floating point value
(signature |
|
Packet error rate, in percentage value, given as a
floating point value (signature |
Since: 1.2
Gsm readable a{sv}
Dictionary of available signal information for the GSM/GPRS access technology.
This dictionary is composed of a string key, with an associated data which contains type-specific information.
|
The GSM RSSI (Received Signal Strength Indication), in dBm,
given as a floating point value (signature |
|
Bit error rate (BER), in percentage value, given as a
floating point value (signature |
Since: 1.2
Umts readable a{sv}
Dictionary of available signal information for the UMTS (WCDMA) access technology.
This dictionary is composed of a string key, with an associated data which contains type-specific information.
|
The UMTS RSSI (Received Signal Strength Indication), in dBm,
given as a floating point value (signature |
|
The UMTS RSCP (Received Signal Code Power), in dBm, given as a
floating point value (signature |
|
The UMTS Ec/Io, in dB, given as a floating point value
(signature |
|
Block error rate (BLER), in percentage value, given as a
floating point value (signature |
Since: 1.2
Lte readable a{sv}
Dictionary of available signal information for the LTE access technology.
This dictionary is composed of a string key, with an associated data which contains type-specific information.
|
The LTE RSSI (Received Signal Strength Indication), in dBm,
given as a floating point value (signature |
|
The LTE RSRQ (Reference Signal Received Quality), in dB, given as
a floating point value (signature |
|
The LTE RSRP (Reference Signal Received Power), in dBm, given as
a floating point value (signature |
|
The LTE S/R ratio, in dB, given as
a floating point value (signature |
|
Block error rate (BLER), in percentage value, given as a
floating point value (signature |
Since: 1.2
Nr5g readable a{sv}
Dictionary of available signal information for the 5G access technology.
This dictionary is composed of a string key, with an associated data which contains type-specific information.
|
The 5G RSRQ (Reference Signal Received Quality), in dB, given as
a floating point value (signature |
|
The 5G RSRP (Reference Signal Received Power), in dBm, given as
a floating point value (signature |
|
The 5G S/R ratio, in dB, given as
a floating point value (signature |
|
Block error rate (BLER), in percentage value, given as a
floating point value (signature |
Since: 1.16