aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck4-8/+49
2015-06-29tbf: Add BTS::ms_alloc methodJacob Erlbeck5-14/+30
2015-06-29tbf: Always create an MS object on TBF allocationJacob Erlbeck3-31/+32
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck7-33/+36
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck3-7/+0
2015-06-29vty: Fix documentation for 'no cs downgrade-threshold'Jacob Erlbeck1-1/+1
2015-06-29llc: Add missing include directive for struct timevalJacob Erlbeck1-1/+1
2015-06-22llc: Move storage of timestamps into gprs_llc_queueJacob Erlbeck3-25/+38
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 Erlbeck5-5/+69
2015-06-22llc: Keep track of the number of stored LLC octetsJacob Erlbeck2-0/+11
2015-06-22llc: Add missing include directive to llc.hJacob Erlbeck1-0/+4
2015-06-22tbf: Fix downlink packet lossJacob Erlbeck2-66/+70
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 Erlbeck1-3/+3
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 Erlbeck7-15/+70
2015-06-22build: Add -lrt to AM_LDFLAGSJacob Erlbeck1-0/+1
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
2015-06-08tbf: Add adaptive DL CS adjustmentJacob Erlbeck7-0/+101
2015-06-08vty: Add 'show ms all' commandJacob Erlbeck4-0/+34
2015-06-08vty: Add a file for C++ functionsJacob Erlbeck4-1/+74
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck6-11/+51
2015-06-08ms: Add back pointer to BTSJacob Erlbeck5-6/+15
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck7-16/+56
2015-06-08tbf: Move the LLC queue to GprsMsJacob Erlbeck5-19/+31
2015-06-08tbf: Make the ms() getter method constJacob Erlbeck1-2/+2
2015-06-08llc: Add missing declarations to llc.hJacob Erlbeck1-0/+4
2015-06-08llc: Separate LLC queue handling from gprs_llcJacob Erlbeck5-54/+91
2015-06-08l1: Fix warning by logging acc_delayJacob Erlbeck1-0/+6
2015-06-05pcu: Set ms_idle_sec to 60sJacob Erlbeck1-0/+1
2015-05-28tbf: Set MS timeoutJacob Erlbeck3-1/+31
2015-05-28ms: Add timerJacob Erlbeck2-6/+72
2015-05-28tbf: Remove TimingAdvance storageJacob Erlbeck6-195/+7
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck7-42/+67
2015-05-28tbf/test: Add tests for single and two phase accessJacob Erlbeck1-2/+4