1. ae03f22 tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbf by Holger Hans Peter Freyther · 11 years ago
  2. 22b3119 tbf: Fix typo in thecomment by Holger Hans Peter Freyther · 11 years ago
  3. 46bcb8d tbf: Move gprs_rlcmac_send_uplink_ack into the tbf by Holger Hans Peter Freyther · 11 years ago
  4. 02beed5 bts: Move gprs_rlcmac_rcv_rach into the BTS class by Holger Hans Peter Freyther · 11 years ago
  5. 2db7e7e tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  6. 24c1a5b bts: Move gprs_rlcmac_trigger_downlink_assignment into BTS by Holger Hans Peter Freyther · 11 years ago
  7. 42de18f debug_dl_ass_idle: Remove the feature as it is obviously broken by Holger Hans Peter Freyther · 11 years ago
  8. d9262b3 tbf: Move gprs_rlcmac_poll_timeout into the tbf by Holger Hans Peter Freyther · 11 years ago
  9. 40cfaa6 bts: Move rcv_imm_ass_cnf into the bts code by Holger Hans Peter Freyther · 11 years ago
  10. 7292373 tbf: kill the indirection and invoke the right method by Holger Hans Peter Freyther · 11 years ago
  11. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  12. f63cabd tbf/pdch/bts: Move the tbf look-up by tfi into the BTS by Holger Hans Peter Freyther · 11 years ago
  13. a54bbbb pdch/tbf: Add another todo item for badly placed code... by Holger Hans Peter Freyther · 11 years ago
  14. dea63b9 sba/pdch: Use thepdch to look up a sba for a frame number by Holger Hans Peter Freyther · 11 years ago
  15. 05f8efc pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demand by Holger Hans Peter Freyther · 11 years ago
  16. 4f753c6 pdch: Remove the bts argument from rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  17. 65be480 pdch: Remove the the bts parameter from rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  18. 6673005 tbf: Fix typo in the debug message by Holger Hans Peter Freyther · 11 years ago
  19. 782f6dd tbf: Add todo item tht could help improving debugging by Holger Hans Peter Freyther · 11 years ago
  20. 86300bb tbf: Move the timer routine into the class by Holger Hans Peter Freyther · 11 years ago
  21. af8094d tbf: Move the handle tineout into the tbf class by Holger Hans Peter Freyther · 11 years ago
  22. aa9c326 tbf: Move the updating of the data into the tbf class by Holger Hans Peter Freyther · 11 years ago
  23. fcbc702 pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  24. d11290b pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch by Holger Hans Peter Freyther · 11 years ago
  25. 6f9f434 pdch: Move the dispatch of gprs_rlcmac_rcv_block into the pdch by Holger Hans Peter Freyther · 11 years ago
  26. 9ae367f pdch: Instead of passing bts, trx, ts use the pdch by Holger Hans Peter Freyther · 11 years ago
  27. b65e08a misc: Remove the bts parameter from calls that take a tbf by Holger Hans Peter Freyther · 11 years ago
  28. 5458765 sched: Add another warning about trx->arfcn and arfcn.. by Holger Hans Peter Freyther · 11 years ago
  29. 6796ed2 alloc: Remove the ts parameter from the internal interface by Holger Hans Peter Freyther · 11 years ago
  30. 09ef27a pdch: Simplify the reset code, rename variables to XYZ_no by Holger Hans Peter Freyther · 11 years ago
  31. 4ed1dae bts: Add backpointers to the PDCH and TRX structures by Holger Hans Peter Freyther · 11 years ago
  32. 1702f10 tbf: First round of removing llc handling from the rlcmac_data by Holger Hans Peter Freyther · 11 years ago
  33. 7ce21eb data: Move gprs_rlcmac_cs to the place it is used and make static by Holger Hans Peter Freyther · 11 years ago
  34. 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
  35. 9f0c1d2 tbf: Keep a pointer from the tbf to the BTS by Holger Hans Peter Freyther · 11 years ago
  36. cedf890 sba: Create a SBAController that will manage the sbas for a BTS by Holger Hans Peter Freyther · 11 years ago
  37. 621dc2f sba: Move the sba code to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  38. 111614a ta: Create TimingAdvance class and make it belong to the BTS by Holger Hans Peter Freyther · 11 years ago
  39. d6ef534 ta: Move timing advance related code into the ta.cpp file by Holger Hans Peter Freyther · 11 years ago
  40. 63f29d6 encoding: Move the functions into the encoding class by Holger Hans Peter Freyther · 11 years ago
  41. 6ca0a90 encoding: Move encoding routines into a separate file by Holger Hans Peter Freyther · 11 years ago
  42. 9446485 pdch: Only say we have paged when this has actually been done by Holger Hans Peter Freyther · 11 years ago
  43. f098489 bts/pdch: Move the adding of paging to the BTS/PDCH objects by Holger Hans Peter Freyther · 11 years ago
  44. 24e98d0 pdch: Move paging dequeue into the PDCH object by Holger Hans Peter Freyther · 11 years ago
  45. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  46. ba5543f Add a TODO file with high-level tasks by Holger Hans Peter Freyther · 11 years ago
  47. b78adcd bts: Introduce a PollController that has the responsibility to poll by Holger Hans Peter Freyther · 11 years ago
  48. 9b30c7f bts: Move the frame_number into the BTS sructure by Holger Hans Peter Freyther · 11 years ago
  49. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago
  50. 67ed34e bts: Move struct gprs_rlcmac_bts and other structs into a bts.h by Holger Hans Peter Freyther · 11 years ago
  51. 1b33361 bts: Remove the global state from the tbf by Holger Hans Peter Freyther · 11 years ago
  52. b19d726 bts: Remove global state from gprs_rlcmac_rcv_rts_block by Holger Hans Peter Freyther · 11 years ago
  53. 1af73f6 bts: Remove global state from gprs_rlcmac_add_paging by Holger Hans Peter Freyther · 11 years ago
  54. ee7a535 bts: Remove global state from write_immediate_assignment by Holger Hans Peter Freyther · 11 years ago
  55. 485860c bts: Remove global state from write_packet_uplink_assignment by Holger Hans Peter Freyther · 11 years ago
  56. d507ce6 bts: Remove global state from gprs_rlcmac_send_packet_uplink_assignment by Holger Hans Peter Freyther · 11 years ago
  57. 8d7a632 bts: Remove global state frm gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  58. 4ffc260 bts: Remove global state from gprs_rlcmac_send_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  59. 9f521cd bts: Remove global state from gprs_rlcmac_send_packet_downlink_assignment by Holger Hans Peter Freyther · 11 years ago
  60. b0250eb bts: Remove global state from gprs_rlcmac_rcv_rach by Holger Hans Peter Freyther · 11 years ago
  61. 698b612 bts: Remove global state from gprs_rlcmac_rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  62. ae947fc bts: Remove the global state from write_packet_uplink_ack by Holger Hans Peter Freyther · 11 years ago
  63. 344ff48 bts: Remove the global state gprs_rlcmac_trigger_downlink_assignment by Holger Hans Peter Freyther · 11 years ago
  64. 173a240 bts: Remove global state and the usage of the gprs_rlcmac_bts by Holger Hans Peter Freyther · 11 years ago
  65. 45396a9 sched: Make sched_poll static and add a warning about fairness by Holger Hans Peter Freyther · 11 years ago
  66. bfdd5f2 alloc: Add very basic test case for the alloc_a algorithm by Holger Hans Peter Freyther · 11 years ago
  67. 948a3d6 alloc: Move usf into the scope it is actually used by Holger Hans Peter Freyther · 11 years ago
  68. b0a0075 alloc: Factor out the routine to find an enabled PDCH by Holger Hans Peter Freyther · 11 years ago
  69. 11a7489 alloc: Remove the unimplemented/unfinished time constraint code by Holger Hans Peter Freyther · 11 years ago
  70. 8481a05 alloc: Remove code duplication for downlink assignment by Holger Hans Peter Freyther · 11 years ago
  71. 743bafa alloc: Introduce a backpointer from the tbf to the trx and simplify code by Holger Hans Peter Freyther · 11 years ago
  72. 96efa70 alloc: Call it trx_no and not trx as it is not trx object by Holger Hans Peter Freyther · 11 years ago
  73. 02ab4a8 alloc: Move the two timeslot alloc algorithms to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  74. 96173ae alloc: Move the "assignment" of the slot into a common function by Holger Hans Peter Freyther · 11 years ago
  75. 1c344e2 tbf: Prepare to make thing things private in the tbf, start with the state by Holger Hans Peter Freyther · 11 years ago
  76. 7380bab tbf: Move the tbf_timer_cb into the tbf class by Holger Hans Peter Freyther · 11 years ago
  77. 0946f99 tbf: Remove dead code that called tbf_free by Holger Hans Peter Freyther · 11 years ago
  78. 4556130 tbf: Move many routines related to the tbf from gprs_rlcmac to tbf.c by Holger Hans Peter Freyther · 11 years ago
  79. 4f6a4e5d tbf: Add another variant of the free_all now by pdch by Holger Hans Peter Freyther · 11 years ago
  80. 964ddb6 tbf: Move the code to close all timeslots into the tbf class by Holger Hans Peter Freyther · 11 years ago
  81. 9e21d84 tbf: Move header definition from gprs_rlcmac to the tbf by Holger Hans Peter Freyther · 11 years ago
  82. 099535a tbf: Move the struct to the tbf.h header file by Holger Hans Peter Freyther · 11 years ago
  83. 8692128 tbf: Move the alloc_ul_tbf into tbf.c and change signature by Holger Hans Peter Freyther · 11 years ago
  84. bb20b2c tbf: Add more to do items for refactoring on the dl assignment by Holger Hans Peter Freyther · 11 years ago
  85. bcafdf8 tbf: Warn about copy and paste between different tbf alloc routines by Holger Hans Peter Freyther · 11 years ago
  86. 443c822 tbf: Move the creation of a new tbf for the downlink to a new method by Holger Hans Peter Freyther · 11 years ago
  87. d868928 tbf: Create an assign method for IMSI. by Holger Hans Peter Freyther · 11 years ago
  88. d1d114f tbf: Move code that sets the tbf's ms_class to a central place by Holger Hans Peter Freyther · 11 years ago
  89. 31d0df9 tbf: Separate the easy path out of the receive path by Holger Hans Peter Freyther · 11 years ago
  90. 17c31ce tbf: Begin to add some structure to the tbf code by Holger Hans Peter Freyther · 11 years ago
  91. dcc9c39 sba: Fix memory leak when all PDCHs are disabled by Holger Hans Peter Freyther · 11 years ago
  92. 70862c9 misc: Print the payload that is not known by Holger Hans Peter Freyther · 11 years ago
  93. 26da836 rlc: Add missing break after GPRS_RLCMAC_CONTROL_BLOCK_OPT by Holger Hans Peter Freyther · 11 years ago
  94. 483f77a misc: Fix some typos sed -i s,ressources,resources,g by Holger Hans Peter Freyther · 11 years ago
  95. 9858060 misc: Fix format and typos in the code by Holger Hans Peter Freyther · 11 years ago
  96. 52c911b tbf: constify the IMSI argument for the downlink assignment by Holger Hans Peter Freyther · 11 years ago
  97. 2023bd1 tbf: Make multislot lookup tables static/const by Holger Hans Peter Freyther · 11 years ago
  98. d6bd91e tfi: The tfi_alloc doesn't allocate anything, rename the function by Holger Hans Peter Freyther · 11 years ago
  99. 9d93838 emu: Add a crash re-producer for the SGSN (and the concept of tests) by Holger Hans Peter Freyther · 11 years ago
  100. bc1e52c emu: Use OpenBSC code to decode the LLC and add assertions by Holger Hans Peter Freyther · 11 years ago