aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-11-22 18:25:17 +0100
committerpespin <pespin@sysmocom.de>2022-11-23 11:09:05 +0000
commit94951af66af6b1764ecfe417c79dd894bae4f8cf (patch)
tree4c996239c8d31765b71d1412cc9a7fc20ad13cc3 /include
parenta3e5b0db7d2edc505b16725c532c40607b26b72e (diff)
paging: Introduce BTS stat paging:available_slots
This allows analysing the behavior of paging queue at the BTS over time. Related: SYS#6200 Change-Id: I5f44ac9b9da3ed7120b04d199e52215c0fd3e8a9
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 4f1abe311..1a84a0e66 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -229,6 +229,7 @@ enum {
BTS_STAT_NUM_TRX_RSL_CONNECTED,
BTS_STAT_NUM_TRX_TOTAL,
BTS_STAT_PAGING_REQ_QUEUE_LENGTH,
+ BTS_STAT_PAGING_AVAILABLE_SLOTS,
BTS_STAT_PAGING_T3113,
};