aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-09tbf: Send BSSGP LLC discarded on TBI exhaustionJacob Erlbeck2-17/+15
2015-04-09tbf/test: Add test for DL TBF exhaustionJacob Erlbeck3-0/+601
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 Erlbeck4-34/+66
2015-03-25tbf: Only create dummy frames if necessaryJacob Erlbeck1-1/+9
2015-03-25tbf/test: Add test for delayed releaseJacob Erlbeck3-0/+293
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 Erlbeck2-18/+16
2015-03-25tbf: Add frames_since_last_poll methodJacob Erlbeck3-0/+25
2015-03-25tbf/test: Fix fn/block_nr in test_tbf_final_ackJacob Erlbeck2-8/+25
2015-03-25tbf/test: Put BTS setup and DL TBF creation into helper functionsJacob Erlbeck1-23/+45
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 Erlbeck2-15/+22
2015-03-06tbf: Add name() method and put the buf into the tbfJacob Erlbeck3-12/+22
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 Erlbeck4-6/+57
2015-02-23tbf/test: Modify test to create a dangling TBF pointerJacob Erlbeck2-4/+86
2015-02-23tests: Fix library link orderJacob Erlbeck1-4/+4
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-19tests/tbf: Commit TbfTest.err *with* whitespace "errors"Daniel Willmann1-4/+4
2014-09-19tests/tbf: Use correct function to enqueue llc dataDaniel Willmann2-14/+11
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-10tests/tbf: Test for final ack issueDaniel Willmann2-0/+142
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 Willmann3-6/+14
2014-08-15TbfTest: Make logging more verboseDaniel Willmann2-1/+40
2014-08-12Merge branch 'sysmocom/tbf-split'Holger Hans Peter Freyther8-1073/+1152
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-08Merge remote-tracking branch 'origin/sysmocom/tbf-split'Holger Hans Peter Freyther13-270/+287
2014-08-07tbf, ...: Make the fields in the dl/ul struct member variablesDaniel Willmann9-85/+86
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