aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-28tbf/test: Add tests for single and two phase accessJacob Erlbeck4-2/+246
2015-05-28tbf: Remove TBF chaining (m_new_tbf and m_old_tbf)Jacob Erlbeck5-96/+25
2015-05-28tbf/test: Attach TLLI and MS objects to TBFsJacob Erlbeck2-74/+97
2015-05-28tbf: Remove IMSI handling from trigger_dl_assJacob Erlbeck4-12/+7
2015-05-28ms: Use the IMSI to retrieve the MS objectJacob Erlbeck5-18/+50
2015-05-28tbf: Move IMSI to MS objectJacob Erlbeck8-14/+207
2015-05-27tbf/test: Fix IMSI creationJacob Erlbeck2-65/+65
2015-05-27tbf: Always call set_tlli/confirm_tlli in update_msJacob Erlbeck8-52/+107
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck8-100/+19
2015-05-22write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther2-3/+12
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