1. 31dcbb6 Changes RLC/MAC code from C++ to C by Andreas Eversberg · 12 years ago jolly/outdated_c[Renamed (99%) from src/gprs_rlcmac_data.cpp]
  2. fc1dfd8 Moved all bitvector code to seperate file by Andreas Eversberg · 12 years ago
  3. 08e93cd Use final_ack_sent and contention_resolution_done to define ongoing UL TBF by Andreas Eversberg · 12 years ago
  4. 6681bb8 Replaced malloc() by talloc_zero() to be able to track memeory leaks by Andreas Eversberg · 12 years ago
  5. b3ded4c Added debugging of downlink bandwidth by Andreas Eversberg · 12 years ago
  6. 7f5352c Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channel by Andreas Eversberg · 12 years ago
  7. bc65586 Fix: Kill pending downlink TBF, if mobile requests uplink TBF on RACH by Andreas Eversberg · 12 years ago
  8. 7438df7 Fix: Send downlink assignment on PCH twice to make reception more safe by Andreas Eversberg · 12 years ago
  9. 642c7d3 Fix: We don't use timer to define when assignment is complete on PACCH by Andreas Eversberg · 12 years ago
  10. 24131bf Add check of lifetime of LLC frame by Andreas Eversberg · 12 years ago
  11. 4b470ff Changed log levels, to indicate abnormal events by Andreas Eversberg · 12 years ago
  12. 0f13c40 Check for downlink sequence is out of range by Andreas Eversberg · 12 years ago
  13. f54a89e Change polling interval for Packet Downlink Ack/Nack by Andreas Eversberg · 12 years ago
  14. 67e4f2f If we already sent final Packet Uplink Ack/Nack, request DL TBF on PCH by Andreas Eversberg · 12 years ago
  15. 67a1976 No content resolution is required when UL TBF is requested during DL TBF by Andreas Eversberg · 12 years ago
  16. c8466f4 Ignore Packet Resource Request by Andreas Eversberg · 12 years ago
  17. ee31b78 Fixed contention resolution issue by Andreas Eversberg · 12 years ago
  18. 6664a90 Downlink transfer is finished if all packets are acknowleged by Andreas Eversberg · 12 years ago
  19. 5e043da Polling for downlink ack/nack is performed only on suitable slot by Andreas Eversberg · 12 years ago
  20. 592e04a multislot: Rework of handling control channel / polling by Andreas Eversberg · 12 years ago
  21. f298fa8 multislot: Extracted "slot allocation algorithm" from tbf allocator by Andreas Eversberg · 12 years ago
  22. b0c7ea7 Changed data structures for TBF and PDCH instances, to allow multislot by Andreas Eversberg · 12 years ago
  23. ef7f28c Merge branch 'jolly_new' by Ivan Kluchnikov · 12 years ago
  24. e13fa2d Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCH by Andreas Eversberg · 12 years ago
  25. 0e40309 Restructured debugging levels to get better overview of TBFs/processes by Andreas Eversberg · 12 years ago
  26. 7b04501 Fixed pseudo length of IMMEDIATE ASSIGNMENT message. by Andreas Eversberg · 12 years ago
  27. dfa563c RLC/MAC process makes use from attributes, received from PCU socket by Andreas Eversberg · 12 years ago
  28. b3c6f6c Receive cell informations via PCU socket interface by Andreas Eversberg · 12 years ago
  29. e6228b3 TBF acknowledged mode finished for both link directions by Andreas Eversberg · 12 years ago
  30. 66690dd Rewrite of RLC/MAC uplink acknowledged TBF. by Andreas Eversberg · 12 years ago