aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Simplify TS alloc: avoid TS reassignmentMax1-5/+5
2018-02-27Simplify TS alloc: fix allocation callsMax2-3/+4
2018-02-27Simplify TS alloc: adjust allocator signaturesMax6-57/+58
2018-02-27cosmetic: fix whitespace issue with include filesMax1-3/+3
2018-02-27Add multislot classes from latest specMax3-11/+39
2018-02-27Add tests for find_multi_slots()Max2-1/+4
2018-02-27TBF: make poll state internalMax7-14/+43
2018-02-27TBF: make UL ack state internalMax4-10/+35
2018-02-27TBF: make UL/DL state internalMax5-39/+72
2018-02-27TBF: add dedicated log categoriesMax6-295/+247
2018-02-27Set V_N and V_B to known initial stateMax1-0/+2
2018-02-27TBF: log source of state transitionsMax5-24/+27
2018-02-27Allow specifying sysmocom headers explicitlyMax1-1/+1
2018-01-12Don't access TBF internals in vty functionsMax1-2/+2
2018-01-12TBF: unify EGPRS window calculationMax4-36/+23
2018-01-12TBF-DL: move priority computation into functionMax2-26/+37
2018-01-12TBF: move window parameters to UL/DL levelMax5-22/+32
2018-01-12TBF-UL: add simpler test helperMax1-0/+7
2018-01-12Clarify RACH-related interfacesMax2-82/+87
2018-01-12TBF: cleanup state flag handlingMax5-33/+36
2018-01-12Make TBF state privateMax2-5/+2
2018-01-04cosmetic: clarify coding scheme and puncturingMax5-45/+45
2018-01-04window: move encoding into functionsMax4-23/+38
2018-01-04TBF-DL: mark rcvd_dl_ack() parameters as booleanMax2-4/+4
2018-01-03Fix llc_queue_size() typeMax2-2/+2
2018-01-02TBF: bail out for unknown timersMax1-0/+2
2018-01-02TBF: log timer invocation sourceMax5-23/+29
2018-01-02TBF: unify timer handlingMax4-68/+32
2017-12-22Add tests for pcu_lsb()Max1-0/+4
2017-12-21Add function to get max supported MS classMax2-1/+7
2017-12-21Fix warningsMax1-2/+2
2017-12-20TBF: add N3101 counterMax3-0/+30
2017-12-20TBF: implement independent T31xx timersMax5-77/+177
2017-12-20Introduce LOGTBF* for consistent loggingMax5-140/+105
2017-12-18Fix tests after rate_ctr changeMax1-1/+9
2017-12-18Remove unused includes and forward declarationsMax12-24/+0
2017-12-15TBF: remove unused variableMax2-5/+0
2017-12-15TBF-DL: fix misleading idle time checkMax1-1/+1
2017-12-14TBF: move EGPRS enablement into (U|D)L-TBFMax2-6/+15
2017-12-13DL window: constify resend_needed() functionMax2-2/+2
2017-12-06vty: print class and TBFs for each MSMax1-2/+6
2017-12-05TBF: expand timer loggingMax5-26/+27
2017-12-05Print error cause of pcu socket connect failurePau Espin Pedrol1-1/+2
2017-12-04TBF: log timer overrideMax1-7/+7
2017-12-01Fix compiler warningMax2-2/+9
2017-11-21Replace '.' in counter names with ':'Max1-85/+85
2017-11-21Move multislot table to separate fileMax4-109/+221
2017-11-21Remove unused parameterMax1-3/+2
2017-11-16PCU: display TA information in TBF statsMinh-Quang Nguyen1-1/+2
2017-11-16PCU: Fix TA adjustmentMinh-Quang Nguyen5-13/+84