From d382bf63e2b7e28fe41c5310c26fe584f0356897 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 11 Dec 2017 15:33:35 +0100 Subject: paging: Stop all paging if MSC sends us BSSMAP RESET When the MSC has lost its state and issues a RESET, we should not only clear all ongoing radio connections, but we should also stop any paging. There's no point in paging a subscriber if the MSC doesn't know about this paging anymore. Change-Id: If3f53d3bb66ad2dc02db823cb813590c6b59c700 Closes: OS#2736 --- include/osmocom/bsc/paging.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom') diff --git a/include/osmocom/bsc/paging.h b/include/osmocom/bsc/paging.h index 533f3667a..2b1bc506c 100644 --- a/include/osmocom/bsc/paging.h +++ b/include/osmocom/bsc/paging.h @@ -75,4 +75,7 @@ unsigned int paging_pending_requests_nr(struct gsm_bts *bts); struct bsc_msc_data *paging_get_msc(struct gsm_bts *bts, struct bsc_subscr *bsub); +void paging_flush_bts(struct gsm_bts *bts, struct bsc_msc_data *msc); +void paging_flush_network(struct gsm_network *net, struct bsc_msc_data *msc); + #endif -- cgit v1.2.3