An error occurred fetching the project authors.
  1. 05 Dec, 2017 1 commit
  2. 01 Dec, 2017 1 commit
  3. 23 Nov, 2017 1 commit
  4. 17 Nov, 2017 1 commit
  5. 16 Nov, 2017 1 commit
  6. 14 Nov, 2017 1 commit
  7. 13 Nov, 2017 1 commit
  8. 23 Oct, 2017 1 commit
  9. 22 Sep, 2017 1 commit
  10. 21 Sep, 2017 1 commit
  11. 03 Aug, 2017 1 commit
  12. 31 Jul, 2017 1 commit
    • Cedric Roux's avatar
      bugfix: fix sync for oaisim · 030a3452
      Cedric Roux authored
      With the current implementation of oaisim
      (rxdata and channel simulation), we cannot
      call trx_read_func on a dummy buffer. The
      code will actually modify the rxdata buffers
      of the UE.
      
      This is has to be rewritten properly. In the
      meantime, let's introduce a simple hack. The
      idea of the read at this point is to wait for
      the synch to finish and not lose samples from
      the hardware in the real UE. In the simulator,
      as it is today, we can simply sleep until the
      synch code has finished its work.
      030a3452
  13. 26 Jul, 2017 1 commit
  14. 20 Jul, 2017 1 commit
  15. 19 Jul, 2017 1 commit
  16. 17 Jul, 2017 1 commit
  17. 06 Jul, 2017 1 commit
  18. 21 Jun, 2017 2 commits
  19. 13 Jun, 2017 1 commit
  20. 06 Jun, 2017 1 commit
  21. 04 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. 22 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. 03 May, 2017 1 commit
  26. 25 Apr, 2017 1 commit
  27. 24 Apr, 2017 1 commit
  28. 17 Apr, 2017 1 commit
  29. 28 Mar, 2017 1 commit
  30. 08 Mar, 2017 3 commits
  31. 22 Feb, 2017 1 commit
  32. 21 Feb, 2017 1 commit
  33. 20 Feb, 2017 1 commit
  34. 17 Feb, 2017 3 commits
    • Cedric Roux's avatar
      integration fix: let oaisim (S1) work again · ac7c0df5
      Cedric Roux authored
      - some cleanup
      - thread names to include UE Mod_id
      - arg of UE_thread_rxn_txnp4 to be struct rx_tx_thread_data again
      - sync in UE_thread_rxn_txnp4 to use instance_cnt_rxtx again
      - UE_thread to call itti_send_msg_to_task with UE->Mod_id + NB_eNB_INST
        instead of INSTANCE_DEFAULT again
      
      This may break the softmodem UE, to be tested.
      The most problematic thing may be the synchronization.
      I don't think it will impact the processing at all,
      but I won't bet my shirt on it.
      ac7c0df5
    • Cedric Roux's avatar
      redo commit 58052152 · 7c11cf96
      Cedric Roux authored
      git show -p 58052152
      to see what it's about
      7c11cf96
    • Cedric Roux's avatar
      redo commit 157707b0 · 122953d9
      Cedric Roux authored
      git show 157707b0
      to see what it's about
      122953d9
  35. 16 Feb, 2017 1 commit