aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-12TBF: unify EGPRS window calculationMax5-70/+57
2018-01-12TBF-DL: move priority computation into functionMax2-26/+37
2018-01-12TBF: move window parameters to UL/DL levelMax6-32/+42
2018-01-12Avoid code duplication in TBF testMax1-122/+75
2018-01-12TBF-UL: add simpler test helperMax2-4/+9
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 functionsMax5-31/+46
2018-01-04TBF-DL: mark rcvd_dl_ack() parameters as booleanMax3-10/+10
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-28Add optional profiling supportMax1-0/+9
2017-12-22Add tests for pcu_lsb()Max3-0/+279
2017-12-21Enable sanitize for CI testMax1-1/+2
2017-12-21Add --enable-sanitize configure optionMax1-0/+9
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 timersMax6-79/+179
2017-12-20Introduce LOGTBF* for consistent loggingMax6-1015/+980
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 loggingMax6-341/+342
2017-12-05TBF: fix compiler warning in testMax1-6/+3
2017-12-05Print error cause of pcu socket connect failurePau Espin Pedrol1-1/+2
2017-12-04TBF: log timer overrideMax2-218/+218
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
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr1-1/+0
2017-10-30jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-29Tag/Release Version 0.4.00.4.0Harald Welte1-0/+30
2017-10-29Debian: upgrade to debhelper 9 / Standards 3.9.8Harald Welte3-4/+4
2017-10-29Debian: migrate from DEB_BUILD_HARDENING to DEB_BUILD_MAINT_OPTIONSHarald Welte1-1/+1
2017-10-29Debian: print test results in case of failure + clean-up autotestHarald Welte1-0/+9
2017-10-29Debian: Cosmetic changes to control file; add better DescriptionHarald Welte1-7/+20
2017-10-29Call osmo_init_logging() before static BTS constructorHarald Welte3-2/+13
2017-10-29tests: Don't use private version of log_info but global gprs_log_infoHarald Welte6-119/+15