* introduce a callback function when paging completes (I know this is somewhat of an overlap
  with the signals, but I think paging always has one reason and thus one caller wants to
  get notified about completion, including a caller-specific context, etc)
* introduce TLV parser definitions for GSM 04.08
* parse and generate BCD number IE's for 04.08 call control

diff --git a/src/abis_rsl.c b/src/abis_rsl.c
index 90d4360..034fbb5 100644
--- a/src/abis_rsl.c
+++ b/src/abis_rsl.c
@@ -740,6 +740,7 @@
 		arfcn, ts_number, subch, gsm_lchan_name(lchan->type),
 		ia.chan_desc.chan_nr, gsm_chreq_name(chreq_reason));
 
+	/* FIXME: Start timer T3101 to wait for GSM48_MT_RR_PAG_RESP */
 
 	/* send IMMEDIATE ASSIGN CMD on RSL to BTS (to send on CCCH to MS) */
 	ret = rsl_imm_assign_cmd(bts, sizeof(ia), (u_int8_t *) &ia);