1. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  2. 51e093b llc: Use timeradd and timercmp and fix for < 1s PDU llc timeouts by Holger Hans Peter Freyther · 11 years ago
  3. 985fd11 llc: Change the flow. Exit early for the special case and initialize the tv by Holger Hans Peter Freyther · 11 years ago
  4. fce431c llc: Move the timeout calculation into the TBF by Holger Hans Peter Freyther · 11 years ago
  5. aa35ba7 tbf: Count how often we re-use a TBF that was already being deactivated by Holger Hans Peter Freyther · 11 years ago
  6. 857281f llc: Remove one of the two variants to put data into the frame by Holger Hans Peter Freyther · 11 years ago
  7. d26318e misc: Fix coverity warning about indention by Holger Hans Peter Freyther · 11 years ago
  8. 4e8b50c misc: Fix a potential leak on config parsing by Holger Hans Peter Freyther · 11 years ago
  9. 0e0f2f5 pcu: Address the return without value by Holger Hans Peter Freyther · 11 years ago
  10. a6e47c7 llc: Add another warning for me to take a look by Holger Hans Peter Freyther · 11 years ago
  11. 5697b4c tbf: Make sure that tfi is signed so we can make a < 0 check by Holger Hans Peter Freyther · 11 years ago
  12. acb5427 llc: Move all direct accesses to the frame into the llc structure by Holger Hans Peter Freyther · 11 years ago
  13. be57081 llc: Move the llc structure to a new header file by Holger Hans Peter Freyther · 11 years ago
  14. b784046 tbf: Split create_dl_acked_block into two methods by Holger Hans Peter Freyther · 11 years ago
  15. a1da251 tbf: Move the tbf_handle and tbf_append_data into the class by Holger Hans Peter Freyther · 11 years ago
  16. 096f6f9 llc: Move the llc code out of the tbf.cpp into a new dedicated one by Holger Hans Peter Freyther · 11 years ago
  17. 758dc12 llc: First routines moved from the TBF into the LLC by Holger Hans Peter Freyther · 11 years ago
  18. 28e5378 llc: Begin creating a LLC class and move counts into it. by Holger Hans Peter Freyther · 11 years ago
  19. 9948514 tbf: Move the tx part into the tbf as it accesses internal data by Holger Hans Peter Freyther · 11 years ago
  20. 77e0597 tbf: Move the llc handling into the tbf (from the bts) by Holger Hans Peter Freyther · 11 years ago
  21. bc1626e tbf: Update the timing advance for the new tlli based on the old one by Holger Hans Peter Freyther · 11 years ago
  22. b809866 tbf: Learn and propagate the TLLI changes due a new P-TMSI by Holger Hans Peter Freyther · 11 years ago
  23. 5464c9b tbf: Have one imsi field and assign it through a function by Holger Hans Peter Freyther · 11 years ago
  24. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  25. 474685e tbf: Make the tlli "private" and update the updating code by Holger Hans Peter Freyther · 11 years ago
  26. bd449f5 tbf: Create tbf_name and use it in log statements by Holger Hans Peter Freyther · 11 years ago
  27. 870c601 tbf: TODO:Mark TLLI changes as todo item in the code by Holger Hans Peter Freyther · 11 years ago
  28. 6b88cdd bts: Simplify rcv_resource_request, remove logically dead code by Holger Hans Peter Freyther · 11 years ago
  29. 8021644 bts: Kill dead stores of the tlli/tfi, fix the log message again by Holger Hans Peter Freyther · 11 years ago
  30. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object by Holger Hans Peter Freyther · 11 years ago
  31. fc498c9 tbf: Go through the trx to get the ARFCN by Holger Hans Peter Freyther · 11 years ago
  32. 875fc89 bts: Further logging improvements for TFI/TLLI output by Holger Hans Peter Freyther · 11 years ago
  33. e1a075a bts: Pass the Packet_Control_Acknowledgement_t into the recv method by Holger Hans Peter Freyther · 11 years ago
  34. 53a336f bts: Log the TLLI inside the report we get by Holger Hans Peter Freyther · 11 years ago
  35. 8d0e489 tbf: Log the TFI and TLLI so we can try to figure out more from logs by Holger Hans Peter Freyther · 11 years ago
  36. 15bb1a2 misc: Change the logging for the tbf and what to log by Holger Hans Peter Freyther · 11 years ago
  37. 5da2014 bts: Use Packet_Downlink_Ack_Nack_t as parameter by Holger Hans Peter Freyther · 11 years ago
  38. 7a34471 bts: Simplify the code and use Packet_Resource_Request_t* by Holger Hans Peter Freyther · 11 years ago
  39. cb5c49b bts: Work with the Packet_Measurement_Report_t by Holger Hans Peter Freyther · 11 years ago
  40. 750ca67 bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new method by Holger Hans Peter Freyther · 11 years ago
  41. 8428088 bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a method by Holger Hans Peter Freyther · 11 years ago
  42. 5a96581 bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate function by Holger Hans Peter Freyther · 11 years ago
  43. 396f416 pdch: Move handling of control_ack to a separate method by Holger Hans Peter Freyther · 11 years ago
  44. c1ae226 bts: Count the rach frames we receive by Holger Hans Peter Freyther · 11 years ago
  45. 90b87ea misc: Fix typo.. resource in english only has one 's' by Holger Hans Peter Freyther · 11 years ago
  46. 180def9 bts: Print the kind of message type not known. by Holger Hans Peter Freyther · 11 years ago
  47. 1997787 llc: Count timedout and silently dropped frames by Holger Hans Peter Freyther · 11 years ago
  48. b98dd9e sba: Move freeing a sba into a central place by Holger Hans Peter Freyther · 11 years ago
  49. 93e048f sba: Count SBA allocation, frees and timeouts by Holger Hans Peter Freyther · 11 years ago
  50. 1587764 bts: Provide the first set of counters by Holger Hans Peter Freyther · 11 years ago
  51. f537298 bts: Start creating statistics inside the BTS code by Holger Hans Peter Freyther · 11 years ago
  52. 61a0a04 tbf: Move gprs_rlcmac_send_data_block_acknowledged into tbf by Holger Hans Peter Freyther · 11 years ago
  53. 3dc56a3 tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  54. ae03f22 tbf: Move gprs_rlcmac_send_packet_uplink_assignment to the tbf by Holger Hans Peter Freyther · 11 years ago
  55. 22b3119 tbf: Fix typo in thecomment by Holger Hans Peter Freyther · 11 years ago
  56. 46bcb8d tbf: Move gprs_rlcmac_send_uplink_ack into the tbf by Holger Hans Peter Freyther · 11 years ago
  57. 02beed5 bts: Move gprs_rlcmac_rcv_rach into the BTS class by Holger Hans Peter Freyther · 11 years ago
  58. 2db7e7e tbf: Move gprs_rlcmac_send_packet_downlink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  59. 24c1a5b bts: Move gprs_rlcmac_trigger_downlink_assignment into BTS by Holger Hans Peter Freyther · 11 years ago
  60. 42de18f debug_dl_ass_idle: Remove the feature as it is obviously broken by Holger Hans Peter Freyther · 11 years ago
  61. d9262b3 tbf: Move gprs_rlcmac_poll_timeout into the tbf by Holger Hans Peter Freyther · 11 years ago
  62. 40cfaa6 bts: Move rcv_imm_ass_cnf into the bts code by Holger Hans Peter Freyther · 11 years ago
  63. 7292373 tbf: kill the indirection and invoke the right method by Holger Hans Peter Freyther · 11 years ago
  64. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  65. f63cabd tbf/pdch/bts: Move the tbf look-up by tfi into the BTS by Holger Hans Peter Freyther · 11 years ago
  66. a54bbbb pdch/tbf: Add another todo item for badly placed code... by Holger Hans Peter Freyther · 11 years ago
  67. dea63b9 sba/pdch: Use thepdch to look up a sba for a frame number by Holger Hans Peter Freyther · 11 years ago
  68. 05f8efc pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demand by Holger Hans Peter Freyther · 11 years ago
  69. 4f753c6 pdch: Remove the bts argument from rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  70. 65be480 pdch: Remove the the bts parameter from rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  71. 6673005 tbf: Fix typo in the debug message by Holger Hans Peter Freyther · 11 years ago
  72. 782f6dd tbf: Add todo item tht could help improving debugging by Holger Hans Peter Freyther · 11 years ago
  73. 86300bb tbf: Move the timer routine into the class by Holger Hans Peter Freyther · 11 years ago
  74. af8094d tbf: Move the handle tineout into the tbf class by Holger Hans Peter Freyther · 11 years ago
  75. aa9c326 tbf: Move the updating of the data into the tbf class by Holger Hans Peter Freyther · 11 years ago
  76. fcbc702 pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  77. d11290b pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch by Holger Hans Peter Freyther · 11 years ago
  78. 6f9f434 pdch: Move the dispatch of gprs_rlcmac_rcv_block into the pdch by Holger Hans Peter Freyther · 11 years ago
  79. 9ae367f pdch: Instead of passing bts, trx, ts use the pdch by Holger Hans Peter Freyther · 11 years ago
  80. b65e08a misc: Remove the bts parameter from calls that take a tbf by Holger Hans Peter Freyther · 11 years ago
  81. 5458765 sched: Add another warning about trx->arfcn and arfcn.. by Holger Hans Peter Freyther · 11 years ago
  82. 6796ed2 alloc: Remove the ts parameter from the internal interface by Holger Hans Peter Freyther · 11 years ago
  83. 09ef27a pdch: Simplify the reset code, rename variables to XYZ_no by Holger Hans Peter Freyther · 11 years ago
  84. 4ed1dae bts: Add backpointers to the PDCH and TRX structures by Holger Hans Peter Freyther · 11 years ago
  85. 1702f10 tbf: First round of removing llc handling from the rlcmac_data by Holger Hans Peter Freyther · 11 years ago
  86. 7ce21eb data: Move gprs_rlcmac_cs to the place it is used and make static 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. 9f0c1d2 tbf: Keep a pointer from the tbf to the BTS by Holger Hans Peter Freyther · 11 years ago
  89. cedf890 sba: Create a SBAController that will manage the sbas for a BTS by Holger Hans Peter Freyther · 11 years ago
  90. 621dc2f sba: Move the sba code to a dedicated file by Holger Hans Peter Freyther · 11 years ago
  91. 111614a ta: Create TimingAdvance class and make it belong to the BTS by Holger Hans Peter Freyther · 11 years ago
  92. d6ef534 ta: Move timing advance related code into the ta.cpp file by Holger Hans Peter Freyther · 11 years ago
  93. 63f29d6 encoding: Move the functions into the encoding class by Holger Hans Peter Freyther · 11 years ago
  94. 6ca0a90 encoding: Move encoding routines into a separate file by Holger Hans Peter Freyther · 11 years ago
  95. 9446485 pdch: Only say we have paged when this has actually been done by Holger Hans Peter Freyther · 11 years ago
  96. f098489 bts/pdch: Move the adding of paging to the BTS/PDCH objects by Holger Hans Peter Freyther · 11 years ago
  97. 24e98d0 pdch: Move paging dequeue into the PDCH object by Holger Hans Peter Freyther · 11 years ago
  98. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  99. ba5543f Add a TODO file with high-level tasks by Holger Hans Peter Freyther · 11 years ago
  100. b78adcd bts: Introduce a PollController that has the responsibility to poll by Holger Hans Peter Freyther · 11 years ago