aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-03alloc: Base algo A on reserved PDCHsJacob Erlbeck2-10/+12
2015-07-03alloc: Ignore slots with differing TSC if multiple slots are requestedJacob Erlbeck1-1/+18
2015-07-03ms: Get the set of slots currently activeJacob Erlbeck4-0/+66
2015-07-03ms: Add support for slot reservationJacob Erlbeck4-3/+102
2015-07-03alloc: Load balancing for algo AJacob Erlbeck5-104/+437
2015-07-03tbf: Add GprsMs* argument to update() and use it in reuse_tbfJacob Erlbeck3-5/+11
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck6-0/+33
2015-07-03ms: Add first_common_ts method to GprsMsJacob Erlbeck2-0/+13
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck5-8/+106
2015-07-03tbf/test: Add assertionsJacob Erlbeck1-0/+2
2015-07-03alloc/test: Use LOGL_DEBUG environment variableJacob Erlbeck1-0/+2
2015-07-03alloc/test: Enhance test_alloc_aJacob Erlbeck3-5/+20
2015-07-03alloc/test: Add test for successive allocationJacob Erlbeck3-0/+467
2015-06-29tbf: Add BTS::ms_alloc methodJacob Erlbeck5-14/+30
2015-06-29tbf: Always create an MS object on TBF allocationJacob Erlbeck4-152/+163
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck9-42/+45
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck4-10/+0
2015-06-29vty: Fix documentation for 'no cs downgrade-threshold'Jacob Erlbeck1-1/+1
2015-06-29llc/test: Use a portable way to set timeval variablesJacob Erlbeck1-8/+12
2015-06-29Revert "llc/test: Explicitly enable extended initialiser lists"Jacob Erlbeck1-4/+0
2015-06-29llc/test: Explicitly enable extended initialiser listsJacob Erlbeck1-0/+4
2015-06-29llc: Add missing include directive for struct timevalJacob Erlbeck1-1/+1
2015-06-22llc: Move storage of timestamps into gprs_llc_queueJacob Erlbeck6-50/+96
2015-06-22llc: Make timeval arguments constJacob Erlbeck4-7/+10
2015-06-22ms: Reduce DL CS level if only a few LLC bytes are leftJacob Erlbeck8-5/+111
2015-06-22llc: Keep track of the number of stored LLC octetsJacob Erlbeck3-0/+18
2015-06-22llc: Add missing include directive to llc.hJacob Erlbeck1-0/+4
2015-06-22llc/test: Add test program for LLC related testsJacob Erlbeck5-1/+199
2015-06-22tbf: Fix downlink packet lossJacob Erlbeck4-73/+122
2015-06-22tbf/test: Add test for DL LLC packet lossJacob Erlbeck3-0/+132
2015-06-22ms: Store the NACK rate in the MS objectJacob Erlbeck3-1/+14
2015-06-22tbf: Include CS into create_new_bsn log messageJacob Erlbeck2-30/+30
2015-06-22l1: Add debug log messages for I_LEVELJacob Erlbeck1-2/+10
2015-06-22l1: Store measurement values sent by the MSJacob Erlbeck4-3/+140
2015-06-22ms: Add UL CS selection based on L1 link qualityJacob Erlbeck4-8/+95
2015-06-22ms: Store the L1 measurement values in the MS objectsJacob Erlbeck4-0/+34
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck8-18/+76
2015-06-22build: Add -lrt to AM_LDFLAGSJacob Erlbeck2-0/+2
2015-06-11ms: Fix timer start condition (Coverity)Jacob Erlbeck1-1/+1
2015-06-11ms: Add missing initialiser for m_delay (Coverity)Jacob Erlbeck1-1/+2
2015-06-11tbf: Check for NULL in name() (Coverity)Jacob Erlbeck1-0/+3
2015-06-11bssgp: Calculate the avg_delay_ms in 32bit only (Coverity)Jacob Erlbeck1-1/+1
2015-06-11llc: Fix LLC UI frame detection (Coverity)Jacob Erlbeck1-2/+2
2015-06-11bssgp: Handle btcx == NULL in gprs_bssgp_pcu_rx_sign (Coverity)Jacob Erlbeck1-2/+4
2015-06-08vty: Add command to show detailed MS infoJacob Erlbeck3-0/+81
2015-06-08ms: Add support for maximum CS valuesJacob Erlbeck4-6/+62
2015-06-08ms: Add blocking period for CS upgradeJacob Erlbeck2-6/+32
2015-06-08tbf: Ignore lost+recv == 1Jacob Erlbeck1-1/+1
2015-06-08tbf: Add adaptive coding scheme configurationJacob Erlbeck1-2/+52
2015-06-08tbf: Add debugging output to analyse_errors()Jacob Erlbeck1-6/+22