aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-12-01 09:09:18 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-12-01 09:09:18 +0100
commit467e1497630a093cff94670da0e8fa39fd21c278 (patch)
tree80a257ddaaeb610bfeb2a116378962fdb1593c9b /include
parent127ec05b4e7c3dfbb17720e583ed71a4fba5d622 (diff)
paging: Provide functions to check the internal state of the paging system
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/paging.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmo-bts/paging.h b/include/osmo-bts/paging.h
index a7951884..dc8041b3 100644
--- a/include/osmo-bts/paging.h
+++ b/include/osmo-bts/paging.h
@@ -23,4 +23,9 @@ int paging_add_identity(struct paging_state *ps, uint8_t paging_group,
/* generate paging message for given gsm time */
int paging_gen_msg(struct paging_state *ps, uint8_t *out_buf, struct gsm_time *gt);
+
+/* inspection methods below */
+int paging_group_queue_empty(struct paging_state *ps, uint8_t group);
+int paging_queue_length(struct paging_state *ps);
+
#endif