Skip to content
Snippets Groups Projects
  1. Sep 20, 2016
  2. Sep 19, 2016
  3. Jul 07, 2016
    • Cedric Roux's avatar
      hotfix: remove HARQ process ID freelist · 69ec9112
      Cedric Roux authored
      It creates more problems than it solves.
      
      We replace this approach by a straightforward
      synchronous one.
      
      Now in the downlink, at frame f and subframe s
      we use HARQ process (f * 10 + s) % 8.
      This is similar to uplink scheduling.
      69ec9112
  4. Apr 06, 2016
  5. Mar 27, 2016
  6. Feb 19, 2016
  7. Nov 24, 2015
  8. Nov 23, 2015
    • Cedric Roux's avatar
      Manage free downlink HARQ processes with a circular list. · f14a401f
      Cedric Roux authored
      The oldest PID (the PID that was used the longest
      TTI ago) is at the head and is the next one that
      will be used.
      
      No test is done to check that when a process is
      allocated it is at least N TTIs old, but some quick
      thinking strongly leads to the 'conclusion' that N
      won't be smaller than 8, which seems to be what
      cat3 UEs require to function properly in the downlink
      direction (from the eNodeB to the UE).
      f14a401f
  9. Nov 18, 2015
  10. Oct 06, 2015
  11. Sep 02, 2015
  12. Sep 01, 2015
  13. Jun 10, 2015
  14. Jun 08, 2015
  15. Apr 14, 2015
  16. Apr 09, 2015
  17. Mar 04, 2015
  18. Dec 08, 2014
  19. Aug 13, 2014
  20. Aug 11, 2014
  21. May 27, 2014
  22. Apr 10, 2014
  23. Feb 28, 2014
  24. Feb 27, 2014
  25. Dec 11, 2013
  26. Dec 09, 2013
  27. Dec 04, 2013
  28. Nov 21, 2013
  29. Oct 11, 2013
  30. Oct 01, 2013
    • Florian Kaltenberger's avatar
      vcd: added some more traces for PHY · 27a311ab
      Florian Kaltenberger authored
      pdcp_thread: bugfix in init 
      lte-softmodem: changed thread priority for emos and xforms, changed gains for external rf, changed compile options to O2 (now possible with dlsch_demodulation fix)
      new firmware version (see changelog openair0)
      dlsch_demodulation: using sse4 extract for llrs
      pmi_feedback now stored independend of harq_process_id
      dlsim: fixed memory leak, improved csv output, changed compile option to O2 (now possible with dlsch_demodulation fix)
      removed unused files
      
      
      git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4174 818b1a75-f10b-46b9-bf7c-635c3b92a50f
      27a311ab
  31. Jul 15, 2013
  32. Jun 25, 2013
Loading