1. 18 Oct, 2018 2 commits
    • Cedric Roux's avatar
      hotfix: fix a problem with multiple UEs · 075a713d
      Cedric Roux authored
      The symptom: when two UEs do uplink traffic at the same time, the
      eNB fails to decode data sometimes. This has been seen with FDD
      and 50 RBs. This generates a cascade of other problems leading to
      disconnection/reconnection events seen in the log.
      
      The problem: there are probably many, but one obvious bug was found
      while analyzing some logs. Scheduling in the same TTI one UE's uplink
      traffic and random access (msg3) was done in the same RB.
      
      This commit fixes this simple case. It is probably not the end of
      the story.
      
      This is a hotfix, that does not change the code much.
      
      We need to use vrb_map_UL properly all over the places. Today is
      not used, but this is the way to go (most probably).
      075a713d
    • Raphael Defosseux's avatar
      e6d35a81
  2. 17 Oct, 2018 1 commit
  3. 16 Oct, 2018 6 commits
  4. 15 Oct, 2018 3 commits
  5. 12 Oct, 2018 4 commits
  6. 11 Oct, 2018 5 commits
  7. 09 Oct, 2018 2 commits
  8. 08 Oct, 2018 2 commits
  9. 05 Oct, 2018 1 commit
  10. 04 Oct, 2018 4 commits
  11. 03 Oct, 2018 2 commits
  12. 02 Oct, 2018 2 commits
  13. 01 Oct, 2018 2 commits
  14. 30 Sep, 2018 2 commits
  15. 29 Sep, 2018 2 commits