aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-15 15:52:32 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-16 19:57:13 +0100
commit845c01ef3f7df788308e56ad22408991c7d2c5ff (patch)
treeeb9167a417c60923df6423e6c11e6c13a0080c71 /src/bts.h
parent554a835e906419ff5b4b773b3a723a3fa2e15611 (diff)
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
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bts.h b/src/bts.h
index 4867ac00..45432eaa 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -103,8 +103,6 @@ struct gprs_rlcmac_pdch {
#ifdef __cplusplus
private:
- int rcv_data_block_acknowledged_gprs(uint8_t *data, uint8_t len,
- struct pcu_l1_meas *meas);
int rcv_control_block(bitvec *rlc_block, uint32_t fn);
void rcv_control_ack(Packet_Control_Acknowledgement_t *, uint32_t fn);