aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-26 17:32:04 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:11 +0100
commitd11290b90bb5f32a7d57affbe11bdadb24e42db0 (patch)
treeaad9260528d069fab731ec88b59c49b96e15913d /src/tbf.h
parent6f9f434463d6ba0d195f0b36cd67b57e24b1c7e9 (diff)
pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch
Move the method into the PDCH. Extract the finding of TLLI into a new class called Decoding. Move the assemble and forward LLC frames into the TBF as it is poking in the internals of the TBF.
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 0441096f..10bff14a 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -96,6 +96,9 @@ struct gprs_rlcmac_tbf {
struct msgb *llc_dequeue(bssgp_bvc_ctx *bctx);
void update_llc_frame(struct msgb *msg);
+ /* TODO: extract LLC class? */
+ int assemble_forward_llc(uint8_t *data, uint8_t len);
+
int rlcmac_diag();
struct llist_head list;