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
This commit is contained in:
Neels Hofmeyr 2023-03-03 02:44:17 +01:00 committed by neels
parent 7214e56b49
commit 76ea8562db
1 changed files with 4 additions and 4 deletions

View File

@ -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] = \