From a10c39866b4b6e5515b1ceb35b15955226679eb3 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 7 Jul 2017 18:25:41 +0200 Subject: Move DL assignment to TBF-DL This function does not really belongs to BTS and it heavily relies on direct access to TBF-DL members anyway. Change-Id: I04584103018675a2f35cfb565473bfd81a208d7c Closes: OS#1540 --- src/tbf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index ecdf5f81..9cc70e6e 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -424,6 +424,7 @@ struct gprs_rlcmac_dl_tbf : public gprs_rlcmac_tbf { int rcvd_dl_ack(uint8_t final, uint8_t ssn, uint8_t *rbb); int rcvd_dl_ack(uint8_t final_ack, unsigned first_bsn, struct bitvec *rbb); struct msgb *create_dl_acked_block(uint32_t fn, uint8_t ts); + void trigger_ass(struct gprs_rlcmac_tbf *old_tbf); void clear_poll_timeout_flag(); bool handle_ack_nack(); void request_dl_ack(); -- cgit v1.2.3