add FIXME comment about the fact that we're paging in the wrong BTS

This commit is contained in:
Harald Welte 2009-05-23 06:34:37 +00:00
parent f55b49fef3
commit e7b452a7a0
1 changed files with 3 additions and 0 deletions

View File

@ -1149,6 +1149,9 @@ static int gsm48_cc_rx_setup(struct msgb *msg)
call->called_subscr = called_subscr;
/* start paging of the receiving end of the call */
/* FIXME: we're assuming that the receiver is at the same BTS
* than we are, which is obviously a wrong assumption in multi-BTS
* case */
paging_request(msg->trx->bts, called_subscr, RSL_CHANNEED_TCH_F,
setup_trig_pag_evt, call);