aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-27 11:02:05 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commit396f4161cbe3b86ad322ccb73a652e8406c37e8e (patch)
tree664297c4f106594afe671472ce6e0027ea88058f /src/bts.h
parentc1ae22694cef9a437aedaa5a359e058ea256dc0c (diff)
pdch: Move handling of control_ack to a separate method
Kill the unused tfi parameter
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index 50eb4341..b155b5c6 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -81,6 +81,7 @@ private:
int rcv_data_block_acknowledged(uint8_t *data, uint8_t len, int8_t rssi);
int rcv_control_block(bitvec *rlc_block, uint32_t fn);
+ void rcv_control_ack(RlcMacUplink_t *, uint32_t fn);
#endif
};