An error occurred fetching the project authors.
  1. 05 Sep, 2024 1 commit
  2. 03 Jun, 2024 1 commit
  3. 19 Dec, 2023 1 commit
    • Laurent THOMAS's avatar
      move common code file in common directory · 63b64d4f
      Laurent THOMAS authored
      remove several unused files
      remove mem_block_t that is never used in a different way than a simple heap buffer
      move up IP address type and remove duplications of the same struct declaration
      63b64d4f
  4. 27 Oct, 2023 1 commit
    • Laurent THOMAS's avatar
      Introduce no-thread mode in ITTI · a1982390
      Laurent THOMAS authored
      Introduce a --no-itti-threads command line option to disable threading
      in ITTI, and call message handlers in the current thread. This is being
      introduced in order to increase repeatability when testing the nrUE with
      the IQPlayer. Without this feature, runs with the IQPlayer will end up
      differently, depending on the timing of ITTI threads, mostly when
      sending messages to RRC and NAS.
      a1982390
  5. 27 Sep, 2023 2 commits
  6. 25 Sep, 2023 2 commits
  7. 10 Jul, 2023 1 commit
  8. 28 Mar, 2023 1 commit
    • Robert Schmidt's avatar
      Reimplement itti_wait_tasks_end() to allow custom wait handlers · a6486909
      Robert Schmidt authored
      In the UE, we wish to handle ^C in the UE to send a message before
      terminating, so we allow custom wait handlers to implement such
      functionality. Use itti_wait_tasks_unblock() to unblock
      itti_wait_tasks_end().
      
      Also, implement itti_wait_tasks_end() using semaphores, as signals are
      not async-signal-safe (and therefore should not be used in a signal
      handler).
      a6486909
  9. 05 Sep, 2022 2 commits
  10. 02 Sep, 2022 2 commits
  11. 16 Aug, 2022 1 commit
  12. 04 Aug, 2022 1 commit
  13. 16 May, 2022 1 commit
  14. 18 Jan, 2022 1 commit
  15. 23 Nov, 2021 1 commit
    • Melissa Elkadi's avatar
      This commit does the following: · 92ef60d0
      Melissa Elkadi authored
      1. Reverts GTPU_need_ITTI back to develop
      2. Removed gdb helper and co files
      3. Reverts changes to logging mechanism
      4. Reverts changes to assert that were unnecessary
      5. Reverts changes to VNF that occured from a bad merge
      6. Removes unnecessary else() in gNB softmodem
      92ef60d0
  16. 21 Sep, 2021 1 commit
  17. 21 Jun, 2021 1 commit
  18. 21 Mar, 2021 1 commit
  19. 02 Mar, 2021 1 commit
  20. 01 Mar, 2021 1 commit
  21. 15 Feb, 2021 2 commits
  22. 03 Feb, 2021 1 commit
  23. 21 Jan, 2021 1 commit
  24. 16 Jan, 2021 1 commit
  25. 15 Jan, 2021 1 commit
  26. 14 Jan, 2021 1 commit
  27. 10 Jan, 2021 1 commit
  28. 26 Dec, 2020 1 commit
  29. 23 Dec, 2020 2 commits
  30. 22 Nov, 2020 1 commit
  31. 17 Nov, 2020 1 commit
  32. 12 Oct, 2020 1 commit
  33. 11 Oct, 2020 1 commit
    • Michael Cook's avatar
      Catch SIGTERM and attempt to exit cleanly · 79ba247f
      Michael Cook authored
      This change is to enable use of gprof which requires the process
      call `exit` to write out the collected data.
      
      The UE (lte-uesoftmodem) exits cleanly, but the eNB
      (lte-softmodem) crashes as it tries to shut down...
      79ba247f
  34. 10 Oct, 2020 1 commit