From 845c01ef3f7df788308e56ad22408991c7d2c5ff Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 15 Dec 2015 15:52:32 +0100 Subject: edge: Remove unused GPRS functions This commit removes the code that is no longer used due to the commit "Use a single PDCH rcv_data_block method for GPRS and EGPRS". Sponsored-by: On-Waves ehf --- src/tbf.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index b00dd0f3..a3a2eeba 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -422,15 +422,12 @@ struct gprs_rlcmac_ul_tbf : public gprs_rlcmac_tbf { struct msgb *create_ul_ack(uint32_t fn); /* blocks were acked */ - int rcv_data_block_acknowledged_gprs(const uint8_t *data, size_t len, - struct pcu_l1_meas *meas); int rcv_data_block_acknowledged( const struct gprs_rlc_ul_header_egprs *rlc, uint8_t *data, uint8_t len, struct pcu_l1_meas *meas); /* TODO: extract LLC class? */ - int assemble_forward_llc_gprs(const gprs_rlc_data *data); int assemble_forward_llc(const gprs_rlc_data *data); int snd_ul_ud(); @@ -447,7 +444,6 @@ struct gprs_rlcmac_ul_tbf : public gprs_rlcmac_tbf { uint8_t m_final_ack_sent; /* set if we sent final ack */ protected: - void maybe_schedule_uplink_acknack(const rlc_ul_header *rh); void maybe_schedule_uplink_acknack(const gprs_rlc_ul_header_egprs *rlc); }; -- cgit v1.2.3