aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-27 11:07:17 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commit5a9658168a8efba6fc2a219f9786a1dad59ff815 (patch)
tree78b09430c1aa4498491976ba273a208440c240a9 /src/bts.h
parent396f4161cbe3b86ad322ccb73a652e8406c37e8e (diff)
bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate function
Kill the tlli assignment as it is never used.
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 b155b5c6..b8c5af0c 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -82,6 +82,7 @@ private:
int rcv_control_block(bitvec *rlc_block, uint32_t fn);
void rcv_control_ack(RlcMacUplink_t *, uint32_t fn);
+ void rcv_control_dl_ack_nack(RlcMacUplink_t *, uint32_t fn);
#endif
};