aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-07-07 18:25:41 +0200
committerMax <msuraev@sysmocom.de>2017-08-14 15:50:47 +0200
commita10c39866b4b6e5515b1ceb35b15955226679eb3 (patch)
treee2a49b17bb798548b5e80cac97b619c449028ced /src/tbf.h
parent341dccd7e25f0987c80cfcba7605e07fe962c8a8 (diff)
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
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 1 insertions, 0 deletions
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();