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