aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-20ms: Integrate the MS storageJacob Erlbeck1-4/+12
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-0/+6
2015-05-04pcu: Fix non-critical warningsJacob Erlbeck1-1/+1
2015-02-26tbf: Don't use 'old' DL TBFs after reuse_tbfJacob Erlbeck1-1/+1
2014-09-10tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbfDaniel Willmann1-22/+32
2014-08-08tbf, bts: Use tbf set_state method instead of tbf_new_state functionDaniel Willmann1-5/+5
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann1-3/+3
2014-08-07bts: Change parameter in BTS::trigger_dl_ass() to DL TBFDaniel Willmann1-14/+14
2014-08-07bts: Make use of DL TBF explicit in rcv_imm_ass_cnf()Daniel Willmann1-5/+5
2014-08-07bts, tbf: Make rcvd_dl_ack a method of the DL TBFDaniel Willmann1-1/+1