1. cb1b494 tbf: Add BTS::ms_alloc method by Jacob Erlbeck · 9 years ago
  2. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  3. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  4. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  5. f137934 vty: Fix documentation for 'no cs downgrade-threshold' by Jacob Erlbeck · 9 years ago
  6. 34cf156 llc/test: Use a portable way to set timeval variables by Jacob Erlbeck · 9 years ago
  7. 9cc783a Revert "llc/test: Explicitly enable extended initialiser lists" by Jacob Erlbeck · 9 years ago
  8. a99d95e llc/test: Explicitly enable extended initialiser lists by Jacob Erlbeck · 9 years ago
  9. e500e2e llc: Add missing include directive for struct timeval by Jacob Erlbeck · 9 years ago
  10. b671dbf llc: Move storage of timestamps into gprs_llc_queue by Jacob Erlbeck · 9 years ago
  11. 1e50a3d llc: Make timeval arguments const by Jacob Erlbeck · 9 years ago
  12. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  13. 07eb655 llc: Keep track of the number of stored LLC octets by Jacob Erlbeck · 9 years ago
  14. 1eae96c llc: Add missing include directive to llc.h by Jacob Erlbeck · 9 years ago
  15. 626369c llc/test: Add test program for LLC related tests by Jacob Erlbeck · 9 years ago
  16. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  17. 4116864 tbf/test: Add test for DL LLC packet loss by Jacob Erlbeck · 9 years ago
  18. 04a1086 ms: Store the NACK rate in the MS object by Jacob Erlbeck · 9 years ago
  19. e1d2b35 tbf: Include CS into create_new_bsn log message by Jacob Erlbeck · 9 years ago
  20. da1a79e l1: Add debug log messages for I_LEVEL by Jacob Erlbeck · 9 years ago
  21. 51b1151 l1: Store measurement values sent by the MS by Jacob Erlbeck · 9 years ago
  22. 94cde13 ms: Add UL CS selection based on L1 link quality by Jacob Erlbeck · 9 years ago
  23. e4bcb62 ms: Store the L1 measurement values in the MS objects by Jacob Erlbeck · 9 years ago
  24. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  25. b4584ff build: Add -lrt to AM_LDFLAGS by Jacob Erlbeck · 9 years ago
  26. 0808f68 ms: Fix timer start condition (Coverity) by Jacob Erlbeck · 9 years ago
  27. 25db7c6 ms: Add missing initialiser for m_delay (Coverity) by Jacob Erlbeck · 9 years ago
  28. 7bf9f49 tbf: Check for NULL in name() (Coverity) by Jacob Erlbeck · 9 years ago
  29. 0ae4313 bssgp: Calculate the avg_delay_ms in 32bit only (Coverity) by Jacob Erlbeck · 9 years ago
  30. d0aee85 llc: Fix LLC UI frame detection (Coverity) by Jacob Erlbeck · 9 years ago
  31. 09fdf66 bssgp: Handle btcx == NULL in gprs_bssgp_pcu_rx_sign (Coverity) by Jacob Erlbeck · 9 years ago
  32. 37e896d vty: Add command to show detailed MS info by Jacob Erlbeck · 9 years ago
  33. b33e675 ms: Add support for maximum CS values by Jacob Erlbeck · 9 years ago
  34. 8158ea7 ms: Add blocking period for CS upgrade by Jacob Erlbeck · 9 years ago
  35. 144a1d0 tbf: Ignore lost+recv == 1 by Jacob Erlbeck · 9 years ago
  36. 8322d08 tbf: Add adaptive coding scheme configuration by Jacob Erlbeck · 9 years ago
  37. a17fccb tbf: Add debugging output to analyse_errors() by Jacob Erlbeck · 9 years ago
  38. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  39. f47f68a vty: Add 'show ms all' command by Jacob Erlbeck · 9 years ago
  40. 62e96a3 vty: Add a file for C++ functions by Jacob Erlbeck · 9 years ago
  41. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  42. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  43. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  44. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  45. 10ed795 tbf: Make the ms() getter method const by Jacob Erlbeck · 9 years ago
  46. 1d0a52a llc: Add missing declarations to llc.h by Jacob Erlbeck · 9 years ago
  47. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  48. b3f713b l1: Fix warning by logging acc_delay by Jacob Erlbeck · 9 years ago
  49. 3c91cb8 pcu: Set ms_idle_sec to 60s by Jacob Erlbeck · 9 years ago
  50. a098c19 tbf: Set MS timeout by Jacob Erlbeck · 9 years ago
  51. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  52. 1db67e0 tbf: Remove TimingAdvance storage by Jacob Erlbeck · 9 years ago
  53. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  54. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  55. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  56. 1c68aba tbf/test: Attach TLLI and MS objects to TBFs by Jacob Erlbeck · 9 years ago
  57. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  58. 7b9f825 ms: Use the IMSI to retrieve the MS object by Jacob Erlbeck · 9 years ago
  59. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  60. 9a2845d tbf/test: Fix IMSI creation by Jacob Erlbeck · 9 years ago
  61. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  62. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  63. d1cb41b write_queue: Check the result of osmo_wqueue_enqueue and free by Holger Hans Peter Freyther · 9 years ago
  64. 5752285 misc: Update the email address to point to the current ML by Holger Hans Peter Freyther · 9 years ago
  65. b75e231 llist: Reduce the external dependencies of this test by Holger Hans Peter Freyther · 9 years ago
  66. 4f45979 tbf: Just pass the MS object in reuse_tbf by Jacob Erlbeck · 9 years ago
  67. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  68. 8759735 tbf: Get the TLLI from the MS object by Jacob Erlbeck · 9 years ago
  69. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  70. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  71. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  72. dfef28d llist: Add a C++ wrapper for linux_list by Jacob Erlbeck · 9 years ago
  73. 67c3850 tbf/test: Optionally show talloc report by Jacob Erlbeck · 9 years ago
  74. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  75. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago
  76. 6eeb7c7 bssgp: Increment BSSGP flow control tag value by Jacob Erlbeck · 9 years ago
  77. 6e4ccec bssgp: Compute and transmit queue delay by Jacob Erlbeck · 9 years ago
  78. 0288cdb bssgp: Add VTY command to Limit the bucket size by time by Jacob Erlbeck · 9 years ago
  79. 3d62fc5 bssgp: Compute BVC bucket size and leak rate by Jacob Erlbeck · 9 years ago
  80. 87d7341 bssgp: Make BVC bucket size / leak rate configurable by Jacob Erlbeck · 9 years ago
  81. 29d91e9 tbf: Added calls to llc_dropped_frame by Jacob Erlbeck · 9 years ago
  82. 801d6fe tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbf by Jacob Erlbeck · 9 years ago
  83. 0494c75 pcu_emu/test: Initialise current_test by Jacob Erlbeck · 9 years ago
  84. 0d39dc9 l1if: Add missing function prototypes by Jacob Erlbeck · 9 years ago
  85. 1f33294 pcu: Fix non-critical warnings by Jacob Erlbeck · 9 years ago
  86. 2acfbeb vty: Fix value range of commands accepting csecs by Jacob Erlbeck · 9 years ago
  87. c0c580c vty: Fix warnings about undeclared functions by Jacob Erlbeck · 9 years ago
  88. 56e8d71 tbf: Remove double assigment to m_last_dl_drained_fn by Jacob Erlbeck · 9 years ago
  89. 00fc6b1 pcu: Call bssgp_set_log_ss(DBSSGP) in main() by Jacob Erlbeck · 9 years ago
  90. 90de3a7 tbf: Send BSSGP LLC discarded on TBI exhaustion by Jacob Erlbeck · 9 years ago
  91. d58b711 tbf/test: Add test for DL TBF exhaustion by Jacob Erlbeck · 9 years ago
  92. cc12f02 vty: Use libosmocore VTY standards by Jacob Erlbeck · 9 years ago
  93. d0261b7 tbf: Force ACK after the last DL LCC frame has been received by Jacob Erlbeck · 9 years ago
  94. 0c1c877 tbf: Use a hysteresis when discarding DL LLC frames by Jacob Erlbeck · 9 years ago
  95. 0a0b5dc pcu: Add pcu_utils.h to Makefile.am by Jacob Erlbeck · 9 years ago
  96. 502bd1f tbf: Poll MS on idle DL TBFs by Jacob Erlbeck · 9 years ago
  97. e25b5b9 tbf: Only create dummy frames if necessary by Jacob Erlbeck · 9 years ago
  98. 2cbe80b tbf/test: Add test for delayed release by Jacob Erlbeck · 9 years ago
  99. 3bed5d1 tbf: Implement delayed release of a downlink TBF by Jacob Erlbeck · 9 years ago
  100. cbb1e70 tbf: Insert LLC dummy command if no frame is available by Jacob Erlbeck · 9 years ago