Skip to content
Snippets Groups Projects
  1. Mar 17, 2017
  2. Mar 13, 2017
  3. Mar 10, 2017
    • Cedric Roux's avatar
      test setup v2: add TDD tests · 8e8fec1e
      Cedric Roux authored
      New tests: 0186xx for TDD with the huawei 3276 dongle.
      All necessary files to configure and use it have been added.
      Existing code has been adapted for the TDD tests.
      Only the test setup v2 has been adapted.
      The file test_case_list.xml has been changed to add tests
      0186xx, but only to work with test setup v2. It won't
      work with test setup v1. To be completed if needed.
      
      The tests are similar to FDD tests.
      Throughputs for TDD have to be adjusted, the throughputs
      of FDD are used for the moment.
      8e8fec1e
    • Cedric Roux's avatar
      cleanup test setup README file · e6cd9873
      Cedric Roux authored
      e6cd9873
  4. Mar 08, 2017
  5. Feb 20, 2017
  6. Feb 17, 2017
    • Cedric Roux's avatar
      use ln -sf instead of ln -s in cmake_targets/build_oai · baeb9303
      Cedric Roux authored
      When rebuilding oaisim, I had a failure because the target
      link already exists. The -f flag forces the link to be done.
      baeb9303
    • Anta Huang's avatar
      Issue #211 - enhance build script for snapping package · e3186c17
      Anta Huang authored
      - build script has ability to indicate location for downloading uhd images
      - one simple wrapper to set environment variables and initiate another program (supposed to be lte-softmodem)
      e3186c17
    • Cedric Roux's avatar
      Revert "fix nettle" · 76574a1a
      Cedric Roux authored
      This reverts commit d31634c3.
      
      Laurent Thomas had a problem on one machine with the build_oai
      way of checking for nettle.
      
      The problem with the alternative solution of including nettle/bignum.h
      is that it is very unclear.
      
      The problem with nettle is that the file nettle/config.h does not
      exist for version 2. It was introduced in version 3.
      
      We want to support both versions, but there is an API incompatibility.
      So we need an #if #else mechanism.
      
      The file nettle/bignum.h is present in both versions 2 and 3 and it
      includes nettle/version.h in the version 3.
      
      So by including this file, we can check for the existence of
      NETTLE_VERSION_MAJOR (that comes from nettle/config.h) in the
      code.
      
      But as you can see, the reasoning is way too complex.
      
      So it's better to keep the check in cmake_targets/CMakeLists.txt.
      
      As long as we support version 2 this will be the way to go.
      
      It is possible to force a given version in specific non-generic
      customized environments.
      76574a1a
  7. Feb 14, 2017
    • Cedric Roux's avatar
      fix build_oai · 09139ab0
      Cedric Roux authored
      - the option --UE was abused! Let's introduce --UE-conf-nvram and
        --UE-gen-nvram
      - the option name --UE-OUTPUT was not clear and is now replaced by
        --UE-gen-nvram
      - the new options are described when running ./build_oai -h
      - print_help has been modified (' replaced by ") to print
        $conf_nvram_path and $gen_nvram_path
      09139ab0
  8. Feb 13, 2017
  9. Feb 09, 2017
  10. Feb 05, 2017
  11. Feb 03, 2017
  12. Feb 02, 2017
  13. Jan 31, 2017
  14. Jan 30, 2017
  15. Jan 27, 2017
  16. Jan 25, 2017
  17. Jan 24, 2017
  18. Jan 23, 2017
    • Cedric Roux's avatar
      remove compilation of oai_nw_drv · 7aa57b4d
      Cedric Roux authored
      The compilation of this module does not seem to be necessary,
      as far as I have checked. Plus it fails when you run
      "build_oai --oaisim --noS1", so let's not compile it.
      7aa57b4d
  19. Jan 20, 2017
Loading