From e5dc2a0ac5ceae75b7c876665d810f72f810139d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Nov 2013 20:10:12 +0100 Subject: rlc: Pass the gprs_rlc_data to the assemble function for assembly --- src/tbf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index 3d6a583b..bf5f32d6 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -113,7 +113,7 @@ struct gprs_rlcmac_tbf { struct msgb *llc_dequeue(bssgp_bvc_ctx *bctx); /* TODO: extract LLC class? */ - int assemble_forward_llc(uint8_t *data, uint8_t len); + int assemble_forward_llc(const gprs_rlc_data *data); struct msgb *create_dl_acked_block(uint32_t fn, uint8_t ts); struct msgb *create_dl_ass(uint32_t fn); -- cgit v1.2.3