aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-05-06 14:26:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-05-09 17:50:38 +0200
commitd8cfd2fb249f2fb82c24dc2e6c54bf84af03ff34 (patch)
tree74997a3ed1b57db5ac391b723c77a6057128f67f /include
parent536390a7be29e04a0a18a90f9872728bf81170e1 (diff)
Add stat_item for per-bts [dynamic] T3113 timer
This allows external monitoring to see where the T3113 timer has been adjusted to, in case it is set dynamically. Change-Id: I533f2ca3c8e66c143154cbf03b827c9cbbacccdf
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 77b54c947..0ea019d34 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -225,6 +225,7 @@ enum {
BTS_STAT_TS_BORKEN,
BTS_STAT_NUM_TRX_RSL_CONNECTED,
BTS_STAT_NUM_TRX_TOTAL,
+ BTS_STAT_T3113,
};
extern const struct osmo_stat_item_desc bts_stat_desc[];