1. 26 Jul, 2016 1 commit
  2. 24 Jul, 2016 7 commits
  3. 20 Jul, 2016 1 commit
    • Cedric Roux's avatar
      hotfix: RLC AM reported wrong number of bytes to retransmit · 83371440
      Cedric 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
  4. 19 Jul, 2016 2 commits
  5. 17 Jul, 2016 1 commit
  6. 12 Jul, 2016 3 commits
  7. 11 Jul, 2016 5 commits
  8. 10 Jul, 2016 3 commits
  9. 08 Jul, 2016 11 commits
  10. 07 Jul, 2016 1 commit
    • 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
  11. 05 Jul, 2016 4 commits
  12. 03 Jul, 2016 1 commit