An error occurred fetching the project authors.
  1. 16 Jan, 2018 13 commits
  2. 15 Jan, 2018 1 commit
  3. 11 Jan, 2018 1 commit
  4. 30 Nov, 2017 1 commit
  5. 22 Nov, 2017 1 commit
  6. 14 Nov, 2017 1 commit
  7. 27 Oct, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 20 Oct, 2017 1 commit
    • Cedric Roux's avatar
      fix asn1_msg.c · 6087ede0
      Cedric Roux authored
      - compile with warning enabled (changes in CMakeLists.txt)
      - remove warnings that were present
      6087ede0
  10. 12 Oct, 2017 1 commit
  11. 06 Oct, 2017 1 commit
  12. 29 Sep, 2017 1 commit
  13. 21 Sep, 2017 1 commit
  14. 16 Sep, 2017 1 commit
  15. 03 Sep, 2017 1 commit
  16. 23 Aug, 2017 1 commit
    • Cedric Roux's avatar
      mobipass standalone driver · c866677a
      Cedric Roux authored
      How to use:
      
      1 - compilation of softmodem:
        ./build_oai --eNB -t ETHERNET
      
      2 - compilation of mobipass driver:
        cd cmake_targets/lte_build_oai/build
        make oai_mobipass
        ln -sf liboai_mobipass.so liboai_transpro.so
      
      3 - configuration:
        edit the configuration file, set "node_timing" to
        "synch_to_mobipass_standalone"
        that is, have the line:
          node_timing               = "synch_to_mobipass_standalone";
      
      4 - run:
        run as usual: sudo ./lte-softmodem -C <configuration file>
      c866677a
  17. 17 Aug, 2017 1 commit
  18. 13 Aug, 2017 1 commit
  19. 19 Jul, 2017 1 commit
  20. 06 Jul, 2017 1 commit
  21. 16 Jun, 2017 1 commit
  22. 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
  23. 31 May, 2017 1 commit
  24. 19 May, 2017 1 commit
    • gabrielC's avatar
      UE logging change : · fe350d5b
      gabrielC authored
      --ue-trace : Enabling UE trace for debug
      --ue-timing : Enabling UE timing trace
      --ue-no-log : Disabling all LOG_X traces
      fe350d5b
  25. 15 May, 2017 1 commit
  26. 12 May, 2017 1 commit
  27. 17 Apr, 2017 1 commit
  28. 24 Mar, 2017 1 commit