Skip to content
Snippets Groups Projects
  1. Jul 20, 2016
    • Cédric Roux's avatar
      hotfix: RLC AM reported wrong number of bytes to retransmit · 83371440
      Cédric Roux authored
      This was causing oaisim to fail way too often at the startup
      of a connection.
      
      Things should go better with this patch.
      
      It may not be the end of the story, the use of retrans_num_bytes_to_retransmit
      is not clear to me. The problem I see is: what if the max number of
      retransimission has been reached (if that has a meaning at all in RLC AM)?
      will this value be decreased or not?
      83371440
  2. Jul 19, 2016
  3. Jul 17, 2016
  4. Jul 12, 2016
  5. Jul 11, 2016
  6. Jul 10, 2016
  7. Jul 08, 2016
  8. Jul 07, 2016
    • Cédric Roux's avatar
      hotfix: remove HARQ process ID freelist · 69ec9112
      Cédric 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
  9. Jul 05, 2016
  10. Jul 03, 2016
  11. Jul 01, 2016
  12. Jun 30, 2016
  13. Jun 29, 2016
  14. Jun 28, 2016
Loading