From 12a1e618b26075a27ab07c8552e5320007058d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tob=C3=ADas=20Lifschitz?= Date: Wed, 28 Sep 2022 18:04:14 -0300 Subject: [PATCH] [cli] print missing mac counters (#8210) Co-authored-by: Tobias --- src/cli/cli.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cli/cli.cpp b/src/cli/cli.cpp index a6302be6a..e1f84c040 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -2459,6 +2459,9 @@ template <> otError Interpreter::Process(Arg aArgs[]) {&otMacCounters::mTxRetry, "TxRetry"}, {&otMacCounters::mTxErrCca, "TxErrCca"}, {&otMacCounters::mTxErrBusyChannel, "TxErrBusyChannel"}, + {&otMacCounters::mTxErrAbort, "TxErrAbort"}, + {&otMacCounters::mTxDirectMaxRetryExpiry, "TxDirectMaxRetryExpiry"}, + {&otMacCounters::mTxIndirectMaxRetryExpiry, "TxIndirectMaxRetryExpiry"}, }; static const MacCounterName kRxCounterNames[] = {