diff options
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Signal.xml | 2 | ||||
-rw-r--r-- | libmm-glib/mm-signal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml index 094cbcf8..0ce1b7da 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Signal.xml @@ -153,7 +153,7 @@ <varlistentry><term><literal>"ecio"</literal></term> <listitem> <para> - The UMTS Ec/Io, in dBm, given as a floating point value + The UMTS Ec/Io, in dB, given as a floating point value (signature <literal>"d"</literal>). </para> </listitem> diff --git a/libmm-glib/mm-signal.c b/libmm-glib/mm-signal.c index 57baf5d7..54912a26 100644 --- a/libmm-glib/mm-signal.c +++ b/libmm-glib/mm-signal.c @@ -82,7 +82,7 @@ mm_signal_set_rssi (MMSignal *self, * mm_signal_get_ecio: * @self: a #MMSignal. * - * Gets the Ec/Io, in dBm. + * Gets the Ec/Io, in dB. * * Only applicable to CDMA1x, CDMA EV-DO and UMTS (WCDMA). * |