aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 20:45:35 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commit2db7e7e7dbb1f48bc2dbfe398449d3b0f4c367d1 (patch)
tree18cfc350fa47944d6f14b7830c8333d55a86cbfe /src/tbf.h
parent24c1a5ba29998d4293f7337a195a664d1845f673 (diff)
tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbf
This method was called _send_packet_ but actually didn't do any sending at all. It just formated the right assignment. I replaced tbf-> with nothing.
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();