aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-03 02:44:17 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-03 16:27:41 +0100
commitd6e1352400b149e83f2c6b227acec9da67c920da (patch)
tree548299a6b5efcfe15bdc719610e0396493398ba6
parent3aeab5d437be31a413b69f74f4d9599a4ec9cb91 (diff)
stat: change pchan naming to dynamic/{osmocom,ipaccess}
Change names of stat exports to be consistent with VTY,CTRL: - from "chan_osmo_dyn" to "chan_dynamic_osmocom" - from "chan_tch_f_pdch" to "chan_dynamic_ipaccess" Change-Id: I863ad05e892563442041722bcd57f7c987e1f5ab
-rw-r--r--src/osmo-bsc/bts.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c
index 80332ebf8..108c35539 100644
--- a/src/osmo-bsc/bts.c
+++ b/src/osmo-bsc/bts.c
@@ -1632,11 +1632,11 @@ const struct osmo_stat_item_desc bts_stat_desc[] = {
"Number of SDCCH8 channels total",
"", 60, 0 },
[BTS_STAT_CHAN_TCH_F_PDCH_USED] = \
- { "chan_tch_f_pdch:used",
+ { "chan_dynamic_ipaccess:used",
"Number of DYNAMIC/IPACCESS channels used",
"", 60, 0 },
[BTS_STAT_CHAN_TCH_F_PDCH_TOTAL] = \
- { "chan_tch_f_pdch:total",
+ { "chan_dynamic_ipaccess:total",
"Number of DYNAMIC/IPACCESS channels total",
"", 60, 0 },
[BTS_STAT_CHAN_CCCH_SDCCH4_CBCH_USED] = \
@@ -1656,11 +1656,11 @@ const struct osmo_stat_item_desc bts_stat_desc[] = {
"Number of SDCCH8+CBCH channels total",
"", 60, 0 },
[BTS_STAT_CHAN_OSMO_DYN_USED] = \
- { "chan_osmo_dyn:used",
+ { "chan_dynamic_osmocom:used",
"Number of DYNAMIC/OSMOCOM channels used",
"", 60, 0 },
[BTS_STAT_CHAN_OSMO_DYN_TOTAL] = \
- { "chan_osmo_dyn:total",
+ { "chan_dynamic_osmocom:total",
"Number of DYNAMIC/OSMOCOM channels total",
"", 60, 0 },
[BTS_STAT_T3122] = \