aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-22misc: Update the email address to point to the current MLHolger Hans Peter Freyther1-1/+1
2015-05-22llist: Reduce the external dependencies of this testHolger Hans Peter Freyther1-3/+0
2015-05-21tbf: Just pass the MS object in reuse_tbfJacob Erlbeck2-9/+1
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck6-14/+15
2015-05-21tbf: Get the TLLI from the MS objectJacob Erlbeck2-5/+5
2015-05-21ms: Support new and old TLLIsJacob Erlbeck12-46/+235
2015-05-20ms: Integrate the MS storageJacob Erlbeck5-16/+67
2015-05-20ms: Add MS storage classJacob Erlbeck8-1/+200
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck9-4/+251
2015-05-20tbf/test: Optionally show talloc reportJacob Erlbeck1-0/+3
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck6-1/+156
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck9-2/+597
2015-05-06bssgp: Increment BSSGP flow control tag valueJacob Erlbeck2-1/+5
2015-05-06bssgp: Compute and transmit queue delayJacob Erlbeck3-10/+54
2015-05-06bssgp: Add VTY command to Limit the bucket size by timeJacob Erlbeck3-3/+36
2015-05-06bssgp: Compute BVC bucket size and leak rateJacob Erlbeck1-5/+133
2015-05-06bssgp: Make BVC bucket size / leak rate configurableJacob Erlbeck3-1/+132
2015-05-06tbf: Added calls to llc_dropped_frameJacob Erlbeck1-0/+3
2015-05-04tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbfJacob Erlbeck1-1/+1
2015-05-04pcu_emu/test: Initialise current_testJacob Erlbeck1-1/+3
2015-05-04l1if: Add missing function prototypesJacob Erlbeck1-0/+10
2015-05-04pcu: Fix non-critical warningsJacob Erlbeck6-18/+10
2015-05-04vty: Fix value range of commands accepting csecsJacob Erlbeck1-3/+3
2015-05-04vty: Fix warnings about undeclared functionsJacob Erlbeck3-3/+4
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 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