aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-08tbf: Add adaptive DL CS adjustmentJacob Erlbeck7-0/+101
2015-06-08vty: Add 'show ms all' commandJacob Erlbeck4-0/+34
2015-06-08vty: Add a file for C++ functionsJacob Erlbeck4-1/+74
2015-06-08tbf: Move the current CS field to GprsMsJacob Erlbeck8-17/+59
2015-06-08ms: Add back pointer to BTSJacob Erlbeck6-12/+21
2015-06-08tbf: Store MS class in GprsMs objectsJacob Erlbeck9-16/+96
2015-06-08tbf: Move the LLC queue to GprsMsJacob Erlbeck5-19/+31
2015-06-08tbf: Make the ms() getter method constJacob Erlbeck1-2/+2
2015-06-08llc: Add missing declarations to llc.hJacob Erlbeck1-0/+4
2015-06-08llc: Separate LLC queue handling from gprs_llcJacob Erlbeck5-54/+91
2015-06-08l1: Fix warning by logging acc_delayJacob Erlbeck1-0/+6
2015-06-05pcu: Set ms_idle_sec to 60sJacob Erlbeck1-0/+1
2015-05-28tbf: Set MS timeoutJacob Erlbeck3-1/+31
2015-05-28ms: Add timerJacob Erlbeck5-6/+153
2015-05-28tbf: Remove TimingAdvance storageJacob Erlbeck6-195/+7
2015-05-28tbf: Store the timing advance (TA) value in the GprsMs objectJacob Erlbeck9-86/+93
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