1. 6b1e951 llc_queue: Refactor to handle codel_state per prio queue internally by Pau Espin Pedrol · 2 years, 3 months ago
  2. 5c598c7 llc: schedule frames to MS based on SAPI priority by Pau Espin Pedrol · 2 years, 3 months ago
  3. 4f8384b llc: Convert to C by Pau Espin Pedrol · 2 years, 3 months ago[Renamed (69%) from src/llc.cpp]
  4. 1463383 llc: Convert to C: s/m_//g by Pau Espin Pedrol · 2 years, 3 months ago
  5. 8d03c50 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago 2021q4
  6. a70bf72 llc: use memset to fill llc dummy frame padding by Pau Espin Pedrol · 3 years, 4 months ago
  7. 2182e62 Unify BTS into a C usable structure by Pau Espin Pedrol · 3 years, 6 months ago
  8. f473ec9 Move llc_* fields from BTS to PCU by Pau Espin Pedrol · 3 years, 6 months ago
  9. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 7 months ago
  10. 2338e53 bts: Drop specific functions to increase counters by Pau Espin Pedrol · 4 years, 2 months ago
  11. 1de6873 Use clock_gettime(CLOCK_MONOTONIC) and timespec everywhere by Pau Espin Pedrol · 4 years, 4 months ago
  12. 5fc6e01 llc_queue::{dequeue,enqueue}() refactor by Pau Espin Pedrol · 4 years, 4 months ago
  13. ef784e4 Remove unused includes and forward declarations by Max · 7 years ago
  14. 257b630 llc: Add move_and_merge method to llc_queue by Jacob Erlbeck · 9 years ago
  15. 3db617f llc: Fix comparison warning by Jacob Erlbeck · 9 years ago
  16. b671dbf llc: Move storage of timestamps into gprs_llc_queue by Jacob Erlbeck · 9 years ago
  17. 1e50a3d llc: Make timeval arguments const by Jacob Erlbeck · 9 years ago
  18. 07eb655 llc: Keep track of the number of stored LLC octets by Jacob Erlbeck · 9 years ago
  19. d0aee85 llc: Fix LLC UI frame detection (Coverity) by Jacob Erlbeck · 9 years ago
  20. 6dbe822 llc: Separate LLC queue handling from gprs_llc by Jacob Erlbeck · 9 years ago
  21. 0c1c877 tbf: Use a hysteresis when discarding DL LLC frames by Jacob Erlbeck · 9 years ago
  22. 612e93e llc: Add put_dummy_frame to create an LLC dummy command by Jacob Erlbeck · 9 years ago
  23. 9c62389 llc: Calculate the average queuing delay of the LLC queues by Daniel Willmann · 11 years ago
  24. a42b2ad llc: Initialize the LLC frame with garbage to detect wrong usage by Holger Hans Peter Freyther · 11 years ago
  25. 550bb88 llc: Count the number of frames queued inside the LLC queue by Holger Hans Peter Freyther · 11 years ago
  26. 5a7f636 llc: FIx a typo in the message by Holger Hans Peter Freyther · 11 years ago
  27. 6058220 types: Add a simple testcase for basic types and fix the LLC code by Holger Hans Peter Freyther · 11 years ago
  28. b1302b0 llc: Move the decision if a frame has expired into the LLC by Holger Hans Peter Freyther · 11 years ago
  29. 32f9a59 llc: Make the index 'private' by appending a m_ to it. by Holger Hans Peter Freyther · 11 years ago
  30. e231026 llc: Move some more secrets from the TBF into the LLC by Holger Hans Peter Freyther · 11 years ago
  31. b3d5ee2 bts: Count the number of llc frames that were "scheduled" to be sent by Holger Hans Peter Freyther · 11 years ago
  32. 51e093b llc: Use timeradd and timercmp and fix for < 1s PDU llc timeouts by Holger Hans Peter Freyther · 11 years ago
  33. 985fd11 llc: Change the flow. Exit early for the special case and initialize the tv by Holger Hans Peter Freyther · 11 years ago
  34. fce431c llc: Move the timeout calculation into the TBF by Holger Hans Peter Freyther · 11 years ago
  35. 857281f llc: Remove one of the two variants to put data into the frame by Holger Hans Peter Freyther · 11 years ago
  36. acb5427 llc: Move all direct accesses to the frame into the llc structure by Holger Hans Peter Freyther · 11 years ago
  37. 096f6f9 llc: Move the llc code out of the tbf.cpp into a new dedicated one by Holger Hans Peter Freyther · 11 years ago