From 02beed5e98766b990d1a022cb01721f8e400752c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 26 Oct 2013 20:56:20 +0200 Subject: bts: Move gprs_rlcmac_rcv_rach into the BTS class --- src/gprs_rlcmac.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gprs_rlcmac.h') diff --git a/src/gprs_rlcmac.h b/src/gprs_rlcmac.h index 94b2a4b1..487f3751 100644 --- a/src/gprs_rlcmac.h +++ b/src/gprs_rlcmac.h @@ -94,8 +94,6 @@ enum gprs_rlcmac_block_type { int gprs_rlcmac_tx_ul_ud(gprs_rlcmac_tbf *tbf); -int gprs_rlcmac_rcv_rach(struct gprs_rlcmac_bts *bts, uint8_t ra, uint32_t Fn, int16_t qta); - struct msgb *gprs_rlcmac_send_packet_uplink_assignment( struct gprs_rlcmac_tbf *tbf, uint32_t fn); -- cgit v1.2.3