An error occurred fetching the project authors.
  1. 15 Apr, 2019 1 commit
  2. 10 Apr, 2019 1 commit
  3. 04 Apr, 2019 1 commit
  4. 13 Mar, 2019 1 commit
  5. 26 Feb, 2019 2 commits
  6. 25 Feb, 2019 6 commits
  7. 15 Feb, 2019 1 commit
  8. 20 Jan, 2019 1 commit
  9. 16 Jan, 2019 2 commits
  10. 14 Jan, 2019 3 commits
  11. 11 Jan, 2019 5 commits
  12. 10 Jan, 2019 2 commits
  13. 07 Jan, 2019 1 commit
    • Cedric Roux's avatar
      fix a lot of file mode · aea6b4b5
      Cedric Roux authored
      For whatever reason most of the files had their permission
      changed from 644 to 755, which is not wanted.
      aea6b4b5
  14. 20 Dec, 2018 4 commits
  15. 18 Dec, 2018 1 commit
  16. 21 Nov, 2018 1 commit
  17. 18 Nov, 2018 1 commit
  18. 16 Nov, 2018 1 commit
  19. 13 Nov, 2018 2 commits
  20. 12 Nov, 2018 1 commit
  21. 03 Nov, 2018 1 commit
  22. 18 Oct, 2018 1 commit
    • 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