stop paging a particular subscriber after we have received a PAGING RESPONSE

This commit is contained in:
Harald Welte 2009-02-06 12:52:47 +00:00
parent 763da00e97
commit 47150fbd20
1 changed files with 1 additions and 0 deletions

View File

@ -672,6 +672,7 @@ static int gsm48_rr_rx_pag_resp(struct msgb *msg)
}
DEBUGP(DRR, "<- Channel was requested by %s\n",
subscr->name ? subscr->name : subscr->imsi);
page_request_stop(msg->trx->bts, subscr);
if (!msg->lchan->subscr)
msg->lchan->subscr = subscr;