aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-04cosmetic: clarify coding scheme and puncturingMax1-4/+4
2018-01-04TBF-DL: mark rcvd_dl_ack() parameters as booleanMax1-2/+2
2018-01-02TBF: log timer invocation sourceMax1-3/+3
2018-01-02TBF: unify timer handlingMax1-2/+1
2017-12-20TBF: implement independent T31xx timersMax1-7/+7
2017-12-20Introduce LOGTBF* for consistent loggingMax1-25/+17
2017-12-15TBF-DL: fix misleading idle time checkMax1-1/+1
2017-12-05TBF: expand timer loggingMax1-4/+4
2017-09-08TBF-DL: extend index check for RLC block copyMax1-0/+3
2017-09-04cosmetic: convert explicit warnings to fixme/todoMax1-1/+1
2017-08-14Simplify polling troubleshootingMax1-3/+1
2017-08-14Move DL assignment to TBF-DLMax1-1/+35
2017-07-29Remove #warnings that have been adressed since 2015Harald Welte1-2/+0
2017-07-10Remove TBF knowledge from rcv_control*dl_ack_nackMax1-2/+24
2017-05-26Cleanup FN schedulingMax1-16/+13
2017-02-14dl tbf: initialize punct values and verifyNeels Hofmeyr1-4/+8
2017-02-14dl tbf: calculate CPS only for EGPRSNeels Hofmeyr1-2/+5
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari1-0/+5
2016-12-09Add statistics in the ms and tbf level.sivasankari1-0/+15
2016-11-25Add new BTS level counterssivasankari1-0/+1
2016-11-14Add BTS level countersMrinal Mishra1-0/+54
2016-11-02EGPRS: fix for EPDAN out of windowaravind sirsikar1-21/+9
2016-10-18tbf: add llc_queue_size() to check llc_queue is valid before calling size()Alexander Couzens1-4/+4
2016-09-15tbf_dl: factor out EGPRS DL window size calculationAravind Sirsikar1-0/+20
2016-09-09Fix Timing Advance handlingMax1-1/+1
2016-08-28TBF flow: Coverity fixAravind Sirsikar1-0/+3
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar1-33/+183
2016-07-13Modify DL tbf flow for ARQ-II in EGPRS DL RetxAravind Sirsikar1-17/+40
2016-07-12Add data structure for ARQ-II in EGPRS DLAravind Sirsikar1-7/+7
2016-06-10tbf_dl: correct tbf name in log message for moving a DL TBFAlexander Couzens1-1/+1
2016-06-07add KPI counter to count bytes for RLC and LLC framesAlexander Couzens1-1/+6
2016-06-07encoding/rlc_copy_from_aligned_buffer: export written payload bytes via an ar...Alexander Couzens1-1/+1
2016-06-07tbf_dl: comment why we sent a dummy LLC packets to delay the release of the TBFAlexander Couzens1-0/+2
2016-05-22tbf_dl: replace cross-file declaration with correct headerAlexander Couzens1-5/+1
2016-05-20move statistics counter rlc_sent() to gprs_rlcmac_schedAlexander Couzens1-2/+0
2016-03-30Support puncturing scheme selection for EGPRS DLAravind Sirsikar1-3/+22
2016-03-30Update CPS calculation with new data structuresAravind Sirsikar1-2/+3
2016-02-08edge: Work-around to not use MCS-6 with paddingJacob Erlbeck1-2/+6
2016-02-08edge: Compare len instead of using cs.isCombinableJacob Erlbeck1-11/+14
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck1-53/+104
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck1-24/+85
2016-02-08rlc: Add with_padding argument to gprs_rlc_data_info_init_dl/ulJacob Erlbeck1-1/+1
2016-02-08rlc: Support encoding of EGPRS header type 1 + 2Jacob Erlbeck1-1/+2
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck1-21/+10
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck1-1/+2
2016-02-08tbf: Use is_control_ts() instead of comparing TS values directlyJacob Erlbeck1-1/+1
2016-02-08tbf: Add abort method for downlink TBFJacob Erlbeck1-0/+27
2016-02-08tbf: Low prio for BSSPG values for GPRS/EGPRS MS classJacob Erlbeck1-5/+8
2016-02-08edge: Call update_window even if FINAL_ACK_INDICATION is setJacob Erlbeck1-10/+12
2016-02-08edge: Use num_blocks in gprs_rlcmac_dl_tbf::analyse_errorsJacob Erlbeck1-5/+9