aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 21:04:28 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commit46bcb8d59da735257093d8daaec144b248bbdb01 (patch)
treea28937df878faa47db398333a24c645b15983211 /src/tbf.h
parent02beed5e98766b990d1a022cb01721f8e400752c (diff)
tbf: Move gprs_rlcmac_send_uplink_ack into the tbf
The method was called send but didn't send anything. Move it to the tbf
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 598bb257..b871946a 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -100,6 +100,7 @@ struct gprs_rlcmac_tbf {
int assemble_forward_llc(uint8_t *data, uint8_t len);
struct msgb *create_dl_ass(uint32_t fn);
+ struct msgb *create_ul_ack(uint32_t fn);
int rlcmac_diag();