aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-22Get rid of duplicated timer codeMax1-1/+1
2015-12-16edge: Remove unused GPRS functionsJacob Erlbeck1-4/+0
2015-12-16edge: Add methods for unified GPRS/EGPRS UL data block handlingJacob Erlbeck1-0/+6
2015-12-16tbf: Refactor parts of extract_tlli into set_tlli_from_ulJacob Erlbeck1-0/+1
2015-12-15edge: Rename rcv_data_block_acknowledgedJacob Erlbeck1-1/+1
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck1-1/+2
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck1-3/+3
2015-12-15edge: Add m_egprs_enabled and related methods to TBFJacob Erlbeck1-0/+22
2015-09-11bssgp: Use measured leak rate for flow controlJacob Erlbeck1-1/+8
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck1-0/+2
2015-08-28tbf: Use explicit initialisations in constructor (Coverity)Jacob Erlbeck1-5/+9
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-0/+6
2015-08-24tbf: Use C++/talloc magic to support TBF constructors/destructorsJacob Erlbeck1-0/+5
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck1-0/+1
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-3/+2
2015-07-03Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf"Jacob Erlbeck1-1/+1
2015-07-03ms: Get the set of slots currently activeJacob Erlbeck1-0/+2
2015-07-03tbf: Add GprsMs* argument to update() and use it in reuse_tbfJacob Erlbeck1-1/+1
2015-07-03ms: Add tbf() method to get the TBF based on the directionJacob Erlbeck1-0/+5
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck1-4/+3
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck1-1/+0
2015-06-22tbf: Fix downlink packet lossJacob Erlbeck1-1/+2
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck1-1/+3
2015-06-08tbf: Add adaptive DL CS adjustmentJacob Erlbeck1-0/+1
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck1-2/+1
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck1-2/+4
2015-06-08tbf: Move the LLC queue to GprsMsJacob Erlbeck1-11/+0
2015-06-08tbf: Make the ms() getter method constJacob Erlbeck1-2/+2
2015-06-08llc: Separate LLC queue handling from gprs_llcJacob Erlbeck1-0/+14
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck1-1/+5
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck1-11/+0
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck1-8/+0
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck1-4/+1
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck1-1/+1
2015-05-21tbf: Get the TLLI from the MS objectJacob Erlbeck1-5/+0
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-1/+2
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-0/+13
2015-05-04vty: Fix warnings about undeclared functionsJacob Erlbeck1-2/+1
2015-04-02tbf: Force ACK after the last DL LCC frame has been receivedJacob Erlbeck1-0/+5
2015-03-25tbf: Implement delayed release of a downlink TBFJacob Erlbeck1-0/+3
2015-03-25tbf: Add frames_since_last_poll methodJacob Erlbeck1-0/+2
2015-03-25tbf: Add helper functions for DL TBFsJacob Erlbeck1-0/+6
2015-03-12tbf: Fix scheduling for DL Ack/Nack requestJacob Erlbeck1-1/+3
2015-03-06tbf: Add name() method and put the buf into the tbfJacob Erlbeck1-0/+5
2015-02-23tbf: Fix dangling m_new_tbf pointerJacob Erlbeck1-0/+1
2014-09-10tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbfDaniel Willmann1-0/+10
2014-08-15tbf: Include TBF state in tbf_name outputDaniel Willmann1-0/+6
2014-08-08tbf, bts: Use tbf set_state method instead of tbf_new_state functionDaniel Willmann1-5/+7
2014-08-08tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBFDaniel Willmann1-8/+9
2014-08-08tbf: Make llc_dequeue a method of DL TBFDaniel Willmann1-3/+3