mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[cli] print missing mac counters (#8210)
Co-authored-by: Tobias <[email protected]>
This commit is contained in:
co-authored by
Tobias
parent
32a17d8abe
commit
12a1e618b2
@@ -2459,6 +2459,9 @@ template <> otError Interpreter::Process<Cmd("counters")>(Arg aArgs[])
|
||||
{&otMacCounters::mTxRetry, "TxRetry"},
|
||||
{&otMacCounters::mTxErrCca, "TxErrCca"},
|
||||
{&otMacCounters::mTxErrBusyChannel, "TxErrBusyChannel"},
|
||||
{&otMacCounters::mTxErrAbort, "TxErrAbort"},
|
||||
{&otMacCounters::mTxDirectMaxRetryExpiry, "TxDirectMaxRetryExpiry"},
|
||||
{&otMacCounters::mTxIndirectMaxRetryExpiry, "TxIndirectMaxRetryExpiry"},
|
||||
};
|
||||
|
||||
static const MacCounterName kRxCounterNames[] = {
|
||||
|
||||
Reference in New Issue
Block a user