Skip to content
Snippets Groups Projects
  1. Sep 21, 2018
  2. Sep 20, 2018
  3. Sep 19, 2018
  4. Sep 14, 2018
    • Cédric Roux's avatar
      basic simulator: support TDD mode · 824f62d8
      Cédric Roux authored
      For whatever reason we need N_TA_offset to be 0 for the basic simulator
      to function properly.
      
      This is more a hack than a proper solution. More analysis is needed
      to understand what happens and what should be really done.
      824f62d8
  5. Sep 13, 2018
  6. Sep 11, 2018
  7. Sep 07, 2018
  8. Sep 05, 2018
  9. Sep 04, 2018
    • Cédric Roux's avatar
      bugfix: add handling of DFT 768 everywhere it's needed · 51314491
      Cédric Roux authored
      In the eNB it's not really used for the moment because there
      is a limitation to uplink scheduling. In
      openair2/LAYER2/MAC/eNB_scheduler_ulsch.c we have:
      
                  while (((rb_table[rb_table_index] > (N_RB_UL - 1 - first_rb[CC_id]))
                          || (rb_table[rb_table_index] > 45))
      
      That limits uplink scheduling to at most 44 RBs. The 768 case is for
      64 RBs.
      51314491
  10. Sep 03, 2018
  11. Aug 31, 2018
  12. Aug 30, 2018
  13. Aug 28, 2018
  14. Aug 27, 2018
    • Cédric Roux's avatar
      basic simulator: bugfix: do not put random data in DCI when not used · 164bbc65
      Cédric Roux authored
      With 50 RBs and 100 RBs the UE crashes in the basic simulator
      because of false detection of DCIs.
      
      Putting nothing in the unused REs in the DCI instead of random
      bits solves this issue and let the basic simulator run with 50 RBs
      and 100 RBs.
      
      Note that in the real UE the problem needs to be solved because
      the channel may lead to false DCI detection and the consequent
      crashes have to be solved. This commit sort of "hides" the issue
      to have the basic simulator functional.
      
      Note also that putting nothing in the unused REs in the DCI should
      be the normal general case. But it has not been tested with anything
      but the basic simulator so the previous code is left.
      164bbc65
    • Haruki Naoi's avatar
      Fix: dlcqi re-transmission timing. · 37bab74e
      Haruki Naoi authored
      37bab74e
  15. Aug 25, 2018
  16. Aug 24, 2018
  17. Aug 23, 2018
  18. Aug 22, 2018
  19. Aug 21, 2018
  20. Aug 14, 2018
Loading