aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 4afc6498..598bb257 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -99,6 +99,8 @@ struct gprs_rlcmac_tbf {
/* TODO: extract LLC class? */
int assemble_forward_llc(uint8_t *data, uint8_t len);
+ struct msgb *create_dl_ass(uint32_t fn);
+
int rlcmac_diag();
int update();