Skip to content

Commit 7b6bcca

Browse files
author
Jarkko Paso
authored
Added TX/RX bytes in PHY statistics (#2281)
1 parent a043f8d commit 7b6bcca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nanostack/platform/arm_hal_phy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ typedef struct phy_rf_statistics_s {
195195
uint32_t rx_timeouts; ///< reception timeouts
196196
uint64_t tx_active_time; ///< transmission active time
197197
uint64_t rx_active_time; ///< reception active time
198+
uint32_t tx_bytes; ///< transmitted bytes
199+
uint32_t rx_bytes; ///< received bytes
198200
} phy_rf_statistics_s;
199201

200202
/** Virtual data request */

0 commit comments

Comments
 (0)