1. c0c3afd Handle Immediate assignment reject by aravind sirsikar · 8 years ago
  2. fb41afa EGPRS: fix for EPDAN out of window by aravind sirsikar · 8 years ago
  3. f276138 EGPRS: add test case to show EPDAN BSN out of window bug by aravind sirsikar · 8 years ago
  4. 4ea4526 Revert "tbf: Add state WAIT_ASSIGN" by Neels Hofmeyr · 8 years ago
  5. 0ee31cf Fix EGPRS DL window calculation during tbf update by Aravind Sirsikar · 8 years ago
  6. 22a9019 EGPRS: Fix issue with row 4 of Table 10.4.14a.1 of 44.060 version 7.27.0 Release 7 by Aravind Sirsikar · 8 years ago
  7. 3463bd4 EGPRS: add test case to show LI decoding bug by Aravind Sirsikar · 8 years ago
  8. 9bbe160 Fix Timing Advance handling by Max · 8 years ago
  9. 3c2eaeb DL: add test case to show wrong window size by Aravind Sirsikar · 8 years ago
  10. fd71384 TBF flow: unit test compilation error fix by Aravind Sirsikar · 8 years ago
  11. 959d1de Change interface in osmo-pcu for 11 bit RACH by bhargava · 8 years ago
  12. eebcb1e Fix EGPRS PUAN encoding: use correct urbb_len by Aravind Sirsikar · 8 years ago
  13. 02352b4 EGPRS: PUAN encoding: add test case to show wrong urbb_len issue by Aravind Sirsikar · 8 years ago
  14. 50b0970 Modify EGPRS DL TBF flow to support SPB by Aravind Sirsikar · 8 years ago
  15. 505a86d Add support for SPB handling for EGPRS UL TBF by Aravind Sirsikar · 8 years ago
  16. 878bd1f Remove useless ARFCN parameter by Max · 8 years ago
  17. 1a67912 Add test cases to support ARQ-II for EGPRS DL Retx by Aravind Sirsikar · 8 years ago
  18. 2d2efb1 tbf/tests: Add tests for EGPRS TBF establishment by Jacob Erlbeck · 8 years ago
  19. f1a7b8f tbf: Add state WAIT_ASSIGN by Jacob Erlbeck · 8 years ago
  20. 8eb1714 tbf: Add and use tbf->poll_ts by Jacob Erlbeck · 8 years ago
  21. 5f93f85 tbf: Do not reuse old TBF after RACH requests by Jacob Erlbeck · 8 years ago
  22. 36df774 edge: Make window size configurable by Jacob Erlbeck · 8 years ago
  23. 9b3d7e0 edge: Disable GPRS/EGPRS mixed mode by Jacob Erlbeck · 8 years ago
  24. 53efa3e tbf/test: Add missing function name printfs by Jacob Erlbeck · 8 years ago
  25. 14e00f8 edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_class by Jacob Erlbeck · 9 years ago
  26. 86b6f05 edge: Support EGPRS multislot class handling in tbf_alloc by Jacob Erlbeck · 9 years ago
  27. c8cbfc2 bts: Start a DL TBF if needed after establishment of an UL TBF by Jacob Erlbeck · 9 years ago
  28. 9659d59 tbf: Keep the old MS object alive in extract_tlli by Jacob Erlbeck · 9 years ago
  29. cf6ae9d Revert "tbf: Do not kill DL TBF on Packet Resource Request" by Jacob Erlbeck · 9 years ago
  30. af75ce8 l1: Use the FN of all data_ind/ra_ind DSP messages by Jacob Erlbeck · 9 years ago
  31. 6835cea ms: Store references to replaced TBFs in the MS object by Jacob Erlbeck · 9 years ago
  32. 23c4b3f tbf/test: Add test_tbf_dl_reuse by Jacob Erlbeck · 9 years ago
  33. af45473 tbf/test: Do RLC based ack instead of just faking by Jacob Erlbeck · 9 years ago
  34. cef20ae tbf/test: Rename send_rlc_block to request_dl_rlc_block by Jacob Erlbeck · 9 years ago
  35. ee31090 tbf/test: Simplify RLC block number handling by Jacob Erlbeck · 9 years ago
  36. 64921d2 tbf/test: Add send_rlc_block function with a TBF as parameter by Jacob Erlbeck · 9 years ago
  37. 56f99d1 tbf/test: Move UL MAC block encoding into a separate function by Jacob Erlbeck · 9 years ago
  38. e0b21f4 tbf: Move pending LLC frames when merging MS objects by Jacob Erlbeck · 9 years ago
  39. e91bd3b tbf: Do not kill DL TBF on Packet Resource Request by Jacob Erlbeck · 9 years ago
  40. b139598 tbf/test: Add tests for RACH while DL TBFs are active by Jacob Erlbeck · 9 years ago
  41. 076f5c7 tbf/test: Fix existing tests by Jacob Erlbeck · 9 years ago
  42. 4a6fe53 tbf/test: Move UL TBF establishment into separate functions by Jacob Erlbeck · 9 years ago
  43. 56af6d5 ns: Add logging support by Jacob Erlbeck · 9 years ago
  44. 28c40b1 tbf: Clean old MS objects if they have the same TLLI by Jacob Erlbeck · 9 years ago
  45. 04e72d3 tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASE by Jacob Erlbeck · 9 years ago
  46. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  47. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  48. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  49. c6d4cee tbf/test: Add assertions by Jacob Erlbeck · 9 years ago
  50. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  51. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  52. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  53. 4116864 tbf/test: Add test for DL LLC packet loss by Jacob Erlbeck · 9 years ago
  54. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  55. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  56. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  57. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  58. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  59. 1c68aba tbf/test: Attach TLLI and MS objects to TBFs by Jacob Erlbeck · 9 years ago
  60. 7b9f825 ms: Use the IMSI to retrieve the MS object by Jacob Erlbeck · 9 years ago
  61. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  62. 9a2845d tbf/test: Fix IMSI creation by Jacob Erlbeck · 9 years ago
  63. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  64. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  65. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  66. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  67. 67c3850 tbf/test: Optionally show talloc report by Jacob Erlbeck · 9 years ago
  68. 801d6fe tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbf by Jacob Erlbeck · 9 years ago
  69. d58b711 tbf/test: Add test for DL TBF exhaustion by Jacob Erlbeck · 9 years ago
  70. 2cbe80b tbf/test: Add test for delayed release by Jacob Erlbeck · 9 years ago
  71. 2493c66 tbf/test: Fix fn/block_nr in test_tbf_final_ack by Jacob Erlbeck · 9 years ago
  72. a3e4509 tbf/test: Put BTS setup and DL TBF creation into helper functions by Jacob Erlbeck · 9 years ago
  73. 08fe76a tbf: Fix dangling m_new_tbf pointer by Jacob Erlbeck · 9 years ago
  74. 5e9f40d tbf/test: Modify test to create a dangling TBF pointer by Jacob Erlbeck · 9 years ago
  75. 0f58af6 tests/tbf: Use correct function to enqueue llc data by Daniel Willmann · 10 years ago
  76. 510d7d3 tests/tbf: Test for final ack issue by Daniel Willmann · 10 years ago
  77. 341689d TbfTest: Make logging more verbose by Daniel Willmann · 10 years ago
  78. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  79. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  80. bc1626e tbf: Update the timing advance for the new tlli based on the old one by Holger Hans Peter Freyther · 11 years ago
  81. b809866 tbf: Learn and propagate the TLLI changes due a new P-TMSI by Holger Hans Peter Freyther · 11 years ago