aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2014-05-30 17:57:59 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-30 18:19:06 +0200
commitfc03bbe0780002dd1a55969528c071ce25e8ce6d (patch)
tree2638da34d1475f6d70b10bc5ffc6869fe5be4452 /src/tbf.h
parent9167055ed21ebfccc241289b8b8c1c6cdcd098d3 (diff)
tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ack
This function is called to act upon a received DL ACK packet so this name makes more sense.
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.h b/src/tbf.h
index c3019607..24b98d29 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -103,7 +103,7 @@ struct gprs_rlcmac_tbf {
struct msgb *create_dl_ass(uint32_t fn);
struct msgb *create_ul_ass(uint32_t fn);
struct msgb *create_ul_ack(uint32_t fn);
- int snd_dl_ack(uint8_t final, uint8_t ssn, uint8_t *rbb);
+ int rcvd_dl_ack(uint8_t final, uint8_t ssn, uint8_t *rbb);
int snd_ul_ud();
/* blocks were acked */