aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-07bts: Remove the OSMO_ASSERTs for TBF directionDaniel Willmann1-6/+0
2014-07-30tbf: Use plain old data structure (PODS) for llist managementDaniel Willmann1-6/+11
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann1-1/+1
2014-07-22bts, tbf: Change the TBF return type of functions to the ul/dl versionDaniel Willmann1-19/+26
2014-07-16bts: Return the special type for {ul,dl}_tbf_by_* functionsDaniel Willmann1-18/+18
2014-07-16bts: Ensure tbf direction with OSMO_ASSERT()Daniel Willmann1-6/+16
2014-07-03bts: Split tbf_by_poll_fn into separate dl and ul functionsDaniel Willmann1-5/+16
2014-07-03bts: Separate functions for dl/ul tbf_by_tfi lookupDaniel Willmann1-3/+15
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann1-7/+17
2014-06-04bts: Remove outdated commentDaniel Willmann1-1/+0
2014-06-04gprs_rlcmac_pdch: Get rid of ul/dl_tbfDaniel Willmann1-8/+18
2014-06-04gprs_rlcmac_pdch: Don't access private membersDaniel Willmann1-0/+14
2014-05-30tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignmentDaniel Willmann1-0/+2
2014-05-30tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ackDaniel Willmann1-1/+1
2014-01-16tbf: Make finding use-after-free more easy and set to NULL or returnHolger Hans Peter Freyther1-0/+1
2014-01-15bts: Rename ts and trx to ts_no and trx_no as we operate on numberHolger Hans Peter Freyther1-6/+6