1. e0c734d Revert "tbf: Add GprsMs* argument to update() and use it in reuse_tbf" by Jacob Erlbeck · 9 years ago
  2. 0711166 tbf: Remove call to update() in reuse_tbf by Jacob Erlbeck · 9 years ago
  3. 4944c19 tbf: Set ms in call to tbf_alloc_dl_tbf by Jacob Erlbeck · 9 years ago
  4. 5cd496d alloc: Base algo A on reserved PDCHs by Jacob Erlbeck · 9 years ago
  5. 83426b2 alloc: Ignore slots with differing TSC if multiple slots are requested by Jacob Erlbeck · 9 years ago
  6. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  7. 23f93a1 ms: Add support for slot reservation by Jacob Erlbeck · 9 years ago
  8. ec47875 alloc: Load balancing for algo A by Jacob Erlbeck · 9 years ago
  9. 9380f5d tbf: Add GprsMs* argument to update() and use it in reuse_tbf by Jacob Erlbeck · 9 years ago
  10. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  11. 699b8dc ms: Add first_common_ts method to GprsMs by Jacob Erlbeck · 9 years ago
  12. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  13. cb1b494 tbf: Add BTS::ms_alloc method by Jacob Erlbeck · 9 years ago
  14. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  15. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  16. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  17. f137934 vty: Fix documentation for 'no cs downgrade-threshold' by Jacob Erlbeck · 9 years ago
  18. e500e2e llc: Add missing include directive for struct timeval by Jacob Erlbeck · 9 years ago
  19. b671dbf llc: Move storage of timestamps into gprs_llc_queue by Jacob Erlbeck · 9 years ago
  20. 1e50a3d llc: Make timeval arguments const by Jacob Erlbeck · 9 years ago
  21. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  22. 07eb655 llc: Keep track of the number of stored LLC octets by Jacob Erlbeck · 9 years ago
  23. 1eae96c llc: Add missing include directive to llc.h by Jacob Erlbeck · 9 years ago
  24. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  25. 04a1086 ms: Store the NACK rate in the MS object by Jacob Erlbeck · 9 years ago
  26. e1d2b35 tbf: Include CS into create_new_bsn log message by Jacob Erlbeck · 9 years ago
  27. da1a79e l1: Add debug log messages for I_LEVEL by Jacob Erlbeck · 9 years ago
  28. 51b1151 l1: Store measurement values sent by the MS by Jacob Erlbeck · 9 years ago
  29. 94cde13 ms: Add UL CS selection based on L1 link quality by Jacob Erlbeck · 9 years ago
  30. e4bcb62 ms: Store the L1 measurement values in the MS objects by Jacob Erlbeck · 9 years ago
  31. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  32. b4584ff build: Add -lrt to AM_LDFLAGS by Jacob Erlbeck · 9 years ago
  33. 0808f68 ms: Fix timer start condition (Coverity) by Jacob Erlbeck · 9 years ago
  34. 25db7c6 ms: Add missing initialiser for m_delay (Coverity) by Jacob Erlbeck · 9 years ago
  35. 7bf9f49 tbf: Check for NULL in name() (Coverity) by Jacob Erlbeck · 9 years ago
  36. 0ae4313 bssgp: Calculate the avg_delay_ms in 32bit only (Coverity) by Jacob Erlbeck · 9 years ago
  37. d0aee85 llc: Fix LLC UI frame detection (Coverity) by Jacob Erlbeck · 9 years ago
  38. 09fdf66 bssgp: Handle btcx == NULL in gprs_bssgp_pcu_rx_sign (Coverity) by Jacob Erlbeck · 9 years ago
  39. 37e896d vty: Add command to show detailed MS info by Jacob Erlbeck · 9 years ago
  40. b33e675 ms: Add support for maximum CS values by Jacob Erlbeck · 9 years ago
  41. 8158ea7 ms: Add blocking period for CS upgrade by Jacob Erlbeck · 9 years ago
  42. 144a1d0 tbf: Ignore lost+recv == 1 by Jacob Erlbeck · 9 years ago
  43. 8322d08 tbf: Add adaptive coding scheme configuration by Jacob Erlbeck · 9 years ago
  44. a17fccb tbf: Add debugging output to analyse_errors() by Jacob Erlbeck · 9 years ago
  45. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  46. f47f68a vty: Add 'show ms all' command by Jacob Erlbeck · 9 years ago
  47. 62e96a3 vty: Add a file for C++ functions by Jacob Erlbeck · 9 years ago
  48. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  49. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  50. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  51. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  52. 10ed795 tbf: Make the ms() getter method const by Jacob Erlbeck · 9 years ago
  53. 1d0a52a llc: Add missing declarations to llc.h by Jacob Erlbeck · 9 years ago
  54. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  55. b3f713b l1: Fix warning by logging acc_delay by Jacob Erlbeck · 9 years ago
  56. 3c91cb8 pcu: Set ms_idle_sec to 60s by Jacob Erlbeck · 9 years ago
  57. a098c19 tbf: Set MS timeout by Jacob Erlbeck · 9 years ago
  58. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  59. 1db67e0 tbf: Remove TimingAdvance storage by Jacob Erlbeck · 9 years ago
  60. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  61. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  62. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  63. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  64. 7b9f825 ms: Use the IMSI to retrieve the MS object by Jacob Erlbeck · 9 years ago
  65. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  66. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  67. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  68. d1cb41b write_queue: Check the result of osmo_wqueue_enqueue and free by Holger Hans Peter Freyther · 9 years ago
  69. 4f45979 tbf: Just pass the MS object in reuse_tbf by Jacob Erlbeck · 9 years ago
  70. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  71. 8759735 tbf: Get the TLLI from the MS object by Jacob Erlbeck · 9 years ago
  72. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  73. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  74. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  75. dfef28d llist: Add a C++ wrapper for linux_list by Jacob Erlbeck · 9 years ago
  76. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  77. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago
  78. 6eeb7c7 bssgp: Increment BSSGP flow control tag value by Jacob Erlbeck · 9 years ago
  79. 6e4ccec bssgp: Compute and transmit queue delay by Jacob Erlbeck · 9 years ago
  80. 0288cdb bssgp: Add VTY command to Limit the bucket size by time by Jacob Erlbeck · 9 years ago
  81. 3d62fc5 bssgp: Compute BVC bucket size and leak rate by Jacob Erlbeck · 9 years ago
  82. 87d7341 bssgp: Make BVC bucket size / leak rate configurable by Jacob Erlbeck · 9 years ago
  83. 29d91e9 tbf: Added calls to llc_dropped_frame 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. cc12f02 vty: Use libosmocore VTY standards by Jacob Erlbeck · 9 years ago
  92. d0261b7 tbf: Force ACK after the last DL LCC frame has been received by Jacob Erlbeck · 9 years ago
  93. 0c1c877 tbf: Use a hysteresis when discarding DL LLC frames by Jacob Erlbeck · 9 years ago
  94. 0a0b5dc pcu: Add pcu_utils.h to Makefile.am by Jacob Erlbeck · 9 years ago
  95. 502bd1f tbf: Poll MS on idle DL TBFs by Jacob Erlbeck · 9 years ago
  96. e25b5b9 tbf: Only create dummy frames if necessary by Jacob Erlbeck · 9 years ago
  97. 3bed5d1 tbf: Implement delayed release of a downlink TBF by Jacob Erlbeck · 9 years ago
  98. cbb1e70 tbf: Insert LLC dummy command if no frame is available by Jacob Erlbeck · 9 years ago
  99. c495209 tbf: Use put_frame in append_data if the TBF has no data by Jacob Erlbeck · 9 years ago
  100. 005ee7f tbf: Add frames_since_last_poll method by Jacob Erlbeck · 9 years ago