aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/bts.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-05-06 15:41:51 +0200
committerHarald Welte <laforge@osmocom.org>2022-05-06 15:41:51 +0200
commite9d654757a4cbf5675c42e019b70b7d2fe62c782 (patch)
treeaff373e97c34c935e05bb7e9e22d327cc18505d4 /src/osmo-bsc/bts.c
parent6b073296f907d1ed41668bf1b454170e3d1100c5 (diff)
HACK: queue limitlaforge/queue-limit
Diffstat (limited to 'src/osmo-bsc/bts.c')
-rw-r--r--src/osmo-bsc/bts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c
index c3dd70af4..766371aeb 100644
--- a/src/osmo-bsc/bts.c
+++ b/src/osmo-bsc/bts.c
@@ -1072,6 +1072,9 @@ const struct rate_ctr_desc bts_ctr_description[] = {
[BTS_CTR_PAGING_MSC_FLUSH] = \
{ "paging:msc_flush",
"Paging flushed due to MSC Reset BSSMAP message" },
+ [BTS_CTR_PAGING_OVERLOAD] = \
+ { "paging:overload",
+ "Paging dropped due to BSC Paging queue overload" },
[BTS_CTR_CHAN_ACT_TOTAL] = \
{ "chan_act:total",
"Total number of Channel Activations" },