mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 05:23:43 +00:00
cosmetic: subscr_paging_dispatch() comments/indent
This commit is contained in:
@@ -68,15 +68,6 @@ static int subscr_paging_dispatch(unsigned int hooknum, unsigned int event,
|
|||||||
|
|
||||||
OSMO_ASSERT(subscr->is_paging);
|
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 */
|
/* Inform parts of the system we don't know */
|
||||||
sig_data.subscr = subscr;
|
sig_data.subscr = subscr;
|
||||||
|
|||||||
Reference in New Issue
Block a user