bts, tbf: Make rcvd_dl_ack a method of the DL TBF

This method is only userul for DL TBFs so move it. As a result
gprs_rlcmac_pdch::rcv_control_ack needs to work with dl_tbfs.

Ticket: SYS#389
Sponsored-by: On-Waves ehf
diff --git a/src/bts.cpp b/src/bts.cpp
index cc963ed..4c22736 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -818,7 +818,7 @@
 void gprs_rlcmac_pdch::rcv_control_dl_ack_nack(Packet_Downlink_Ack_Nack_t *ack_nack, uint32_t fn)
 {
 	int8_t tfi = 0; /* must be signed */
-	struct gprs_rlcmac_tbf *tbf;
+	struct gprs_rlcmac_dl_tbf *tbf;
 	int rc;
 
 	tfi = ack_nack->DOWNLINK_TFI;