aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
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.cpp
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.cpp')
-rw-r--r--src/tbf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index d6b38022..b20d0fc7 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1425,7 +1425,7 @@ int gprs_rlcmac_tbf::maybe_start_new_window()
return 0;
}
-int gprs_rlcmac_tbf::snd_dl_ack(uint8_t final_ack, uint8_t ssn, uint8_t *rbb)
+int gprs_rlcmac_tbf::rcvd_dl_ack(uint8_t final_ack, uint8_t ssn, uint8_t *rbb)
{
LOGP(DRLCMACDL, LOGL_DEBUG, "%s downlink acknowledge\n", tbf_name(this));