1. e9429b5 rlc: Count the sent and resent RLC blocks by Holger Hans Peter Freyther · 11 years ago
  2. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  3. aa35ba7 tbf: Count how often we re-use a TBF that was already being deactivated by Holger Hans Peter Freyther · 11 years ago
  4. 77e0597 tbf: Move the llc handling into the tbf (from the bts) by Holger Hans Peter Freyther · 11 years ago
  5. 5464c9b tbf: Have one imsi field and assign it through a function by Holger Hans Peter Freyther · 11 years ago
  6. 34f6e5e tbf: Make tfi private and update the code by Holger Hans Peter Freyther · 11 years ago
  7. 474685e tbf: Make the tlli "private" and update the updating code by Holger Hans Peter Freyther · 11 years ago
  8. bd449f5 tbf: Create tbf_name and use it in log statements by Holger Hans Peter Freyther · 11 years ago
  9. 870c601 tbf: TODO:Mark TLLI changes as todo item in the code by Holger Hans Peter Freyther · 11 years ago
  10. 6b88cdd bts: Simplify rcv_resource_request, remove logically dead code by Holger Hans Peter Freyther · 11 years ago
  11. 8021644 bts: Kill dead stores of the tlli/tfi, fix the log message again by Holger Hans Peter Freyther · 11 years ago
  12. ec80f82 tbf: Remove the trx_no field from the tbf, go through the trx object by Holger Hans Peter Freyther · 11 years ago
  13. fc498c9 tbf: Go through the trx to get the ARFCN by Holger Hans Peter Freyther · 11 years ago
  14. 875fc89 bts: Further logging improvements for TFI/TLLI output by Holger Hans Peter Freyther · 11 years ago
  15. e1a075a bts: Pass the Packet_Control_Acknowledgement_t into the recv method by Holger Hans Peter Freyther · 11 years ago
  16. 53a336f bts: Log the TLLI inside the report we get by Holger Hans Peter Freyther · 11 years ago
  17. 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
  18. 15bb1a2 misc: Change the logging for the tbf and what to log by Holger Hans Peter Freyther · 11 years ago
  19. 5da2014 bts: Use Packet_Downlink_Ack_Nack_t as parameter by Holger Hans Peter Freyther · 11 years ago
  20. 7a34471 bts: Simplify the code and use Packet_Resource_Request_t* by Holger Hans Peter Freyther · 11 years ago
  21. cb5c49b bts: Work with the Packet_Measurement_Report_t by Holger Hans Peter Freyther · 11 years ago
  22. 750ca67 bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new method by Holger Hans Peter Freyther · 11 years ago
  23. 8428088 bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a method by Holger Hans Peter Freyther · 11 years ago
  24. 5a96581 bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate function by Holger Hans Peter Freyther · 11 years ago
  25. 396f416 pdch: Move handling of control_ack to a separate method by Holger Hans Peter Freyther · 11 years ago
  26. c1ae226 bts: Count the rach frames we receive by Holger Hans Peter Freyther · 11 years ago
  27. 90b87ea misc: Fix typo.. resource in english only has one 's' by Holger Hans Peter Freyther · 11 years ago
  28. 180def9 bts: Print the kind of message type not known. by Holger Hans Peter Freyther · 11 years ago
  29. 1997787 llc: Count timedout and silently dropped frames by Holger Hans Peter Freyther · 11 years ago
  30. b98dd9e sba: Move freeing a sba into a central place by Holger Hans Peter Freyther · 11 years ago
  31. 93e048f sba: Count SBA allocation, frees and timeouts by Holger Hans Peter Freyther · 11 years ago
  32. 1587764 bts: Provide the first set of counters by Holger Hans Peter Freyther · 11 years ago
  33. f537298 bts: Start creating statistics inside the BTS code by Holger Hans Peter Freyther · 11 years ago
  34. 3dc56a3 tbf: Move gprs_rlcmac_send_packet_uplink_assignment into the tbf by Holger Hans Peter Freyther · 11 years ago
  35. 02beed5 bts: Move gprs_rlcmac_rcv_rach into the BTS class by Holger Hans Peter Freyther · 11 years ago
  36. 24c1a5b bts: Move gprs_rlcmac_trigger_downlink_assignment into BTS by Holger Hans Peter Freyther · 11 years ago
  37. d9262b3 tbf: Move gprs_rlcmac_poll_timeout into the tbf by Holger Hans Peter Freyther · 11 years ago
  38. 40cfaa6 bts: Move rcv_imm_ass_cnf into the bts code by Holger Hans Peter Freyther · 11 years ago
  39. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  40. f63cabd tbf/pdch/bts: Move the tbf look-up by tfi into the BTS by Holger Hans Peter Freyther · 11 years ago
  41. a54bbbb pdch/tbf: Add another todo item for badly placed code... by Holger Hans Peter Freyther · 11 years ago
  42. dea63b9 sba/pdch: Use thepdch to look up a sba for a frame number by Holger Hans Peter Freyther · 11 years ago
  43. 05f8efc pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demand by Holger Hans Peter Freyther · 11 years ago
  44. 4f753c6 pdch: Remove the bts argument from rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  45. 65be480 pdch: Remove the the bts parameter from rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  46. 86300bb tbf: Move the timer routine into the class by Holger Hans Peter Freyther · 11 years ago
  47. fcbc702 pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  48. d11290b pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch by Holger Hans Peter Freyther · 11 years ago
  49. 6f9f434 pdch: Move the dispatch of gprs_rlcmac_rcv_block into the pdch by Holger Hans Peter Freyther · 11 years ago
  50. 9ae367f pdch: Instead of passing bts, trx, ts use the pdch by Holger Hans Peter Freyther · 11 years ago
  51. 09ef27a pdch: Simplify the reset code, rename variables to XYZ_no by Holger Hans Peter Freyther · 11 years ago
  52. 4ed1dae bts: Add backpointers to the PDCH and TRX structures by Holger Hans Peter Freyther · 11 years ago
  53. 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
  54. cedf890 sba: Create a SBAController that will manage the sbas for a BTS by Holger Hans Peter Freyther · 11 years ago
  55. 63f29d6 encoding: Move the functions into the encoding class by Holger Hans Peter Freyther · 11 years ago
  56. 9446485 pdch: Only say we have paged when this has actually been done by Holger Hans Peter Freyther · 11 years ago
  57. f098489 bts/pdch: Move the adding of paging to the BTS/PDCH objects by Holger Hans Peter Freyther · 11 years ago
  58. 24e98d0 pdch: Move paging dequeue into the PDCH object by Holger Hans Peter Freyther · 11 years ago
  59. 17b0d83 pdch: Move enable/disable into the PDCH code by Holger Hans Peter Freyther · 11 years ago
  60. b78adcd bts: Introduce a PollController that has the responsibility to poll by Holger Hans Peter Freyther · 11 years ago
  61. 9b30c7f bts: Move the frame_number into the BTS sructure by Holger Hans Peter Freyther · 11 years ago
  62. b6acfda bts: Introduce a singleton for the BTS and use it in the code by Holger Hans Peter Freyther · 11 years ago