mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
msc_paging_request(): make static
it is never called outside of gsm_subscriber.c
This commit is contained in:
@@ -142,7 +142,7 @@ int subscr_rx_paging_response(struct msgb *msg,
|
||||
return -1;
|
||||
}
|
||||
|
||||
int msc_paging_request(struct gsm_network *network, struct gsm_subscriber *subscr,
|
||||
static int msc_paging_request(struct gsm_network *network, struct gsm_subscriber *subscr,
|
||||
int type, gsm_cbfn *cbfn, void *data)
|
||||
{
|
||||
/* The subscriber was last seen in subscr->lac. Find out which
|
||||
|
Reference in New Issue
Block a user