aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/trx_rate_ctr.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommonLibs/trx_rate_ctr.h')
-rw-r--r--CommonLibs/trx_rate_ctr.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/CommonLibs/trx_rate_ctr.h b/CommonLibs/trx_rate_ctr.h
index 155f413..e122f99 100644
--- a/CommonLibs/trx_rate_ctr.h
+++ b/CommonLibs/trx_rate_ctr.h
@@ -4,12 +4,12 @@
#include <osmocom/vty/command.h>
enum TrxCtr {
- TRX_CTR_RX_OVERRUNS,
- TRX_CTR_TX_UNDERRUNS,
- TRX_CTR_RX_DROP_EV,
- TRX_CTR_RX_DROP_SMPL,
- TRX_CTR_TX_DROP_EV,
- TRX_CTR_TX_DROP_SMPL,
+ TRX_CTR_DEV_RX_OVERRUNS,
+ TRX_CTR_DEV_TX_UNDERRUNS,
+ TRX_CTR_DEV_RX_DROP_EV,
+ TRX_CTR_DEV_RX_DROP_SMPL,
+ TRX_CTR_DEV_TX_DROP_EV,
+ TRX_CTR_DEV_TX_DROP_SMPL,
};
struct ctr_threshold {