1. 67b89ca Array indexing for SPB counters in bts statistics. by sivasankari · 8 years ago
  2. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  3. 168911b Add new BTS level counters by sivasankari · 8 years ago
  4. f86307e Add BTS level counters by Mrinal Mishra · 8 years ago
  5. d71e8b3 Use qbit-TA to update Timing Advance by Max · 8 years ago
  6. 628dcfb Handle EGPRS 11 bit RACH in osmo-pcu by bhargava · 8 years ago
  7. 959d1de Change interface in osmo-pcu for 11 bit RACH by bhargava · 8 years ago
  8. e6cadb4 Add data structure to handle SPB for EGPRS DL by Aravind Sirsikar · 8 years ago
  9. 99ab0a8 Add header type 1 support for EGPRS uplink by Aravind Sirsikar · 8 years ago
  10. 7fdbf89 add KPI counter to count bytes for RLC and LLC frames by Alexander Couzens · 8 years ago
  11. f929e62 introduce new counter rlc_sent_control by Alexander Couzens · 8 years ago
  12. 2cb1547 introduce new counter rlc_sent_dummy by Alexander Couzens · 8 years ago
  13. 2efdf69 Introduce --gsmtap-ip/-i option by Max · 8 years ago
  14. 0316dc6 tbf: Add counters for aborted TBF in state FLOW by Jacob Erlbeck · 8 years ago
  15. 36df774 edge: Make window size configurable by Jacob Erlbeck · 8 years ago
  16. db88380 rlc: Add unified gprs_rlc_window parent class by Jacob Erlbeck · 8 years ago
  17. 9b3d7e0 edge: Disable GPRS/EGPRS mixed mode by Jacob Erlbeck · 8 years ago
  18. ae9c575 edge: Handle EGPRS PACKET DOWNLINK ACK NACK by Jacob Erlbeck · 8 years ago
  19. 96ccea8 edge: Add initial_mcs_dl and initial_mcs_ul config values by Jacob Erlbeck · 8 years ago
  20. 0d05805 edge: Add max_mcs_ul and max_mcs_dl config by Jacob Erlbeck · 8 years ago
  21. ed2dbf6 tbf: Use LListHead instead of llist_pods by Jacob Erlbeck · 9 years ago
  22. 845c01e edge: Remove unused GPRS functions by Jacob Erlbeck · 9 years ago
  23. 554a835 edge: Use a single PDCH rcv_data_block method for GPRS and EGPRS by Jacob Erlbeck · 9 years ago
  24. 3b802e3 edge: Rename rcv_data_block_acknowledged by Jacob Erlbeck · 9 years ago
  25. 690a734 edge: Add gprs_rlcmac_pdch::rcv_block_egprs stub by Jacob Erlbeck · 9 years ago
  26. 9e862e1 edge: Use GprsCodingScheme to adjust the UL RLC block size by Jacob Erlbeck · 9 years ago
  27. 86b6f05 edge: Support EGPRS multislot class handling in tbf_alloc by Jacob Erlbeck · 9 years ago
  28. 953c789 edge: Add egprs config command by Jacob Erlbeck · 9 years ago
  29. f5898a0 stat: Add global stat group by Jacob Erlbeck · 9 years ago
  30. 7c8d39a poll: Count failed procedures by Jacob Erlbeck · 9 years ago
  31. af75ce8 l1: Use the FN of all data_ind/ra_ind DSP messages by Jacob Erlbeck · 9 years ago
  32. be4a08b poll: Count unexpected block FN values by Jacob Erlbeck · 9 years ago
  33. 60f7703 poll: Use the data_ind FN as time source for current frame by Jacob Erlbeck · 9 years ago
  34. 076f5c7 tbf/test: Fix existing tests by Jacob Erlbeck · 9 years ago
  35. d4ad731 llc: Use CoDel to drop packages from the LLC queue by Jacob Erlbeck · 9 years ago
  36. 77da355 alloc: Make alloc_algorithm_dynamic stateful by Jacob Erlbeck · 9 years ago
  37. 5979fe9 alloc: Add counters for successful algo A/B allocations by Jacob Erlbeck · 9 years ago
  38. 3a10dbd tbf: Put the TFI->TBF mapping into the PDCH objects by Jacob Erlbeck · 9 years ago
  39. 5879c64 tbf: Move TFI selection into alloc_algorithm by Jacob Erlbeck · 9 years ago
  40. 47a57f6 pdch: Manage TFIs per direction by Jacob Erlbeck · 9 years ago
  41. cc9358f tbf: Keep a set of used TFI and USF per PDCH by Jacob Erlbeck · 9 years ago
  42. c91c18e tbf: Add Poll Timeout counters by Jacob Erlbeck · 9 years ago
  43. 23f93a1 ms: Add support for slot reservation by Jacob Erlbeck · 9 years ago
  44. ccc34e4 tbf: Maintain the number of TBF per PDCH by Jacob Erlbeck · 9 years ago
  45. cb1b494 tbf: Add BTS::ms_alloc method by Jacob Erlbeck · 9 years ago
  46. e2e004e tbf: Pass the MS object around instead of old_tbf by Jacob Erlbeck · 9 years ago
  47. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  48. 94cde13 ms: Add UL CS selection based on L1 link quality by Jacob Erlbeck · 9 years ago
  49. 20f6fd1 l1: Pass all L1 measurements upwards by Jacob Erlbeck · 9 years ago
  50. b33e675 ms: Add support for maximum CS values by Jacob Erlbeck · 9 years ago
  51. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  52. a098c19 tbf: Set MS timeout by Jacob Erlbeck · 9 years ago
  53. 1db67e0 tbf: Remove TimingAdvance storage by Jacob Erlbeck · 9 years ago
  54. 71e5511 tbf: Remove IMSI handling from trigger_dl_ass by Jacob Erlbeck · 9 years ago
  55. 767193e tbf: Remove the TLLI from the TBFs by Jacob Erlbeck · 9 years ago
  56. e43460b ms: Integrate the MS storage by Jacob Erlbeck · 9 years ago
  57. 0288cdb bssgp: Add VTY command to Limit the bucket size by time by Jacob Erlbeck · 9 years ago
  58. 87d7341 bssgp: Make BVC bucket size / leak rate configurable by Jacob Erlbeck · 9 years ago
  59. d0261b7 tbf: Force ACK after the last DL LCC frame has been received by Jacob Erlbeck · 9 years ago
  60. 0c1c877 tbf: Use a hysteresis when discarding DL LLC frames by Jacob Erlbeck · 9 years ago
  61. 502bd1f tbf: Poll MS on idle DL TBFs by Jacob Erlbeck · 9 years ago
  62. 3bed5d1 tbf: Implement delayed release of a downlink TBF by Jacob Erlbeck · 9 years ago
  63. 532a4b5 bts: Change parameter in BTS::trigger_dl_ass() to DL TBF by Daniel Willmann · 10 years ago
  64. fe6e2e4 bts: Return the special type for {ul,dl}_tbf_by_* functions by Daniel Willmann · 10 years ago
  65. 2207c5e bts: Ensure tbf direction with OSMO_ASSERT() by Daniel Willmann · 10 years ago
  66. febf1a0 bts: Split tbf_by_poll_fn into separate dl and ul functions by Daniel Willmann · 10 years ago
  67. 54044b0 bts: Separate functions for dl/ul tbf_by_tfi lookup by Daniel Willmann · 10 years ago
  68. b59d61b bts, tbf: Separate functions for dl/ul tbf_by_tlli lookup by Daniel Willmann · 10 years ago
  69. 17a1d5e gprs_rlcmac_pdch: Get rid of ul/dl_tbf by Daniel Willmann · 10 years ago
  70. 1e0c610 gprs_rlcmac_pdch: Don't access private members by Daniel Willmann · 10 years ago
  71. 705653b sched: Attempt to improve the fairness and schedule UL/AL ACK/ASS by Holger Hans Peter Freyther · 11 years ago
  72. ef93bdb tbf: Count how often we re-start a BSN in the send routine by Holger Hans Peter Freyther · 11 years ago
  73. 092478f rlc: Count nacked frames in the statistics too by Holger Hans Peter Freyther · 11 years ago
  74. c70aae4 rlc: Count the window stalls on the RLC level by Holger Hans Peter Freyther · 11 years ago
  75. e9429b5 rlc: Count the sent and resent RLC blocks by Holger Hans Peter Freyther · 11 years ago
  76. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  77. aa35ba7 tbf: Count how often we re-use a TBF that was already being deactivated by Holger Hans Peter Freyther · 11 years ago
  78. e1a075a bts: Pass the Packet_Control_Acknowledgement_t into the recv method by Holger Hans Peter Freyther · 11 years ago
  79. 5da2014 bts: Use Packet_Downlink_Ack_Nack_t as parameter by Holger Hans Peter Freyther · 11 years ago
  80. 7a34471 bts: Simplify the code and use Packet_Resource_Request_t* by Holger Hans Peter Freyther · 11 years ago
  81. cb5c49b bts: Work with the Packet_Measurement_Report_t by Holger Hans Peter Freyther · 11 years ago
  82. 750ca67 bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new method by Holger Hans Peter Freyther · 11 years ago
  83. 8428088 bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a method by Holger Hans Peter Freyther · 11 years ago
  84. 5a96581 bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate function by Holger Hans Peter Freyther · 11 years ago
  85. 396f416 pdch: Move handling of control_ack to a separate method by Holger Hans Peter Freyther · 11 years ago
  86. c1ae226 bts: Count the rach frames we receive by Holger Hans Peter Freyther · 11 years ago
  87. 1997787 llc: Count timedout and silently dropped frames by Holger Hans Peter Freyther · 11 years ago
  88. 93e048f sba: Count SBA allocation, frees and timeouts by Holger Hans Peter Freyther · 11 years ago
  89. 1587764 bts: Provide the first set of counters by Holger Hans Peter Freyther · 11 years ago
  90. f537298 bts: Start creating statistics inside the BTS code by Holger Hans Peter Freyther · 11 years ago
  91. 02beed5 bts: Move gprs_rlcmac_rcv_rach into the BTS class by Holger Hans Peter Freyther · 11 years ago
  92. 24c1a5b bts: Move gprs_rlcmac_trigger_downlink_assignment into BTS by Holger Hans Peter Freyther · 11 years ago
  93. d9262b3 tbf: Move gprs_rlcmac_poll_timeout into the tbf by Holger Hans Peter Freyther · 11 years ago
  94. 40cfaa6 bts: Move rcv_imm_ass_cnf into the bts code by Holger Hans Peter Freyther · 11 years ago
  95. 70ddde6 tbf/bts: Move the tfi_find_free into the bts by Holger Hans Peter Freyther · 11 years ago
  96. f63cabd tbf/pdch/bts: Move the tbf look-up by tfi into the BTS by Holger Hans Peter Freyther · 11 years ago
  97. 05f8efc pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demand by Holger Hans Peter Freyther · 11 years ago
  98. 4f753c6 pdch: Remove the bts argument from rcv_control_block by Holger Hans Peter Freyther · 11 years ago
  99. 65be480 pdch: Remove the the bts parameter from rcv_data_block_acknowledged by Holger Hans Peter Freyther · 11 years ago
  100. fcbc702 pdch: Move the giant switch/case of gprs_rlcmac_rcv_control_block by Holger Hans Peter Freyther · 11 years ago