aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 21:48:38 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commit61a0a04d2651211715dc5e379021da334606c229 (patch)
treee53f487bc8f59b4393f7eb2e58fd60aeac2f6767 /src/tbf.h
parent3dc56a3b341ffd22a7a5951a5ec6f78163fdc800 (diff)
tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbf
We can now remove the gprs_rlcmac_data as the code has been moved into the tbf, pdch and bts.
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 a1a7986d..ea184442 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -99,6 +99,7 @@ struct gprs_rlcmac_tbf {
/* TODO: extract LLC class? */
int assemble_forward_llc(uint8_t *data, uint8_t len);
+ struct msgb *create_dl_acked_block(uint32_t fn, uint8_t ts);
struct msgb *create_dl_ass(uint32_t fn);
struct msgb *create_ul_ass(uint32_t fn);
struct msgb *create_ul_ack(uint32_t fn);