aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck5-82/+14
2015-05-22write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther2-3/+12
2015-05-21tbf: Just pass the MS object in reuse_tbfJacob Erlbeck1-1/+1
2015-05-21tbf: Explicitly pass the direction to update_ms()Jacob Erlbeck4-9/+10
2015-05-21tbf: Get the TLLI from the MS objectJacob Erlbeck2-5/+5
2015-05-21ms: Support new and old TLLIsJacob Erlbeck7-36/+94
2015-05-20ms: Integrate the MS storageJacob Erlbeck4-16/+63
2015-05-20ms: Add MS storage classJacob Erlbeck5-1/+136
2015-05-20llist: Add a C++ wrapper for linux_listJacob Erlbeck2-1/+135
2015-05-20tbf: Add MS object management to TBF codeJacob Erlbeck5-1/+84
2015-05-20ms: Add GprsMs class to hold per-MS informationJacob Erlbeck3-0/+263
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-04l1if: Add missing function prototypesJacob Erlbeck1-0/+10
2015-05-04pcu: Fix non-critical warningsJacob Erlbeck1-1/+1
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 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