Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Feb 13, 2017
  4. Feb 09, 2017
  5. Feb 05, 2017
  6. Feb 03, 2017
  7. Feb 02, 2017
  8. Jan 31, 2017
  9. Jan 30, 2017
  10. Jan 27, 2017
  11. Jan 25, 2017
  12. Jan 24, 2017
  13. 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
  14. Jan 20, 2017
  15. Jan 10, 2017
    • Cedric Roux's avatar
      include init_nas_s1 in the repository · f3b84e74
      Cedric Roux authored
      init_nas_s1 may not work properly, but many people complain
      about this file, so let's put it in the repository.
      
      We'll fix it at some point if it's not properly usable.
      f3b84e74
  16. Jan 09, 2017
    • Rohit Gupta's avatar
      test setup v2: fix bad throughput for bandirch dongle · 9162c069
      Rohit Gupta authored
      The throughput for the bandrich dongle was limited to 13Mb/s in downlink
      UDP with iperf, with lots of packets lost (we sent 15Mb/s). TCP was
      working fine.
      
      Replacing /dev/ttyUSB2 by /dev/ttyUSB0 for wvdial solves the issue.
      
      We also had to have separate data/control links. (See bandrich.txt
      in cmake_targets/autotests/v2/actions for full details.)
      9162c069
  17. Jan 07, 2017
  18. Jan 06, 2017
Loading