aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-03-30 15:59:41 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-03-31 12:12:21 +0200
commitd38ccedad764ecf0ce12e278756d57d4bbfd5fc8 (patch)
treeca02701f2736c7b7c61a44495becdfb12a5d75e3 /include
parent4de07697203804f188f01002bfc5c113d2950ac3 (diff)
Move paging queue specific handling to signal callback outside RSL code
The signal is already there but not being used. Let's further split generic paging code from RSL specificites. Change-Id: Iabc1c29908a5136501d6dc6e60f8777dab511b86
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/paging.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osmocom/bsc/paging.h b/include/osmocom/bsc/paging.h
index 15eb49e43..054e5c78d 100644
--- a/include/osmocom/bsc/paging.h
+++ b/include/osmocom/bsc/paging.h
@@ -150,9 +150,6 @@ void paging_request_stop(struct bsc_msc_data **msc_p, enum bsc_paging_reason *re
struct gsm_bts *bts, struct bsc_subscr *bsub);
void paging_request_cancel(struct bsc_subscr *bsub, enum bsc_paging_reason reasons);
-/* update paging load */
-void paging_update_buffer_space(struct gsm_bts *bts, uint16_t);
-
/* pending paging requests */
unsigned int paging_pending_requests_nr(const struct gsm_bts *bts);