From 79daa3099e1f8478b8e17d8065143bca3e38214b Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 27 Mar 2020 18:01:36 +0100 Subject: api,bearer: add 'total-rx-bytes', 'total-tx-bytes' and 'total-duration' stats Compiling the amount of bytes transferred and received during all tracked connection attempts, as well as the total duration of all the connections. --- cli/mmcli-output.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/mmcli-output.h') diff --git a/cli/mmcli-output.h b/cli/mmcli-output.h index 76ca2026..5b9cb5ef 100644 --- a/cli/mmcli-output.h +++ b/cli/mmcli-output.h @@ -245,6 +245,9 @@ typedef enum { MMC_F_BEARER_STATS_BYTES_TX, MMC_F_BEARER_STATS_ATTEMPTS, MMC_F_BEARER_STATS_FAILED_ATTEMPTS, + MMC_F_BEARER_STATS_TOTAL_DURATION, + MMC_F_BEARER_STATS_TOTAL_BYTES_RX, + MMC_F_BEARER_STATS_TOTAL_BYTES_TX, MMC_F_CALL_GENERAL_DBUS_PATH, MMC_F_CALL_PROPERTIES_NUMBER, MMC_F_CALL_PROPERTIES_DIRECTION, -- cgit v1.2.3-70-g09d2