aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-09-19 13:13:45 +0200
committerlaforge <laforge@osmocom.org>2021-10-12 16:08:09 +0000
commit5f1317ba91afe63cf94474f8204403d9fbd1bd51 (patch)
treef8f94d0c2fa09907fad4d58a05e0908a544dbadd /include
parent1e88d691ededaa2025a3cdc4a310bd116aa0ae4a (diff)
stat: add bts.N.num_trx:total
This is similar to bsc.0.num_trx:total but per single BTS. Related: SYS#5542 Related: I5be1cb470930354c4561cbed301bc50a32484ed9 (osmo-ttcn3-hacks) Depends: I137992a5479fc39bbceb6c6c2af9c227bd33b39b (libosmocore) Change-Id: I283d38e7a8c032e274a5bd2fa150ec2c9a7157b4
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 5ff798bc8..f09d06848 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -175,6 +175,7 @@ enum {
BTS_STAT_RSL_CONNECTED,
BTS_STAT_LCHAN_BORKEN,
BTS_STAT_TS_BORKEN,
+ BTS_STAT_NUM_TRX_TOTAL,
};
extern const struct osmo_stat_item_desc bts_stat_desc[];