An error occurred fetching the project authors.
  1. 25 Oct, 2018 2 commits
    • Raymond Knopp's avatar
      nr_pbchsim: added -I option which runs initial synchronization. without, it just runs pbch decoding · d7c71252
      Raymond Knopp authored
      Still a remaining issue with the SNR normalization, way too low to get errors.
      d7c71252
    • Raymond Knopp's avatar
      Changes: · 8d78c0c9
      Raymond Knopp authored
      0. unwiring of 40 MHz channel hard-coding and general SSB location
      1. PSS dynamic range improvement and DC carrier fix
      2. SSS channel estimation and detection corrected
      3. PBCH channel estimation fixed
      4. PBCH channel extraction/compensation reworked for the general case
      5. fixed-point low-complexity polar decoder integrated to PBCH decoding chain
      
      works by default (nr_pbchsim) at 100 MHz / 30 kHz SCS and SSB wherever (but known to UE)
      8d78c0c9
  2. 18 Oct, 2018 1 commit
  3. 09 Oct, 2018 1 commit
  4. 04 Oct, 2018 1 commit
  5. 11 Sep, 2018 1 commit
  6. 07 Sep, 2018 1 commit
  7. 06 Sep, 2018 1 commit
  8. 22 Aug, 2018 1 commit
  9. 16 Aug, 2018 1 commit
  10. 09 Aug, 2018 1 commit
  11. 07 Aug, 2018 1 commit
  12. 26 Jul, 2018 1 commit
  13. 25 Jul, 2018 1 commit
  14. 20 Jul, 2018 1 commit
  15. 10 Jul, 2018 1 commit
  16. 02 Jul, 2018 1 commit
  17. 26 Jun, 2018 2 commits
  18. 25 Jun, 2018 1 commit
  19. 22 Jun, 2018 1 commit
  20. 13 Jun, 2018 1 commit
  21. 12 Jun, 2018 4 commits
  22. 05 Jun, 2018 1 commit
  23. 04 Jun, 2018 1 commit
  24. 02 Jun, 2018 1 commit
  25. 29 Apr, 2018 1 commit
  26. 09 Apr, 2018 1 commit
  27. 08 Apr, 2018 1 commit
  28. 06 Apr, 2018 1 commit
    • root's avatar
      UE add RF board ZC706+AD9371 · 6f290e71
      root authored
      Conflicts:
      	cmake_targets/build_oai
      	openair1/PHY/LTE_TRANSPORT/prach.c
      	openair1/SCHED/phy_procedures_lte_ue.c
      	targets/ARCH/COMMON/common_lib.h
      	targets/RT/USER/lte-softmodem.c
      6f290e71
  29. 11 Jan, 2018 1 commit
  30. 23 Oct, 2017 1 commit
  31. 31 Jul, 2017 1 commit
    • Cedric Roux's avatar
      integration fix: let oaisim work again · 3ed32a77
      Cedric Roux authored
      In case of oaisim, dl_phy_sync_success has to be called
      by initial_sync, as it used to be.
      
      We introduce an #if OAISIM, this is not elegant, but will
      do it for the moment.
      3ed32a77
  32. 20 Jul, 2017 1 commit
  33. 17 Jul, 2017 1 commit
  34. 06 Jul, 2017 1 commit
  35. 02 Jun, 2017 1 commit
    • Cedric Roux's avatar
      integration fixes · 60c4b5ec
      Cedric Roux authored
      - rename UE_NO_LOG to DISABLE_LOG_X
        because the name is misleading. The full software
        is impacted, not only the UE part
      - same for compilation option ---ue-no-log
        that becomes --disable-log
      - keep LOG_X for the standard case, that is the
        case without DISABLE_LOG_X where printf has been
        put. Two reasons:
        * printf is not realtime friendly
        * keep behavior similar for other users who may
          be troubled by different logs that don't add
          any benefit to previous logs
      60c4b5ec