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.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user