aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12tbf: Split out UL/DL TBF methods into separate filesDaniel Willmann1-1011/+1
2014-08-08tbf, bts: Use tbf set_state method instead of tbf_new_state functionDaniel Willmann1-21/+12
2014-08-08tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBFDaniel Willmann1-3/+7
2014-08-08tbf: Make llc_dequeue a method of DL TBFDaniel Willmann1-1/+1
2014-08-08tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBFDaniel Willmann1-2/+2
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann1-56/+57
2014-08-07tbf: Move UL TBF methods from base class into UL TBFDaniel Willmann1-5/+5
2014-08-07tbf: Split UL and DL TBFs up in create_dl_ass()Daniel Willmann1-10/+12
2014-08-07tbf: Use DL/UL TBFs in poll_timeout codepaths that deal only with one typeDaniel Willmann1-17/+20
2014-08-07tbf, gprs_bssgp_pcu: Move some methods to DL TBFDaniel Willmann1-5/+5
2014-08-07bts: Change parameter in BTS::trigger_dl_ass() to DL TBFDaniel Willmann1-30/+32
2014-08-07tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBFDaniel Willmann1-3/+3
2014-08-07bts, tbf: Make rcvd_dl_ack a method of the DL TBFDaniel Willmann1-1/+1
2014-08-07tbf: Make append_data a function of DL TBFsDaniel Willmann1-1/+1
2014-08-07tbf: Make tbf_lookup_dl() return and handle() use a dl_tbfDaniel Willmann1-6/+6
2014-07-30tbf: Use plain old data structure (PODS) for llist managementDaniel Willmann1-7/+10
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann1-29/+73
2014-07-22bts, tbf: Change the TBF return type of functions to the ul/dl versionDaniel Willmann1-3/+3
2014-07-16tbf: Add ul and dl TBF types and allocate them in tbf_alloc()Daniel Willmann1-1/+5
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann1-9/+9
2014-06-04gprs_rlcmac_pdch: Get rid of ul/dl_tbfDaniel Willmann1-13/+4
2014-05-30tbf: Re-send dl assignment if we can upgrade to multislotDaniel Willmann1-2/+20
2014-05-30tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignmentDaniel Willmann1-1/+2