An error occurred fetching the project authors.
  1. 07 Feb, 2021 1 commit
  2. 03 Jan, 2021 1 commit
  3. 01 Jan, 2021 1 commit
  4. 17 Nov, 2020 1 commit
  5. 13 Oct, 2020 1 commit
    • Robert Schmidt's avatar
      Remove UESIM_EXPANSION · 4c7035e6
      Robert Schmidt authored
      This completely removes the UESIM_EXPANSION define: it does not compile
      at the moment. Its function was to multiplex multiple UEs on the same
      TUN interface. However, this functionality is not needed since it is
      possible to allocate many TUN devices (i.e., >= 32).
      4c7035e6
  6. 13 May, 2020 1 commit
  7. 18 Oct, 2019 1 commit
  8. 06 Sep, 2019 1 commit
  9. 19 Jun, 2019 1 commit
  10. 13 Jun, 2019 1 commit
  11. 01 Jun, 2019 2 commits
  12. 14 May, 2019 1 commit
  13. 11 May, 2019 1 commit
  14. 26 Mar, 2019 1 commit
  15. 22 Jan, 2019 1 commit
  16. 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
  17. 25 Oct, 2018 1 commit
  18. 24 Oct, 2018 1 commit
  19. 30 Jul, 2018 1 commit
  20. 28 May, 2018 1 commit
  21. 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
  22. 08 Mar, 2018 1 commit
  23. 07 Dec, 2017 1 commit
  24. 14 Aug, 2017 1 commit
  25. 24 Mar, 2017 1 commit
  26. 27 Jan, 2017 1 commit
  27. 25 Jan, 2017 1 commit
    • Imad ALAWE's avatar
      openairinterface5g: Fix multi definition of UE/eNB NB_MAX · b3ded779
      Imad ALAWE authored
      In openairinterface5g many definitions in many layers of UE or eNB NB_MAX.
      We created a file called openairinterface5g_limits.h
      located at openairinterface5g_dir/targets/COMMON/ declaring the number max
      of UE and eNB to be used in ALL layers depending on launching conditions
      (LARGE_SCALE for example).
      b3ded779