An error occurred fetching the project authors.
  1. 28 Jul, 2018 1 commit
  2. 14 Jun, 2018 1 commit
    • WEI-TAI CHEN's avatar
      - Maintain The Configuration Module · 73cfa6bb
      WEI-TAI CHEN authored
      - Create task for GAB_APP and GAN_RRC
      - Create the NR FAPI for P5 interface
      - *It could be build, but still have a lot of warning need to maintain
      73cfa6bb
  3. 28 May, 2018 2 commits
  4. 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
  5. 27 Mar, 2018 1 commit
  6. 22 Mar, 2018 1 commit
  7. 12 Mar, 2018 1 commit
  8. 19 Feb, 2018 1 commit
    • Cedric Roux's avatar
      fix CentOS compilation · 62787a88
      Cedric Roux authored
      The following was not working properly:
      
          ./build_oai -I -w USRP
      
      After this commit it works.
      
      And so does:
      
        ./build_oai --eNB -w USRP
      62787a88
  9. 15 Jan, 2018 1 commit
    • Cedric Roux's avatar
      import NFAPI work from David Price from Cisco (non-working commit, do not use it) · 7757b9e7
      Cedric Roux authored
      It has been chosen to not include the full history of commits
      from David. He included a binary version of wireshark, probably
      a modified one that understands NFAPI. Wireshark is released under
      the GPL license, we cannot include it in the repository. We could
      have done a next commit to remove this binary. But then it would
      still be present in the history of commits, which may not be allowed.
      And it would take space on disk. We could edit the history to remove
      wireshark entirely. But this operation is too complicated.
      
      There was also a pcap capture file, which has nothing to do in
      the history of commits and would take space on disk. There again,
      it's too difficult to edit the history to remove it.
      
      There was a file .gitignore that was also removed.
      
      The original history can be found on David's repository:
      https://gitlab.eurecom.fr/daveprice/openairinterface5g/
      The branch is: nfapi-ru-rau-split.
      
      A copy of that branch has been included in the internal OAI
      repository, for those who have access to it.
      The branch is the same. The last commit ID is
      9106438239e0bc626ff1fa1d97d911caadd0fbb9.
      
      You can compare the current commit with the commit 9106...
      to see what differs.
      
      The current commit has to be considered non-working.
      The commit following the current commit will fix problems with
      the work in the current commit.
      
      If you use git bisect, don't spend time analyzing the current
      commit.
      7757b9e7
  10. 04 Jan, 2018 1 commit
    • Cedric Roux's avatar
      Add support for Ubuntu 17.04 and 17.10. · ec56a416
      Cedric Roux authored
      Basically, build_helper has been adapted so that:
        ./buil_oai -I -w USRP
      works for Ubuntu 17.04 and 17.10.
      
      Concerning those systems:
      - compilation with "--eNB --UE -w USRP" works
      - the enb softmodem runs on 17.04 (not tested on 17.10)
      - nothing else has been tested.
      
      Users should report any problem.
      ec56a416
  11. 23 Oct, 2017 1 commit
  12. 21 Aug, 2017 1 commit
  13. 08 Aug, 2017 1 commit
    • Cedric Roux's avatar
      hotfix: protobuf-c compilation failure · 17b9a9e9
      Cedric Roux authored
      protobuf-c does not compile anymore.
      
      Let's handle this a bit better.
      
      We now install protobuf and protobuf-c only for the
      flexran agent. That is, if you want to use the flexran
      agent, you need to install protobuf/protobuf-c and
      you do it this way:
      
        ./build_oai -I -a
      
      (you add -a)
      
      Other targets don't need protobuf nor protobuf-c, so
      it's not installed by the -I command of build_oai,
      unless you pass -a with -I.
      
      Also, we now use protobuf 3.3.0, not 2.6.1. The code
      has been adapted, a quick test seems to indicate that
      the system works, but it has not been intensively tested.
      17b9a9e9
  14. 02 Jun, 2017 1 commit
  15. 31 May, 2017 2 commits
  16. 12 May, 2017 1 commit
  17. 28 Mar, 2017 4 commits
  18. 20 Feb, 2017 1 commit
  19. 17 Feb, 2017 1 commit
  20. 09 Feb, 2017 1 commit
  21. 25 Jan, 2017 3 commits
    • Frédéric Leroy's avatar
      feat(conf2uedata): uses nvram and usim binary · 3fdcf5b6
      Frédéric Leroy authored
      This commit reverts behaviour of data generation as before
      commit 7207c65b05fd812a18371827f2bfb1431fc58696:
      
          fix .ue* filenames in scripts and documentation
      
          TODO add option to conf2uedata and adapt script
      3fdcf5b6
    • Frédéric Leroy's avatar
      fix .ue* filenames in scripts and documentation · fe2193ba
      Frédéric Leroy authored
      TODO add option to conf2uedata and adapt script
      fe2193ba
    • Imad ALAWE's avatar
      feat: add conf2uedata tool for generating .*.nvram · 17d15532
      Imad ALAWE authored
      This patch adds the conf2uedata tool for generating .ue.nvram* .ue.emm.nvram*
      and .usim.nvram* files from a textual configuration file.
      
      The configuration file define most usefull values like plmns, mnc, mcc, msin, K,
      OPc for several users.
      The files generated will always ends with a number corresponding to the user
      entry in the configuration file.
      
      This breaks oai5g because other script have not be updated for using
      conf2uedata.
      This breaks also the at_nas_ue command.
      
      Examples of configuration files are in openair3/NAS/TOOLS/
      17d15532
  22. 25 Nov, 2016 1 commit
  23. 04 Nov, 2016 1 commit
  24. 03 Nov, 2016 2 commits
  25. 03 Oct, 2016 2 commits
  26. 01 Oct, 2016 1 commit
  27. 30 Sep, 2016 1 commit
  28. 28 Sep, 2016 2 commits
    • Cedric Roux's avatar
      update licensing information in remaining files · b0662e4b
      Cedric Roux authored
      The text has been updated in all those files.
      
      	modified:   README.txt
      	modified:   cmake_targets/CMakeLists.txt
      	modified:   cmake_targets/at_commands/CMakeLists.txt
      	modified:   cmake_targets/autotests/core.py
      	modified:   cmake_targets/autotests/log.py
      	modified:   cmake_targets/autotests/openair.py
      	modified:   cmake_targets/autotests/run_exec_autotests.bash
      	modified:   cmake_targets/autotests/run_exec_lte-softmodem_tests.py
      	modified:   cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
      	modified:   cmake_targets/autotests/tools/configure_cots_huaweiE398_ue.py
      	modified:   cmake_targets/autotests/tools/configure_usrpb210.py
      	modified:   cmake_targets/autotests/tools/find_usb_path.bash
      	modified:   cmake_targets/autotests/tools/free_mem.bash
      	modified:   cmake_targets/autotests/tools/iperf3_script
      	modified:   cmake_targets/autotests/tools/iperf3_script_phone
      	modified:   cmake_targets/autotests/tools/iperf_script
      	modified:   cmake_targets/autotests/tools/iperf_script_phone
      	modified:   cmake_targets/autotests/tools/lib_autotest.py
      	modified:   cmake_targets/autotests/tools/search_repl.py
      	modified:   cmake_targets/build_oai
      	modified:   cmake_targets/tools/asn1tostruct.py
      	modified:   cmake_targets/tools/build_helper
      	modified:   cmake_targets/tools/build_test_epc_tools
      	modified:   cmake_targets/tools/example_enb_exmimo_mme_hss.txt
      	modified:   cmake_targets/tools/example_oaisim_enb_ue_mme_virtual.txt
      	modified:   cmake_targets/tools/indent_source_code
      	modified:   cmake_targets/tools/init_exmimo2
      	modified:   cmake_targets/tools/init_nas_nos1
      	modified:   cmake_targets/tools/perf_oai.bash
      	modified:   cmake_targets/tools/run_enb_s1_exmimo
      	modified:   cmake_targets/tools/run_enb_s1_usrp
      	modified:   cmake_targets/tools/run_enb_ue_virt_noS1
      	modified:   cmake_targets/tools/run_enb_ue_virt_s1
      	modified:   openair2/DOCS/TEMPLATES/README/Readme.doxy
      	modified:   openair2/DOCS/TEMPLATES/README/readme.txt
      	modified:   openair2/Makefile
      	modified:   openair2/UTIL/OCG/Readme.doxy
      	modified:   openair2/UTIL/OCG/readme.txt
      	modified:   openair2/UTIL/OSD/recep.php
      	modified:   openair2/X2AP/MESSAGES/ASN1/asn1tostruct.py
      	modified:   openair3/DOCS/DOXYGEN/Makefile.am
      	modified:   openair3/DOCS/Latex/EPC/Makefile
      	modified:   openair3/DOCS/Makefile.am
      	modified:   openair3/GTPV1-U/Makefile.am
      	modified:   openair3/GTPV1-U/Makefile.eNB
      	modified:   openair3/NAS/TEST/AS_SIMULATOR/Makefile
      	modified:   openair3/NAS/TEST/NETWORK/Makefile
      	modified:   openair3/NAS/TEST/USER/Makefile
      	modified:   openair3/NAS/TOOLS/Makefile
      	modified:   openair3/NAS/UE/API/USER/Makefile
      	modified:   openair3/NAS/UE/API/USER/tst/Makefile
      	modified:   openair3/NAS/UE/API/USIM/Makefile
      	modified:   openair3/S1AP/MESSAGES/ASN1/asn1tostruct.py
      	modified:   openair3/TEST/Makefile.am
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/gpib_send.cc
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_config_exmimo.cc
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_frame.cc
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_get_num_detected_cards.cc
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_send_frame.cc
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop.cc
      	modified:   targets/ARCH/EXMIMO/USERSPACE/OCTAVE/oarf_stop_without_reset.cc
      	modified:   targets/PROJECTS/E-MBMS/build_all.bash
      	modified:   targets/PROJECTS/E-MBMS/start_enb.bash
      	modified:   targets/PROJECTS/E-MBMS/start_ue.bash
      	modified:   targets/PROJECTS/E-MBMS/utils.bash
      	modified:   targets/PROJECTS/GENERIC-LTE-EPC/interfaces.bash
      	modified:   targets/PROJECTS/GENERIC-LTE-EPC/networks.bash
      	modified:   targets/PROJECTS/GENERIC-LTE-EPC/start_enb_and_ue_virt.bash
      	modified:   targets/PROJECTS/GENERIC-LTE-EPC/start_ue.bash
      	modified:   targets/PROJECTS/GENERIC-LTE-EPC/utils.bash
      	modified:   targets/PROJECTS/GENERIC-LTE-EPC/virtual_box.bash
      	modified:   targets/SCRIPTS/install_asn1c_0.9.24.modified.bash
      	modified:   targets/TEST/OAI/case01.py
      	modified:   targets/TEST/OAI/case02.py
      	modified:   targets/TEST/OAI/case03.py
      	modified:   targets/TEST/OAI/case04.py
      	modified:   targets/TEST/OAI/case05.py
      	modified:   targets/TEST/OAI/case11.py
      	modified:   targets/TEST/OAI/case12.py
      	modified:   targets/TEST/OAI/case13.py
      	modified:   targets/TEST/OAI/core.py
      	modified:   targets/TEST/OAI/log.py
      	modified:   targets/TEST/OAI/openair.py
      	modified:   targets/TEST/OAI/test01.py
      	modified:   targets/TEST/OAI/test02.py
      	modified:   targets/TEST/PDCP/readme.txt
      	modified:   targets/build_helper.bash
      	modified:   targets/build_oai.bash
      	modified:   targets/perf_oai.bash
      b0662e4b
    • Rohit Gupta's avatar
      change the build script to oai/ssh package · 8a2faa1c
      Rohit Gupta authored
      8a2faa1c
  29. 26 Sep, 2016 2 commits