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.
This commit is contained in:
Som_SP
2021-10-21 11:06:24 +02:00
committed by Aleksander Morgado
parent d71a0bcf8e
commit 511859ef0a
7 changed files with 126 additions and 5 deletions

View File

@@ -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