1. 9935d0d Convert ms_first_common_ts to struct gprs_rlcmac_pdch by Pau Espin Pedrol · 1 year, 7 months ago
  2. a621d59 Refactor code rejecting UL-TBF upon rx of PktResourceReq by Pau Espin Pedrol · 1 year, 7 months ago
  3. 345d9ad Move first_common_ts from gprs_rlcmac_tbf to GprsMs by Pau Espin Pedrol · 1 year, 7 months ago
  4. 5ba3ef9 sched: Pass pdch to *_create_rlcmac_msg() functions by Pau Espin Pedrol · 1 year, 7 months ago
  5. 8abe13c Rework tbf::update_ms() by Pau Espin Pedrol · 1 year, 9 months ago
  6. 9438613 Move UL allocation&assign functions to gprs_ms.c by Pau Espin Pedrol · 1 year, 8 months ago
  7. 091642a Replace tbf->establish_dl_tbf_on_pacch() refactoring GprsMs functions by Pau Espin Pedrol · 1 year, 8 months ago
  8. 22b26d8 Delay ImmAss(PCH, PktDlAss) if waiting for PKT_CTRL_ACK answering UL_ACK_NACK (FinACK=1) by Pau Espin Pedrol · 1 year, 8 months ago
  9. 14beef6 Move LLC enqueuing and retransmit timer to MS object by Pau Espin Pedrol · 1 year, 8 months ago
  10. 3547d64 gprs_ms: Move creating string name of object to a function by Pau Espin Pedrol · 1 year, 9 months ago
  11. 6b1e951 llc_queue: Refactor to handle codel_state per prio queue internally by Pau Espin Pedrol · 2 years, 3 months ago
  12. 8d03c50 treewide: remove FSF address by Oliver Smith · 2 years, 7 months ago 2021q4
  13. 5deac14 Fix MS ending up with assigned imsi 000 by Pau Espin Pedrol · 2 years, 8 months ago
  14. dc2aaac tbf: Move existing tbf_state implementation to osmo_fsm by Pau Espin Pedrol · 3 years, 2 months ago
  15. 952cb3d nacc: Implement Pkt Cell Change Continue retransmission by Pau Espin Pedrol · 3 years, 5 months ago
  16. c0a250d Introduce NACC support by Pau Espin Pedrol · 3 years, 5 months ago
  17. fc46493 Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFs by Pau Espin Pedrol · 3 years, 5 months ago
  18. 2182e62 Unify BTS into a C usable structure by Pau Espin Pedrol · 3 years, 6 months ago
  19. bed48cc ms: Replace struct var with rate_ctr by Pau Espin Pedrol · 3 years, 6 months ago
  20. da971ee Convert GprsMS and helpers classes to C by Pau Espin Pedrol · 3 years, 7 months ago
  21. cb98894 TLLI 0x00000000 is a valid TLLI, use 0xffffffff instead by Vadim Yanitskiy · 3 years, 8 months ago
  22. 528820d tbf: Clean up gprs_rlcmac_dl_tbf::handle() by Pau Espin Pedrol · 3 years, 8 months ago
  23. 442198c Move ul_tbf allocation code to correct file by Pau Espin Pedrol · 3 years, 8 months ago
  24. f2dad59 Introduce log macro helper LOGPMS by Pau Espin Pedrol · 3 years, 11 months ago
  25. 43f0bce gprs_ms: Small clean ups in IMSI storage related code by Pau Espin Pedrol · 4 years ago
  26. 2ae8337 Get rid of class GprsCodingScheme by Pau Espin Pedrol · 4 years, 2 months ago
  27. 9d1cdb1 Move out tbf subclasses from tbf.h to their own headers by Pau Espin Pedrol · 4 years, 9 months ago
  28. cfb6321 Forward ETWS Primary Notification to MS by Oliver Smith · 4 years, 10 months ago
  29. a4de02d MCS: move Mode enum outside of class definition by Max · 5 years ago
  30. bea2edb MCS: move Coding Scheme enum outside of class definition by Max · 5 years ago
  31. 1187a77 Update header includes by Max · 6 years ago
  32. ef784e4 Remove unused includes and forward declarations by Max · 7 years ago
  33. da7250a Add counter at BTS level And statistics at TBF/MS level. by sivasankari · 8 years ago
  34. e8ccafc Add Accessor functions for ARQ-II in EGPRS DL by Aravind Sirsikar · 8 years ago
  35. 7c72aca ms: Add current_pacch_slots method by Jacob Erlbeck · 8 years ago
  36. cb72890 edge: Replace integer cs by GprsCodingScheme by Jacob Erlbeck · 8 years ago
  37. c3c5804 edge: Get EGPRS multislot class by Jacob Erlbeck · 9 years ago
  38. c8cbfc2 bts: Start a DL TBF if needed after establishment of an UL TBF by Jacob Erlbeck · 9 years ago
  39. 6835cea ms: Store references to replaced TBFs in the MS object by Jacob Erlbeck · 9 years ago
  40. 2b349b5 ms: Move MS information merging to GprsMS by Jacob Erlbeck · 9 years ago
  41. ac28905 tbf: Handle TLLI change on DL by Jacob Erlbeck · 9 years ago
  42. d4ad731 llc: Use CoDel to drop packages from the LLC queue by Jacob Erlbeck · 9 years ago
  43. b2439bb ms: Add is_idle() method to GprsMs::Guard by Jacob Erlbeck · 9 years ago
  44. 617c712 ms: Get the set of slots currently active by Jacob Erlbeck · 9 years ago
  45. 23f93a1 ms: Add support for slot reservation by Jacob Erlbeck · 9 years ago
  46. ac89a55 ms: Add tbf() method to get the TBF based on the direction by Jacob Erlbeck · 9 years ago
  47. 699b8dc ms: Add first_common_ts method to GprsMs by Jacob Erlbeck · 9 years ago
  48. 70b96aa ms: Reduce DL CS level if only a few LLC bytes are left by Jacob Erlbeck · 9 years ago
  49. 04a1086 ms: Store the NACK rate in the MS object by Jacob Erlbeck · 9 years ago
  50. e4bcb62 ms: Store the L1 measurement values in the MS objects by Jacob Erlbeck · 9 years ago
  51. 8158ea7 ms: Add blocking period for CS upgrade by Jacob Erlbeck · 9 years ago
  52. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  53. a700dd9 tbf: Move the current CS field to GprsMs by Jacob Erlbeck · 9 years ago
  54. 17214bb ms: Add back pointer to BTS by Jacob Erlbeck · 9 years ago
  55. befc760 tbf: Store MS class in GprsMs objects by Jacob Erlbeck · 9 years ago
  56. 489a2b3 tbf: Move the LLC queue to GprsMs by Jacob Erlbeck · 9 years ago
  57. d9e1024 ms: Add timer by Jacob Erlbeck · 9 years ago
  58. 9200ce6 tbf: Store the timing advance (TA) value in the GprsMs object by Jacob Erlbeck · 9 years ago
  59. b0e5eaf tbf: Move IMSI to MS object by Jacob Erlbeck · 9 years ago
  60. 0e50ce6 tbf: Always call set_tlli/confirm_tlli in update_ms by Jacob Erlbeck · 9 years ago
  61. 9399046 ms: Support new and old TLLIs by Jacob Erlbeck · 9 years ago
  62. 5367086 ms: Add MS storage class by Jacob Erlbeck · 9 years ago
  63. e04e0b0 ms: Add GprsMs class to hold per-MS information by Jacob Erlbeck · 9 years ago