From fcbc70211208323b22ab9805cdf19769cce72d23 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 26 Oct 2013 17:38:37 +0200 Subject: pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block Move the dispatch into the PDCH. This needs to be split up further into understandable blocks. --- src/gprs_rlcmac.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gprs_rlcmac.h') diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h index af15e77a..4fe5067a 100644 --- a/src/gprs_rlcmac.h +++ b/src/gprs_rlcmac.h @@ -98,10 +98,6 @@ int gprs_rlcmac_poll_timeout(struct gprs_rlcmac_bts *bts, struct gprs_rlcmac_tbf int gprs_rlcmac_rcv_rach(struct gprs_rlcmac_bts *bts, uint8_t ra, uint32_t Fn, int16_t qta); -int gprs_rlcmac_rcv_control_block(struct gprs_rlcmac_bts *bts, - bitvec *rlc_block, uint8_t trx, uint8_t ts, - uint32_t fn); - struct msgb *gprs_rlcmac_send_packet_uplink_assignment( struct gprs_rlcmac_tbf *tbf, uint32_t fn); -- cgit v1.2.3