Skip to content
Snippets Groups Projects
  1. Dec 26, 2018
  2. Dec 23, 2018
  3. Nov 29, 2018
  4. Nov 28, 2018
  5. Nov 26, 2018
  6. Nov 21, 2018
  7. Nov 20, 2018
  8. Nov 16, 2018
  9. Nov 15, 2018
  10. Nov 13, 2018
  11. Nov 12, 2018
  12. Nov 08, 2018
  13. Nov 05, 2018
  14. Nov 02, 2018
  15. Oct 31, 2018
  16. Oct 26, 2018
  17. Oct 25, 2018
  18. Oct 23, 2018
  19. Oct 18, 2018
    • Cédric Roux's avatar
      hotfix: fix a problem with multiple UEs · 075a713d
      Cédric 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
  20. Oct 17, 2018
Loading