aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-07poll: Count failed proceduresJacob Erlbeck1-0/+3
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck1-0/+21
2015-09-01tbf: Keep the old MS object alive in extract_tlliJacob Erlbeck1-1/+3
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck1-3/+1
2015-08-28tbf: Add logging for pollingJacob Erlbeck1-2/+8
2015-08-28tbf: Use explicit initialisations in constructor (Coverity)Jacob Erlbeck1-20/+83
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck1-1/+2
2015-08-24tbf: Use C++/talloc magic to support TBF constructors/destructorsJacob Erlbeck1-2/+31
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck1-1/+3
2015-08-21tbf: Fix typos in log messages concerning UL/DLJacob Erlbeck1-1/+1
2015-08-18ms: Move MS information merging to GprsMSJacob Erlbeck1-9/+1
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck1-1/+57
2015-07-16tbf: Put the TFI->TBF mapping into the PDCH objectsJacob Erlbeck1-15/+2
2015-07-16tbf: Move TFI selection into alloc_algorithmJacob Erlbeck1-31/+17
2015-07-07tbf: Add Poll Timeout countersJacob Erlbeck1-0/+8
2015-07-03Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf"Jacob Erlbeck1-9/+3
2015-07-03ms: Get the set of slots currently activeJacob Erlbeck1-0/+36
2015-07-03tbf: Add GprsMs* argument to update() and use it in reuse_tbfJacob Erlbeck1-3/+9
2015-07-03tbf: Maintain the number of TBF per PDCHJacob Erlbeck1-6/+9
2015-06-29tbf: Add BTS::ms_alloc methodJacob Erlbeck1-10/+4
2015-06-29tbf: Always create an MS object on TBF allocationJacob Erlbeck1-29/+30
2015-06-29tbf: Pass the MS object around instead of old_tbfJacob Erlbeck1-17/+12
2015-06-29tbf: Remove update_tlli methodJacob Erlbeck1-5/+0
2015-06-11tbf: Check for NULL in name() (Coverity)Jacob Erlbeck1-0/+3
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck1-1/+13
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck1-3/+20
2015-06-08tbf: Move the LLC queue to GprsMsJacob Erlbeck1-2/+10
2015-06-08llc: Separate LLC queue handling from gprs_llcJacob Erlbeck1-1/+2
2015-05-28tbf: Set MS timeoutJacob Erlbeck1-1/+3
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck1-6/+26
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck1-63/+7
2015-05-28tbf: Remove IMSI handling from trigger_dl_assJacob Erlbeck1-1/+1
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck1-5/+37
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck1-3/+10
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck1-31/+6
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck1-4/+5
2015-05-21tbf: Get the TLLI from the MS objectJacob Erlbeck1-0/+5
2015-05-21ms: Support new and old TLLIsJacob Erlbeck1-22/+3
2015-05-20ms: Integrate the MS storageJacob Erlbeck1-8/+24
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck1-1/+50
2015-05-04vty: Fix warnings about undeclared functionsJacob Erlbeck1-1/+1
2015-04-02tbf: Force ACK after the last DL LCC frame has been receivedJacob Erlbeck1-0/+1
2015-03-25tbf: Implement delayed release of a downlink TBFJacob Erlbeck1-0/+1
2015-03-25tbf: Add frames_since_last_poll methodJacob Erlbeck1-0/+2
2015-03-06tbf: Reduce m_new_tbf logging messagesJacob Erlbeck1-13/+22
2015-03-06tbf: Add name() method and put the buf into the tbfJacob Erlbeck1-8/+13
2015-02-23tbf: Fix dangling m_new_tbf pointerJacob Erlbeck1-0/+37
2014-12-26tbf: Fix dereference before null checkHolger Hans Peter Freyther1-1/+1
2014-09-10tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbfDaniel Willmann1-11/+10
2014-08-15tbf: Include TBF state in tbf_name outputDaniel Willmann1-3/+5