aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-30tbf: Remove double assigment to m_last_dl_drained_fnJacob Erlbeck1-1/+0
2015-04-09pcu: Call bssgp_set_log_ss(DBSSGP) in main()Jacob Erlbeck1-0/+1
2015-04-09tbf: Send BSSGP LLC discarded on TBI exhaustionJacob Erlbeck1-17/+14
2015-04-09vty: Use libosmocore VTY standardsJacob Erlbeck2-39/+2
2015-04-02tbf: Force ACK after the last DL LCC frame has been receivedJacob Erlbeck5-1/+75
2015-04-02tbf: Use a hysteresis when discarding DL LLC framesJacob Erlbeck6-11/+95
2015-03-29pcu: Add pcu_utils.h to Makefile.amJacob Erlbeck1-1/+2
2015-03-25tbf: Poll MS on idle DL TBFsJacob Erlbeck3-7/+39
2015-03-25tbf: Only create dummy frames if necessaryJacob Erlbeck1-1/+9
2015-03-25tbf: Implement delayed release of a downlink TBFJacob Erlbeck6-5/+97
2015-03-25tbf: Insert LLC dummy command if no frame is availableJacob Erlbeck1-0/+16
2015-03-25tbf: Use put_frame in append_data if the TBF has no dataJacob Erlbeck1-0/+4
2015-03-25tbf: Add frames_since_last_poll methodJacob Erlbeck3-0/+25
2015-03-25tbf: Add helper functions for DL TBFsJacob Erlbeck2-5/+25
2015-03-20tbf: Refactor create_dl_acked_blockJacob Erlbeck1-42/+42
2015-03-20llc: Add put_dummy_frame to create an LLC dummy commandJacob Erlbeck2-0/+21
2015-03-17bssgp: Handle BSSGP STATUS messagesJacob Erlbeck1-5/+62
2015-03-17bssgp: Set blocking and reset timer to 30sJacob Erlbeck1-3/+6
2015-03-12tbf: Fix scheduling for DL Ack/Nack requestJacob Erlbeck2-13/+22
2015-03-06sched: Modify DL scheduling to use different prioritiesJacob Erlbeck1-6/+23
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 Erlbeck2-8/+18
2015-02-26pcu: Fix log messageJacob Erlbeck1-1/+1
2015-02-26tbf: Don't use 'old' DL TBFs after reuse_tbfJacob Erlbeck2-1/+4
2015-02-23tbf: Fix dangling m_new_tbf pointerJacob Erlbeck2-0/+38
2014-12-26tbf: Fix dereference before null checkHolger Hans Peter Freyther1-1/+1
2014-12-20Fix VTY documentationHolger Hans Peter Freyther1-1/+1
2014-09-17tbf_dl: Fix warningsDaniel Willmann1-3/+1
2014-09-10poll_controller: Be stricter with the timeout handlingDaniel Willmann1-4/+10
2014-09-10tbf: Handle DL ACK/NACK poll timeout correctlyDaniel Willmann1-1/+11
2014-09-10tbf,bts: Keep track of new TBF for dl/ul assignment in m_new_tbfDaniel Willmann4-35/+83
2014-08-15tbf: Include TBF state in tbf_name outputDaniel Willmann2-3/+11
2014-08-12tbf: Split out UL/DL TBF methods into separate filesDaniel Willmann4-1011/+1092
2014-08-08tbf, bts: Use tbf set_state method instead of tbf_new_state functionDaniel Willmann3-31/+24
2014-08-08tbf, gprs_rlcmac_meas: Move the DL bandwidth variables to the DL TBFDaniel Willmann4-28/+33
2014-08-08tbf: Make llc_dequeue a method of DL TBFDaniel Willmann2-4/+4
2014-08-08tbf: Make snd_ul_ud() and assemble_forward_llc() methods of UL TBFDaniel Willmann2-6/+6
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann8-83/+84
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-07gprs_rlcmac_ts_alloc: Be explicit about which TBF is usedDaniel Willmann1-9/+13
2014-08-07encoding: Change function signature to use UL TBFs where it makes senseDaniel Willmann2-4/+4
2014-08-07tbf: Move UL TBF methods from base class into UL TBFDaniel Willmann2-9/+12
2014-08-07gprs_rlcmac_sched: Use UL/DL TBFs in schedulerDaniel Willmann1-28/+32
2014-08-07tbf: Split UL and DL TBFs up in create_dl_ass()Daniel Willmann1-10/+12
2014-08-07poll_controller: Use DL/UL TBFs in PollController::expireTimedout()Daniel Willmann1-9/+10
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 Willmann3-16/+15
2014-08-07bts: Change parameter in BTS::trigger_dl_ass() to DL TBFDaniel Willmann3-45/+47
2014-08-07bts: Make use of DL TBF explicit in rcv_imm_ass_cnf()Daniel Willmann1-5/+5