Skip to content
Snippets Groups Projects
  1. Dec 04, 2024
  2. Sep 05, 2024
  3. Jun 03, 2024
  4. Dec 19, 2023
    • Thomas Laurent's avatar
      move common code file in common directory · 63b64d4f
      Thomas Laurent 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
  5. Oct 27, 2023
    • Thomas Laurent's avatar
      Introduce no-thread mode in ITTI · a1982390
      Thomas Laurent authored and Robert Schmidt's avatar Robert Schmidt committed
      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
  6. Sep 27, 2023
  7. Sep 25, 2023
  8. Jul 10, 2023
  9. Mar 28, 2023
    • 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
  10. Sep 05, 2022
  11. Sep 02, 2022
  12. Aug 16, 2022
  13. Aug 04, 2022
  14. May 16, 2022
  15. Jan 18, 2022
  16. Nov 23, 2021
    • Melissa's avatar
      This commit does the following: · 92ef60d0
      Melissa 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
  17. Sep 21, 2021
  18. Jun 21, 2021
  19. Mar 21, 2021
  20. Mar 02, 2021
  21. Mar 01, 2021
  22. Feb 15, 2021
  23. Feb 03, 2021
  24. Jan 21, 2021
  25. Jan 16, 2021
  26. Jan 15, 2021
  27. Jan 14, 2021
  28. Jan 10, 2021
  29. Dec 26, 2020
  30. Dec 23, 2020
  31. Nov 22, 2020
  32. Nov 17, 2020
  33. Oct 12, 2020
  34. Oct 11, 2020
    • 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
Loading