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

diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index e178d99..ad7bba6 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -1149,6 +1149,9 @@
 	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);