1. 6d86628 tbf: Always create an MS object on TBF allocation by Jacob Erlbeck · 9 years ago
  2. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  3. ace7b57 tbf: Remove update_tlli method by Jacob Erlbeck · 9 years ago
  4. 34cf156 llc/test: Use a portable way to set timeval variables by Jacob Erlbeck · 9 years ago
  5. 9cc783a Revert "llc/test: Explicitly enable extended initialiser lists" by Jacob Erlbeck · 9 years ago
  6. a99d95e llc/test: Explicitly enable extended initialiser lists by Jacob Erlbeck · 9 years ago
  7. b671dbf llc: Move storage of timestamps into gprs_llc_queue by Jacob Erlbeck · 9 years ago
  8. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  9. 07eb655 llc: Keep track of the number of stored LLC octets by Jacob Erlbeck · 9 years ago
  10. 626369c llc/test: Add test program for LLC related tests by Jacob Erlbeck · 9 years ago
  11. 409efa1 tbf: Fix downlink packet loss by Jacob Erlbeck · 9 years ago
  12. 4116864 tbf/test: Add test for DL LLC packet loss by Jacob Erlbeck · 9 years ago
  13. e1d2b35 tbf: Include CS into create_new_bsn log message by Jacob Erlbeck · 9 years ago
  14. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  15. b4584ff build: Add -lrt to AM_LDFLAGS by Jacob Erlbeck · 9 years ago
  16. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  17. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  18. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  19. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  20. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  21. ddfc0d5 tbf/test: Add tests for single and two phase access by Jacob Erlbeck · 9 years ago
  22. d3eac28 tbf: Remove TBF chaining (m_new_tbf and m_old_tbf) by Jacob Erlbeck · 9 years ago
  23. 1c68aba tbf/test: Attach TLLI and MS objects to TBFs by Jacob Erlbeck · 9 years ago
  24. 7b9f825 ms: Use the IMSI to retrieve the MS object by Jacob Erlbeck · 9 years ago
  25. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  26. 9a2845d tbf/test: Fix IMSI creation by Jacob Erlbeck · 9 years ago
  27. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  28. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  29. b75e231 llist: Reduce the external dependencies of this test by Holger Hans Peter Freyther · 9 years ago
  30. 4f45979 tbf: Just pass the MS object in reuse_tbf by Jacob Erlbeck · 9 years ago
  31. be0cbc1 tbf: Explicitly pass the direction to update_ms() by Jacob Erlbeck · 9 years ago
  32. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  33. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  34. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  35. dfef28d llist: Add a C++ wrapper for linux_list by Jacob Erlbeck · 9 years ago
  36. 67c3850 tbf/test: Optionally show talloc report by Jacob Erlbeck · 9 years ago
  37. fecece0 tbf: Add MS object management to TBF code by Jacob Erlbeck · 9 years ago
  38. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago
  39. 801d6fe tbf/test: Fix old_tbf argument to tbf_alloc_ul_tbf by Jacob Erlbeck · 9 years ago
  40. 0494c75 pcu_emu/test: Initialise current_test by Jacob Erlbeck · 9 years ago
  41. 1f33294 pcu: Fix non-critical warnings by Jacob Erlbeck · 9 years ago
  42. 90de3a7 tbf: Send BSSGP LLC discarded on TBI exhaustion by Jacob Erlbeck · 9 years ago
  43. d58b711 tbf/test: Add test for DL TBF exhaustion by Jacob Erlbeck · 9 years ago
  44. 502bd1f tbf: Poll MS on idle DL TBFs by Jacob Erlbeck · 9 years ago
  45. 2cbe80b tbf/test: Add test for delayed release by Jacob Erlbeck · 9 years ago
  46. c495209 tbf: Use put_frame in append_data if the TBF has no data by Jacob Erlbeck · 9 years ago
  47. 2493c66 tbf/test: Fix fn/block_nr in test_tbf_final_ack by Jacob Erlbeck · 9 years ago
  48. a3e4509 tbf/test: Put BTS setup and DL TBF creation into helper functions by Jacob Erlbeck · 9 years ago
  49. 1842c92 tbf: Reduce m_new_tbf logging messages by Jacob Erlbeck · 9 years ago
  50. adcdf15 tbf: Add name() method and put the buf into the tbf by Jacob Erlbeck · 9 years ago
  51. 08fe76a tbf: Fix dangling m_new_tbf pointer by Jacob Erlbeck · 9 years ago
  52. 5e9f40d tbf/test: Modify test to create a dangling TBF pointer by Jacob Erlbeck · 9 years ago
  53. 18fef10 tests: Fix library link order by Jacob Erlbeck · 9 years ago
  54. 07e3930 tests/tbf: Commit TbfTest.err *with* whitespace "errors" by Daniel Willmann · 10 years ago
  55. 0f58af6 tests/tbf: Use correct function to enqueue llc data by Daniel Willmann · 10 years ago
  56. 510d7d3 tests/tbf: Test for final ack issue by Daniel Willmann · 10 years ago
  57. 08e57c8 tbf: Include TBF state in tbf_name output by Daniel Willmann · 10 years ago
  58. 341689d TbfTest: Make logging more verbose by Daniel Willmann · 10 years ago
  59. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  60. 351a573 tests/alloc: Use the specific UL/DL TBF classes instead of the base by Daniel Willmann · 10 years ago
  61. 48aa0b0 bts, tbf: Split alloc_tbf function into separate UL and DL versions by Daniel Willmann · 10 years ago
  62. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  63. d54d9f5 rlc: Use an enum for the state array instead of chars by Daniel Willmann · 11 years ago
  64. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 11 years ago
  65. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 11 years ago
  66. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 11 years ago
  67. c2fab7a alloc: Update the test result now that everything is back to working again by Holger Hans Peter Freyther · 10 years ago
  68. 2bf3446 misc: Allow to cross-execute the tests using qemu by Holger Hans Peter Freyther · 10 years ago
  69. f3eec04 alloc/test: Add a crazy test that tests each possible combination by Holger Hans Peter Freyther · 11 years ago
  70. c7b998c alloc/test: Go through all possible ms_classes for the allocation by Holger Hans Peter Freyther · 11 years ago
  71. 4af3053 alloc/tests: Create an allocation test for various scenarious by Holger Hans Peter Freyther · 11 years ago
  72. b3a87ce test: Remove the side-effect from the assertion by Holger Hans Peter Freyther · 11 years ago
  73. 48df40d tests/TypesTest: Check rbb handling in DL by Daniel Willmann · 11 years ago
  74. f1786a3 tests/TypesTest: Ensure that extract_rbb(encode_rbb(x)) == x by Daniel Willmann · 11 years ago
  75. 0f2b5fc tests/TypesTest: Print the result of Encoding::encode_rbb() by Daniel Willmann · 11 years ago
  76. c3f4330 tests/TypesTest: Add OSMO_ASSERT_STR_EQ which prints out the parameters by Daniel Willmann · 11 years ago
  77. f86fb7a tests/TypesTest: Test ssn() and update_rbb() uplink window methods in TypesTest by Daniel Willmann · 11 years ago
  78. 11f2d58 rlc: Create a testcase for the uplink window by Holger Hans Peter Freyther · 11 years ago
  79. faf3ef4 rlc: Add a basic test for the DL Window and moving the window by Holger Hans Peter Freyther · 11 years ago
  80. e9b1ebb rlc: Test the basic of the gprs_rlc_v_n code for remembering the state by Holger Hans Peter Freyther · 11 years ago
  81. 9525567 rlc: Create a basic test that mark/is is talking about the same by Holger Hans Peter Freyther · 11 years ago
  82. c6382dd rlc: Add a simple test for the RLC data structure for the init by Holger Hans Peter Freyther · 11 years ago
  83. 6058220 types: Add a simple testcase for basic types and fix the LLC code by Holger Hans Peter Freyther · 11 years ago
  84. bc1626e tbf: Update the timing advance for the new tlli based on the old one by Holger Hans Peter Freyther · 11 years ago
  85. b809866 tbf: Learn and propagate the TLLI changes due a new P-TMSI by Holger Hans Peter Freyther · 11 years ago
  86. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  87. 34bd8bd bts/tbf: Move the lists into the BTS and do the look-up from the BTS by Holger Hans Peter Freyther · 11 years ago
  88. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  89. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago
  90. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  91. bfdd5f2 alloc: Add very basic test case for the alloc_a algorithm by Holger Hans Peter Freyther · 11 years ago
  92. 9d93838 emu: Add a crash re-producer for the SGSN (and the concept of tests) by Holger Hans Peter Freyther · 11 years ago
  93. bc1e52c emu: Use OpenBSC code to decode the LLC and add assertions by Holger Hans Peter Freyther · 11 years ago
  94. 741481d emu: Send a static GPRS ATTACH request and wait for the reply. by Holger Hans Peter Freyther · 11 years ago
  95. 4ea9407 emu: Create an app that allows to communicate with a SGSN by Holger Hans Peter Freyther · 11 years ago
  96. dfe17d7 tests: Fix the expected result (re-add whitespace) by Holger Hans Peter Freyther · 11 years ago
  97. e13298d tests: Move the RLCMACTest into the test directory and setup autotest by Holger Hans Peter Freyther · 11 years ago
  98. bb00704 tests: Create tests directory and move the VTY testing into there by Holger Hans Peter Freyther · 11 years ago