aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm_04_08.c')
-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);