aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck1-14/+17
2016-02-01tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbfJacob Erlbeck1-8/+6
2016-02-01rlc: Dump RLC data for debuggingJacob Erlbeck1-0/+2
2016-02-01pcu: Fix memory corruption bugs (ASAN)Jacob Erlbeck1-0/+5
2015-12-16edge: Remove unused GPRS functionsJacob Erlbeck1-21/+0
2015-12-16edge: Use a single PDCH rcv_data_block method for GPRS and EGPRSJacob Erlbeck1-15/+18
2015-12-16edge: Implement gprs_rlcmac_pdch::rcv_block_egprsJacob Erlbeck1-5/+34
2015-12-15edge: Rename rcv_data_block_acknowledgedJacob Erlbeck1-3/+3
2015-12-15edge: Add gprs_rlcmac_pdch::rcv_block_egprs stubJacob Erlbeck1-0/+28
2015-12-15edge: Use GprsCodingScheme to adjust the UL RLC block sizeJacob Erlbeck1-22/+24
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-4/+7
2015-11-30edge: Get EGPRS multislot classJacob Erlbeck1-2/+16
2015-11-30stat: Add global stat groupJacob Erlbeck1-0/+14
2015-11-07stats: Include the header file for the new class identifierHolger Hans Peter Freyther1-0/+1
2015-11-07stats: Attempt to compile fix the new rate_ctrHolger Hans Peter Freyther1-0/+1
2015-09-07poll: Count failed proceduresJacob Erlbeck1-0/+2
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck1-0/+6
2015-09-01bts: Release DL TBF instead of killing in rcv_resource_requestJacob Erlbeck1-3/+9
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck1-5/+8
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck1-4/+2
2015-08-28poll: Count unexpected block FN valuesJacob Erlbeck1-1/+4
2015-08-28poll: Use the data_ind FN as time source for current frameJacob Erlbeck1-0/+35
2015-08-28poll: Set the max_delay to 60 framesJacob Erlbeck1-2/+5
2015-08-28poll: Add a max_delay parameter to PollController::expireTimedoutJacob Erlbeck1-1/+9
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck1-8/+5
2015-08-21tbf: Fix typos in log messages concerning UL/DLJacob Erlbeck1-1/+1
2015-07-16alloc: Add counters for successful algo A/B allocationsJacob Erlbeck1-0/+2
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck1-52/+78
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-8/+1
2015-07-16pdch: Manage TFIs per directionJacob Erlbeck1-4/+4
2015-07-07tbf: Keep a set of used TFI and USF per PDCHJacob Erlbeck1-4/+24
2015-07-07tbf: Add Poll Timeout countersJacob Erlbeck1-0/+3
2015-07-03ms: Add support for slot reservationJacob Erlbeck1-0/+29
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck1-0/+16
2015-06-29tbf: Add BTS::ms_alloc methodJacob Erlbeck1-0/+11
2015-06-29tbf: Always create an MS object on TBF allocationJacob Erlbeck1-1/+1
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck1-1/+1
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck1-1/+0
2015-06-22l1: Add debug log messages for I_LEVELJacob Erlbeck1-2/+10
2015-06-22l1: Store measurement values sent by the MSJacob Erlbeck1-1/+63
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck1-4/+6
2015-06-08ms: Add back pointer to BTSJacob Erlbeck1-0/+1
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck1-1/+1
2015-05-28tbf: Remove TimingAdvance storageJacob Erlbeck1-1/+7
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck1-14/+6
2015-05-28tbf/test: Add tests for single and two phase accessJacob Erlbeck1-2/+4
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck1-11/+8
2015-05-28tbf: Remove IMSI handling from trigger_dl_assJacob Erlbeck1-8/+3
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck1-35/+5
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck1-2/+2