diff options
author | Som_SP <somashekhar.puttagangaiah@intel.com> | 2021-10-21 11:06:24 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-03 12:41:51 +0100 |
commit | 511859ef0afe049870581e3a55365bc3d3866566 (patch) | |
tree | a27b16356a7e24239224f917e2511e13864a8e64 /introspection | |
parent | d71a0bcf8eba9d7c6ec7949004c806be4f3f3f0d (diff) |
api,bearer: add 'uplink-speed' and 'downlink-speed' stats
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.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index a21f38c8..fa8dcdb0 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -358,6 +358,20 @@ <literal>"u"</literal>). Since 1.14. </listitem> </varlistentry> + <varlistentry><term><literal>"uplink-speed"</literal></term> + <listitem> + Uplink bit rate negotiated with network, in bits per second, given + as an unsigned 64-bit integer value (signature <literal>"t"</literal>). + Since 1.20. + </listitem> + </varlistentry> + <varlistentry><term><literal>"downlink-speed"</literal></term> + <listitem> + Downlink bit rate negotiated with network, in bits per second, given + as an unsigned 64-bit integer value (signature <literal>"t"</literal>). + Since 1.20. + </listitem> + </varlistentry> </variablelist> Since: 1.6 |