aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Simplify TS alloc: fix allocation callsMax1-2/+3
2018-02-27Simplify TS alloc: adjust allocator signaturesMax1-13/+8
2018-02-27TBF: make poll state internalMax1-1/+7
2018-02-27TBF: make UL ack state internalMax1-1/+8
2018-02-27TBF: make UL/DL state internalMax1-18/+4
2018-02-27TBF: add dedicated log categoriesMax1-95/+81
2018-02-27TBF: log source of state transitionsMax1-9/+9
2018-01-12TBF: unify EGPRS window calculationMax1-3/+11
2018-01-12TBF: move window parameters to UL/DL levelMax1-0/+5
2018-01-12TBF: cleanup state flag handlingMax1-4/+2
2018-01-12Make TBF state privateMax1-1/+1
2018-01-03Fix llc_queue_size() typeMax1-1/+1
2018-01-02TBF: bail out for unknown timersMax1-0/+2
2018-01-02TBF: log timer invocation sourceMax1-16/+19
2018-01-02TBF: unify timer handlingMax1-53/+22
2017-12-20TBF: add N3101 counterMax1-0/+9
2017-12-20TBF: implement independent T31xx timersMax1-66/+145
2017-12-20Introduce LOGTBF* for consistent loggingMax1-63/+48
2017-12-15TBF: remove unused variableMax1-4/+0
2017-12-14TBF: move EGPRS enablement into (U|D)L-TBFMax1-2/+0
2017-12-05TBF: expand timer loggingMax1-16/+17
2017-12-04TBF: log timer overrideMax1-7/+7
2017-09-04cosmetic: convert explicit warnings to fixme/todoMax1-2/+2
2017-08-14Simplify polling troubleshootingMax1-14/+40
2017-08-14Move DL assignment to TBF-DLMax1-2/+2
2017-08-14Encapsulate handling of UL ACK timeoutMax1-12/+10
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+24
2017-05-26Cleanup FN schedulingMax1-3/+2
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-3/+3
2017-05-01tbf.cpp: use new tlli instead of old tlliAlexander Couzens1-2/+2
2017-02-08Fix dozens of compiler warnings across the boardNeels Hofmeyr1-4/+4
2017-01-24Handle packet access reject during packet resource requestaravind sirsikar1-0/+40
2017-01-23Add compression support in EGPRS PUANsivasankari1-2/+4
2017-01-05Improve loggingMax1-4/+23
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari1-1/+44
2016-12-09Add statistics in the ms and tbf level.sivasankari1-4/+70
2016-11-25Add new BTS level counterssivasankari1-0/+2
2016-11-14Add BTS level countersMrinal Mishra1-1/+12
2016-11-11Handle packet access reject during EPDAN/PDAN with channel descriptionaravind sirsikar1-0/+23
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr1-12/+1
2016-10-18tbf: add llc_queue_size() to check llc_queue is valid before calling size()Alexander Couzens1-0/+7
2016-09-15Fix EGPRS DL window calculation during tbf updateAravind Sirsikar1-0/+6
2016-09-15tbf_dl: factor out EGPRS DL window size calculationAravind Sirsikar1-14/+2
2016-09-09Fix Timing Advance handlingMax1-2/+3
2016-06-10tbf: replace this == NULL check in tbf->nameAlexander Couzens1-4/+1
2016-02-08tbf: Add state WAIT_ASSIGNJacob Erlbeck1-1/+12
2016-02-08tbf: Don't change type from CCCH to PACCH without ackJacob Erlbeck1-1/+0
2016-02-08tbf: Use TLLI as ID if TFI not yet assignedJacob Erlbeck1-3/+18
2016-02-08tbf: Add check_polling/set_pollingJacob Erlbeck1-23/+68
2016-02-08tbf: Add and use tbf->poll_tsJacob Erlbeck1-6/+9