aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-06 20:08:42 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-06 20:15:11 +0100
commit9948514086594517ea3b72329d5c9bae7151f78f (patch)
treeb931e2a1e875a04e66bde8326909611568b668e4 /src/tbf.h
parent77e05971b461ec420cc6c3f1f82a97f681c100a9 (diff)
tbf: Move the tx part into the tbf as it accesses internal data
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 fb4a64c0..afbfdb3c 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -105,6 +105,7 @@ struct gprs_rlcmac_tbf {
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 snd_ul_ud();
/* blocks were acked */
int rcv_data_block_acknowledged(const uint8_t *data, size_t len, int8_t rssi);