aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-05-23 06:34:37 +0000
committerHarald Welte <laforge@gnumonks.org>2009-05-23 06:34:37 +0000
commite7b452a7a07b75f880fadeeb650efe2bac931c7b (patch)
tree0484483faaaacbe73626e5e58ed70ab4ed410688 /src
parentf55b49fef3f2c8c091c4fa732788ce82d1f33af1 (diff)
add FIXME comment about the fact that we're paging in the wrong BTS
Diffstat (limited to 'src')
-rw-r--r--src/gsm_04_08.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index e178d99c9..ad7bba687 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -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);