aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
diff options
context:
space:
mode:
authorMichael Iedema <michael@kapsulate.com>2021-03-04 13:14:10 +0000
committerdaniel <dwillmann@sysmocom.de>2021-05-04 16:09:46 +0000
commit858ac62b883900eb8958ccf8ec1f8aab21100476 (patch)
tree085c13acff520134083f60ead562710231e044f5 /include/osmocom/bsc/gsm_data.h
parent377aac83bb31b876f02670b36097ab6a8d442b38 (diff)
stats: add BTS uptime counter
Diffstat (limited to 'include/osmocom/bsc/gsm_data.h')
-rw-r--r--include/osmocom/bsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 9aecd2c08..dc10dc64b 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -1216,6 +1216,9 @@ struct gsm_network {
/* Timer for periodic channel load measurements to maintain each BTS's T3122. */
struct osmo_timer_list t3122_chan_load_timer;
+ /* Timer to write each BTS's uptime counter state to the stats system. */
+ struct osmo_timer_list bts_store_uptime_timer;
+
struct {
struct mgcp_client_conf *conf;
struct mgcp_client *client;