aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_dl.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-30Sanitizer build fix for invalid value of egprs_puncturing_valuesaravind sirsikar1-0/+3
2016-12-29Will enable padding support for MCS8 to MCS6/MCS3 transition in EGPRS DL.Pravin Kumarvel1-17/+1
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
2016-02-08edge: Add bitvec based DL window updating methodsJacob Erlbeck1-0/+81
2016-02-05edge: Provide and use CS -> CPS conversionJacob Erlbeck1-0/+1
2016-02-05edge: Select implementation by mode in rlc_data_to_dl_appendJacob Erlbeck1-1/+1
2016-02-05edge: Use rlc_data_to_dl_append in create_new_bsnJacob Erlbeck1-111/+20
2016-02-05edge: Use RLC data block encoding functionsJacob Erlbeck1-39/+62
2016-02-05edge: Fix RLC message sizeJacob Erlbeck1-1/+1
2016-02-05edge: Add work-around to get DL EGPRS from MS objectJacob Erlbeck1-1/+5
2016-02-01edge: Replace integer cs by GprsCodingSchemeJacob Erlbeck1-12/+5
2016-02-01edge: Add methods and operators to GprsCodingSchemeJacob Erlbeck1-1/+1
2016-02-01rlc: Add and use mod_sns(bsn) methodJacob Erlbeck1-8/+7
2015-12-16edge: Store GprsCodingScheme in gprs_rlc_dataJacob Erlbeck1-18/+12
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck1-2/+4
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-3/+4
2015-09-11bssgp: Use measured leak rate for flow controlJacob Erlbeck1-5/+31
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck1-35/+24