aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-27TBF: add helpers for assignment type handlingMax1-1/+50
2018-02-27Simplify TS alloc: adjust allocator signaturesMax1-6/+4
2018-02-27TBF: make poll state internalMax1-1/+27
2018-02-27TBF: make UL ack state internalMax1-2/+20
2018-02-27TBF: make UL/DL state internalMax1-2/+52
2018-02-27TBF: add dedicated log categoriesMax1-4/+4
2018-02-27TBF: log source of state transitionsMax1-6/+9
2018-01-12TBF: unify EGPRS window calculationMax1-2/+4
2018-01-12TBF-DL: move priority computation into functionMax1-0/+9
2018-01-12TBF: move window parameters to UL/DL levelMax1-16/+16
2018-01-12TBF: cleanup state flag handlingMax1-1/+24
2018-01-12Make TBF state privateMax1-4/+1
2018-01-04window: move encoding into functionsMax1-2/+12
2018-01-04TBF-DL: mark rcvd_dl_ack() parameters as booleanMax1-2/+2
2018-01-03Fix llc_queue_size() typeMax1-1/+1
2018-01-02TBF: log timer invocation sourceMax1-1/+4
2018-01-02TBF: unify timer handlingMax1-11/+7
2017-12-20TBF: add N3101 counterMax1-0/+2
2017-12-20TBF: implement independent T31xx timersMax1-2/+23
2017-12-20Introduce LOGTBF* for consistent loggingMax1-0/+4
2017-12-18Remove unused includes and forward declarationsMax1-2/+0
2017-12-15TBF: remove unused variableMax1-1/+0
2017-12-14TBF: move EGPRS enablement into (U|D)L-TBFMax1-4/+15
2017-12-05TBF: expand timer loggingMax1-2/+2
2017-12-01Fix compiler warningMax1-0/+9
2017-08-14Simplify polling troubleshootingMax1-1/+8
2017-08-14Move DL assignment to TBF-DLMax1-0/+1
2017-08-14Encapsulate handling of UL ACK timeoutMax1-0/+2
2017-07-10Remove TBF knowledge from rcv_control*dl_ack_nackMax1-0/+2
2017-01-24Handle packet access reject during packet resource requestaravind sirsikar1-0/+4
2017-01-23Add compression support in EGPRS PUANsivasankari1-0/+2
2017-01-05Improve loggingMax1-0/+7
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari1-0/+22
2016-12-09Add statistics in the ms and tbf level.sivasankari1-0/+29
2016-11-14Add BTS level countersMrinal Mishra1-0/+3
2016-11-11Handle packet access reject during EPDAN/PDAN with channel descriptionaravind sirsikar1-0/+2
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr1-4/+6
2016-10-18tbf: add llc_queue_size() to check llc_queue is valid before calling size()Alexander Couzens1-2/+4
2016-09-15tbf_dl: factor out EGPRS DL window size calculationAravind Sirsikar1-0/+2
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar1-0/+5
2016-08-02Add support for SPB handling for EGPRS UL TBFAravind Sirsikar1-0/+15
2016-02-08edge: Compare len instead of using cs.isCombinableJacob Erlbeck1-1/+1
2016-02-08edge: Send a second BSN block in an RLC message if possibleJacob Erlbeck1-1/+4
2016-02-08edge: Refactor create_dl_acked_block for multi-block supportJacob Erlbeck1-1/+1
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck1-6/+4
2016-02-08tbf: Use TLLI as ID if TFI not yet assignedJacob Erlbeck1-0/+11
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck1-0/+3
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck1-0/+1
2016-02-08tbf: Use is_control_ts() instead of comparing TS values directlyJacob Erlbeck1-4/+2
2016-02-08sched: Pass the current TS to the control create functionsJacob Erlbeck1-3/+3