aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Revert "Rewrite EGPRS Packet Uplink Assignment"neels/fix_regressionNeels Hofmeyr1-117/+55
2018-02-27Revert "Rewrite Packet Downlink Assignment"Neels Hofmeyr1-73/+48
2018-02-27Revert "Rewrite Packet Uplink Assignment"Neels Hofmeyr1-48/+48
2018-02-27Revert "Use Timing Advance Index in UL assignments"Neels Hofmeyr1-6/+2
2018-02-21Simplify TS alloc: move slot check into functionsMax3-123/+103
2018-02-21Simplify TS alloc: move slot assignmentMax3-41/+83
2018-02-20TBF: make network counters internalMax5-35/+88
2018-02-20Simplify TS alloc: constify max dl slot funcMax2-2/+2
2018-02-20Simplify TS alloc: don't use PDCH for free TFIMax4-19/+21
2018-02-19Move PDCH-related functions into separate filesMax16-1020/+1125
2018-02-19Simplify TS alloc: split USF/UL allocationMax1-19/+42
2018-02-19Simplify TS alloc: split allocationMax3-57/+105
2018-02-19Simplify TS alloc: separate capacity computationMax3-40/+50
2018-02-19Simplify TS alloc: split off RX mask computationMax3-46/+54
2018-02-19Update header includesMax24-30/+115
2018-02-19Move include guard to the topMax2-5/+6
2018-02-19Move paging generation into PDCHMax2-12/+14
2018-02-19Use explicit type for pcu_lsb()Max1-2/+1
2018-02-14Make osmo-pcu wait for BTS to become available at start-up time.Stefan Sperling3-7/+27
2018-02-07RACH: improve single block detectionMax1-44/+28
2018-02-03vty: drop unused functionMax3-7/+1
2018-02-03TBF: show assignment kind in vtyMax1-3/+5
2018-02-03TBF: add helpers for assignment type handlingMax3-9/+54
2018-02-03TBF: decrease logging verbosity for trafficMax2-3/+3
2018-01-31Simplify TS alloc: internalize TRX checkMax1-11/+10
2018-01-31TS alloc: print suggested TRX on allocation errorsMax1-1/+1
2018-01-26Simplify TS alloc: adjust function signaturesMax3-51/+61
2018-01-26Simplify TS alloc: use defines for constantsMax3-5/+6
2018-01-26Simplify TS alloc: avoid TS reassignmentMax1-5/+5
2018-01-26Simplify TS alloc: fix allocation callsMax2-3/+4
2018-01-26Simplify TS alloc: adjust allocator signaturesMax6-57/+58
2018-01-25cosmetic: fix whitespace issue with include filesMax1-3/+3
2018-01-25Add multislot classes from latest specMax3-11/+39
2018-01-25Add tests for find_multi_slots()Max2-1/+4
2018-01-24TBF: make poll state internalMax7-14/+43
2018-01-24TBF: make UL ack state internalMax4-10/+35
2018-01-24TBF: make UL/DL state internalMax5-39/+72
2018-01-19TBF: add dedicated log categoriesMax6-295/+247
2018-01-17Set V_N and V_B to known initial stateMax1-0/+2
2018-01-17TBF: log source of state transitionsMax5-24/+27
2018-01-17Allow specifying sysmocom headers explicitlyMax1-1/+1
2018-01-17Use Timing Advance Index in UL assignmentsMax1-2/+6
2018-01-17Rewrite Packet Uplink AssignmentMax1-48/+48
2018-01-17Rewrite Packet Downlink AssignmentMax1-48/+73
2018-01-17Rewrite EGPRS Packet Uplink AssignmentMax1-55/+117
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