Skip to content
Snippets Groups Projects
  1. Jul 10, 2023
  2. 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
  3. Sep 05, 2022
  4. Sep 02, 2022
  5. Aug 16, 2022
  6. Aug 04, 2022
  7. May 16, 2022
  8. Jan 18, 2022
  9. 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
  10. Sep 21, 2021
  11. Jun 21, 2021
  12. Mar 21, 2021
  13. Mar 02, 2021
  14. Mar 01, 2021
  15. Feb 15, 2021
  16. Feb 03, 2021
  17. Jan 21, 2021
  18. Jan 16, 2021
  19. Jan 15, 2021
  20. Jan 14, 2021
  21. Jan 10, 2021
  22. Dec 26, 2020
  23. Dec 23, 2020
  24. Nov 22, 2020
  25. Nov 17, 2020
  26. Oct 12, 2020
  27. 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
  28. Oct 10, 2020
  29. Aug 06, 2020
  30. Jul 27, 2020
  31. Jul 07, 2020
  32. Jul 03, 2020
  33. Jun 01, 2020
  34. Apr 29, 2020
  35. Apr 14, 2020
  36. Mar 24, 2020
Loading