aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-30tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ackDaniel Willmann1-1/+1
2014-01-16tbf: Change the log area to RLCMACDL so we see it in a DL traceHolger Hans Peter Freyther1-4/+4
2014-01-16tbf: Make finding use-after-free more easy and set to NULL or returnHolger Hans Peter Freyther1-0/+4
2014-01-16tbf: Use past-tense and call it created_tsHolger Hans Peter Freyther1-2/+2
2014-01-15tbf: Save a timestamp at tbf allocation and print it in the VTYDaniel Willmann1-3/+5
2014-01-15pcu_vty: Add a command to print info about all TBFsDaniel Willmann1-2/+2
2014-01-15tbf: Add a function to output tbf info to VTYDaniel Willmann1-0/+20
2014-01-15rlc: Rename state() to show_state() to better reflect its functionDaniel Willmann1-1/+1
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann1-9/+9
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann1-4/+2
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann1-3/+3
2014-01-15alloc/tests: Create an allocation test for various scenariousHolger Hans Peter Freyther1-5/+0
2014-01-15tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther1-0/+5
2014-01-15tbf: Fix typo and call it sameHolger Hans Peter Freyther1-1/+1
2013-12-25llc: Calculate the average queuing delay of the LLC queuesDaniel Willmann1-1/+4
2013-12-18llc: Count the number of frames queued inside the LLC queueHolger Hans Peter Freyther1-2/+2
2013-12-12decoding: Use 'I' and 'R' in rbb array for DLDaniel Willmann1-1/+1
2013-12-04rlc: Make the RLC types only operate on the BSNHolger Hans Peter Freyther1-25/+20
2013-12-04tbf: Separate the handling for rh->si and call in case of re-transmissionHolger Hans Peter Freyther1-8/+14
2013-11-26tbf/sched: We pick the _last_ entry, rotate the listsHolger Hans Peter Freyther1-0/+9
2013-11-26tbf/rlc: Move raising of V(Q) into the ul window codeHolger Hans Peter Freyther1-11/+7
2013-11-26rlc/tbf: Move the code to raise V(R) into the ul_window handlingHolger Hans Peter Freyther1-14/+3
2013-11-26tbf/rlc: Move the putting of a block into the rlc codeHolger Hans Peter Freyther1-2/+1
2013-11-26tbf: Move the extraction of the TLLI into a separate methodHolger Hans Peter Freyther1-38/+47
2013-11-26tbf/rlc: Remove the side-effect from the loop.Holger Hans Peter Freyther1-7/+8
2013-11-26tbf: Reduce complexity and deal with only one way of assignmentHolger Hans Peter Freyther1-16/+4
2013-11-26tbf/rlc: Move the check if something is in the window out.Holger Hans Peter Freyther1-6/+3