From fb845bb1df34170f841b330ee858016bf6a09f5f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 2 May 2016 15:33:18 +0200 Subject: [PATCH] cosmetic: subscr_paging_dispatch() comments/indent --- openbsc/src/libmsc/gsm_subscriber.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/openbsc/src/libmsc/gsm_subscriber.c b/openbsc/src/libmsc/gsm_subscriber.c index 74c90511c..5327d7a75 100644 --- a/openbsc/src/libmsc/gsm_subscriber.c +++ b/openbsc/src/libmsc/gsm_subscriber.c @@ -68,15 +68,6 @@ static int subscr_paging_dispatch(unsigned int hooknum, unsigned int event, OSMO_ASSERT(subscr->is_paging); -#if BEFORE_MSCSPLIT - /* - * Stop paging on all other BTS. E.g. if this is - * the first timeout on a BTS then the others will - * timeout soon as well. Let's just stop everything - * and forget we wanted to page. - */ - paging_request_stop(NULL, subscr, NULL, NULL); -#endif /* Inform parts of the system we don't know */ sig_data.subscr = subscr;