From 392209cbb55ebaaa5d795e196198f16615c3d7e4 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Tue, 10 Feb 2009 00:06:19 +0000 Subject: [paging] Introduce a variable containing the free paging slots Start with a large number of available slots. It is guranteed that we will - at some point - get a paging load and will properly update the counter and keep it updated. --- include/openbsc/paging.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/openbsc/paging.h') diff --git a/include/openbsc/paging.h b/include/openbsc/paging.h index 1260a9b34..0e5a0d447 100644 --- a/include/openbsc/paging.h +++ b/include/openbsc/paging.h @@ -38,4 +38,7 @@ void paging_request(struct gsm_bts *bts, struct gsm_subscriber *subscr, int type /* stop paging requests */ void paging_request_stop(struct gsm_bts *bts, struct gsm_subscriber *subscr); +/* update paging load */ +void paging_update_buffer_space(struct gsm_bts *bts, u_int16_t); + #endif -- cgit v1.2.3