aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-08tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBFDaniel Willmann1-4/+4
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann1-17/+9
2014-08-07tbf: Move the dir.dl/ul members out of the base class into DL/UL TBFDaniel Willmann1-21/+29
2014-08-07tbf: Remove unused function sns()Daniel Willmann1-8/+0
2014-08-07tbf: Move UL TBF methods from base class into UL TBFDaniel Willmann1-4/+7
2014-08-07tbf, gprs_bssgp_pcu: Move some methods to DL TBFDaniel Willmann1-10/+9
2014-08-07tbf: Make create_new_bsn and create_dl_acked_block a method of DL TBFDaniel Willmann1-4/+6
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-4/+4
2014-07-30tbf: Use plain old data structure (PODS) for llist managementDaniel Willmann1-1/+23
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann1-2/+7
2014-07-22bts, tbf: Change the TBF return type of functions to the ul/dl versionDaniel Willmann1-1/+1
2014-07-16tbf: Add ul and dl TBF types and allocate them in tbf_alloc()Daniel Willmann1-0/+6
2014-05-30tbf: Re-send dl assignment if we can upgrade to multislotDaniel Willmann1-0/+3
2014-05-30tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignmentDaniel Willmann1-0/+4
2014-05-30tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ackDaniel Willmann1-1/+1
2014-01-16tbf: Use past-tense and call it created_tsHolger Hans Peter Freyther1-4/+4
2014-01-15tbf: Save a timestamp at tbf allocation and print it in the VTYDaniel Willmann1-0/+9
2014-01-15tbf: Add a function to output tbf info to VTYDaniel Willmann1-0/+14
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann1-1/+0
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann1-1/+0
2014-01-15tbf: Kill the tsc member as it duplicates dataHolger Hans Peter Freyther1-1/+1
2013-12-04tbf: Separate the handling for rh->si and call in case of re-transmissionHolger Hans Peter Freyther1-0/+1
2013-11-26tbf/sched: We pick the _last_ entry, rotate the listsHolger Hans Peter Freyther1-0/+3
2013-11-26tbf: Move the extraction of the TLLI into a separate methodHolger Hans Peter Freyther1-0/+2
2013-11-26tbf/rlc: Move the v_n handling into a dedicated objectHolger Hans Peter Freyther1-1/+1
2013-11-26tbf/rlc: Big change and move the window handling out to the rlcHolger Hans Peter Freyther1-10/+4
2013-11-26tbf: Split the handling of DL ACK/NACK into two separate partsHolger Hans Peter Freyther1-0/+2
2013-11-26debug_diagram: Remove the special debug_diagram compilation modeHolger Hans Peter Freyther1-5/+0
2013-11-26tbf: Simplify the create_dl_acked_block into two partsHolger Hans Peter Freyther1-0/+1
2013-11-26tbf: Move the check if the window is stalled to a separate methodHolger Hans Peter Freyther1-0/+1
2013-11-23tbf: Make the ws and sns number "private" (they should also be const)Holger Hans Peter Freyther1-2/+9
2013-11-23rlc: Move the rlc headers into a separate header fileHolger Hans Peter Freyther1-103/+1
2013-11-23rlc: Move the ack state array into a separate class that can be testedHolger Hans Peter Freyther1-1/+84
2013-11-21rlc: Add a simple test for the RLC data structure for the initHolger Hans Peter Freyther1-1/+1
2013-11-19rlc: Start to move things out of the tbf into the rlcHolger Hans Peter Freyther1-0/+2
2013-11-13rlc: Pass the gprs_rlc_data to the assemble function for assemblyHolger Hans Peter Freyther1-1/+1
2013-11-13rlc: Put a block and the length into a separate objectHolger Hans Peter Freyther1-2/+8
2013-11-13rlc: Begin to move the rlc block handling into a separate objectHolger Hans Peter Freyther1-2/+11
2013-11-13tbf: Re-use the code that is re-using the tbfHolger Hans Peter Freyther1-0/+1
2013-11-07llc: Move the llc structure to a new header fileHolger Hans Peter Freyther1-22/+1