1. ef784e4 Remove unused includes and forward declarations by Max · 7 years ago
  2. ead08aa DL window: constify resend_needed() function by Max · 7 years ago
  3. 1d8744c Add test case for testing PUAN by sivasankari · 7 years ago
  4. 8adfcd0 Add compression support in EGPRS PUAN by sivasankari · 7 years ago
  5. 9434e52 Modify return type of gprs_rlc_dl_window::distance to uint16_t by aravind sirsikar · 8 years ago
  6. 50b0970 Modify EGPRS DL TBF flow to support SPB by Aravind Sirsikar · 8 years ago
  7. e6cadb4 Add data structure to handle SPB for EGPRS DL by Aravind Sirsikar · 8 years ago
  8. 36bdc5f Add data structure for SPB in EGPRS UL by Aravind Sirsikar · 8 years ago
  9. df69809 egprs: Use RLC/MAC headers from libosmocore by Tom Tsou · 8 years ago
  10. 9149552 Add data structure for ARQ-II in EGPRS DL by Aravind Sirsikar · 8 years ago
  11. 68e2c63 rlc.h: correct gprs_rlc_data comment by Alexander Couzens · 8 years ago
  12. c1c9d6a rlc.h: remove duplicated define RLC_EGPRS_SNS by Alexander Couzens · 8 years ago
  13. 7952282 Support puncturing scheme selection for EGPRS DL by Aravind Sirsikar · 8 years ago
  14. a859a21 Update CPS calculation with new data structures by Aravind Sirsikar · 8 years ago
  15. 7a05b03 Add data structure for CPS calculation in DL by Aravind Sirsikar · 8 years ago
  16. 5a5d2b7 Introduce EGPRS header type1 and type2 in UL by Aravind Sirsikar · 8 years ago
  17. d675249 edge: Send a second BSN block in an RLC message if possible by Jacob Erlbeck · 8 years ago
  18. fbd82e4 rlc: Add gprs_rlc_mcs_cps_decode by Jacob Erlbeck · 8 years ago
  19. b55f313 rlc: Add with_padding argument to gprs_rlc_data_info_init_dl/ul by Jacob Erlbeck · 8 years ago
  20. 9e85939 rlc: Support encoding of EGPRS header type 1 + 2 by Jacob Erlbeck · 8 years ago
  21. db88380 rlc: Add unified gprs_rlc_window parent class by Jacob Erlbeck · 8 years ago
  22. eb08f86 edge: Add bitvec based DL window updating methods by Jacob Erlbeck · 8 years ago
  23. 70955c7 edge: Provide and use CS -> CPS conversion by Jacob Erlbeck · 8 years ago
  24. f0e4039 edge: Add encoder for downlink RLC data blocks by Jacob Erlbeck · 8 years ago
  25. 6e9f9c2 edge: Add init functions for gprs_rlc_data_info by Jacob Erlbeck · 8 years ago
  26. cc34a5b rlc: Add info fields for downlink by Jacob Erlbeck · 8 years ago
  27. f2ba4cb edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_info by Jacob Erlbeck · 8 years ago
  28. ed2dbf6 tbf: Use LListHead instead of llist_pods by Jacob Erlbeck · 9 years ago
  29. 8f8197f rlc: Make WS and SNS variable by Jacob Erlbeck · 9 years ago
  30. a3a567e rlc: Add constructor to window classes by Jacob Erlbeck · 9 years ago
  31. e1ca87f rlc/edge: Consistently use uint16_t for BSNs and SSNs by Jacob Erlbeck · 9 years ago
  32. 93c55d0 rlc: Add and use mod_sns(bsn) method by Jacob Erlbeck · 9 years ago
  33. b3100e1 edge: Add methods for unified GPRS/EGPRS UL data block handling by Jacob Erlbeck · 9 years ago
  34. ce1beb4 edge: Store GprsCodingScheme in gprs_rlc_data by Jacob Erlbeck · 9 years ago
  35. 784a0bd edge: Add is_received and invalidate_bsn to gprs_rlc_ul_window by Jacob Erlbeck · 9 years ago
  36. d87e1d6 rlc: Do not raise_v_q in receive_bsn by Jacob Erlbeck · 9 years ago
  37. 4abc686 edge: Add unified decoder methods for GPRS/EGPRS by Jacob Erlbeck · 9 years ago
  38. 4aa78a8 rlc: Check endianness for bit field declarations by Jacob Erlbeck · 9 years ago
  39. 1751c62 tbf: Add adaptive DL CS adjustment by Jacob Erlbeck · 9 years ago
  40. 7e994e3 tbf, ...: Make the fields in the dl/ul struct member variables by Daniel Willmann · 10 years ago
  41. 35cc1c0 misc: Do not mix struct/class in the forward declaration by Holger Hans Peter Freyther · 10 years ago
  42. 3ce011f rlc: Rename state() to show_state() to better reflect its function by Daniel Willmann · 10 years ago
  43. d54d9f5 rlc: Use an enum for the state array instead of chars by Daniel Willmann · 11 years ago
  44. 146514e rlc/tbf: Move v_b into DL window by Daniel Willmann · 11 years ago
  45. 5584479 rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_n by Daniel Willmann · 11 years ago
  46. 7c3751b rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the tests by Daniel Willmann · 11 years ago
  47. f4a1ec6 rlc: Rename the simple raise_v_r method to avoid naming conflicts by Daniel Willmann · 11 years ago
  48. 8a31f9e rlc: Manage the received block bitmap in the ul_window by Daniel Willmann · 11 years ago
  49. 3cbf9e0 rlc: Make the RLC types only operate on the BSN by Holger Hans Peter Freyther · 11 years ago
  50. 7f3e662 tbf/rlc: Move raising of V(Q) into the ul window code by Holger Hans Peter Freyther · 11 years ago
  51. cbb00eb rlc/tbf: Move the code to raise V(R) into the ul_window handling by Holger Hans Peter Freyther · 11 years ago
  52. 423dd22 tbf/rlc: Move the putting of a block into the rlc code by Holger Hans Peter Freyther · 11 years ago
  53. 6ab5b24 tbf/rlc: Move the check if something is in the window out. by Holger Hans Peter Freyther · 11 years ago
  54. 7decedc rlc: The bsn has never been used. Remove it from the Xl_window by Holger Hans Peter Freyther · 11 years ago
  55. e9b1ebb rlc: Test the basic of the gprs_rlc_v_n code for remembering the state by Holger Hans Peter Freyther · 11 years ago
  56. 270f7fc tbf/rlc: Move the v_n handling into a dedicated object by Holger Hans Peter Freyther · 11 years ago
  57. f1593b7 tbf/rlc: Big change and move the window handling out to the rlc by Holger Hans Peter Freyther · 11 years ago
  58. 9c5539d tbf/rlc: Move the counting of unacked frames into the RLC V_B class by Holger Hans Peter Freyther · 11 years ago
  59. bc15570 tbf/rlc: Change the code and generate the entire state in the V_B by Holger Hans Peter Freyther · 11 years ago
  60. e358ff8 tbf/rlc: Move the moving of V(A) into the V_B code by Holger Hans Peter Freyther · 11 years ago
  61. df6b4f5 tbf/rlc: Move the parsing of RBB to Decoding, move window marking out by Holger Hans Peter Freyther · 11 years ago
  62. 8b16ae3 tbf/rlc: Move the marking of frames for resend into the v_b by Holger Hans Peter Freyther · 11 years ago
  63. 1577779 rlc/tbf: Move the loop into the gprs_rlc_v_b class by Holger Hans Peter Freyther · 11 years ago
  64. 9525567 rlc: Create a basic test that mark/is is talking about the same by Holger Hans Peter Freyther · 11 years ago
  65. 6b5660c rlc: Move the rlc headers into a separate header file by Holger Hans Peter Freyther · 11 years ago
  66. d11290b pdch/tbf: Move gprs_rlcmac_rcv_data_block_acknowledged into the pdch by Holger Hans Peter Freyther · 11 years ago