An error occurred fetching the project authors.
- 05 Sep, 2024 1 commit
-
-
Robert Schmidt authored
-
- 03 Jun, 2024 1 commit
-
-
Robert Schmidt authored
-
- 19 Dec, 2023 1 commit
-
-
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
-
- 27 Oct, 2023 1 commit
-
-
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.
-
- 27 Sep, 2023 2 commits
-
-
luis_pereira87 authored
-
luis_pereira87 authored
-
- 25 Sep, 2023 2 commits
-
-
Laurent THOMAS authored
-
Laurent THOMAS authored
Only print messages when queue grows by 10%, and add log if message queue size shrinks
-
- 10 Jul, 2023 1 commit
-
-
laurent authored
-
- 28 Mar, 2023 1 commit
-
-
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).
-
- 05 Sep, 2022 2 commits
-
-
Sakthivel Velumani authored
-
Laurent Thomas authored
-
- 02 Sep, 2022 2 commits
- 16 Aug, 2022 1 commit
-
-
luis_pereira87 authored
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 16 May, 2022 1 commit
-
-
Robert Schmidt authored
-
- 18 Jan, 2022 1 commit
-
-
Robert Schmidt authored
-
- 23 Nov, 2021 1 commit
-
-
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
-
- 21 Sep, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 21 Jun, 2021 1 commit
-
-
Raymond Knopp authored
-
- 21 Mar, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 02 Mar, 2021 1 commit
-
-
Melissa Elkadi authored
These cppcheck errors are occuring in code that is untouched by this merge request.
-
- 01 Mar, 2021 1 commit
-
-
Melissa Elkadi authored
-
- 15 Feb, 2021 2 commits
-
-
Melissa Elkadi authored
-
Melissa Elkadi authored
-
- 03 Feb, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 21 Jan, 2021 1 commit
-
-
Laurent Thomas authored
-
- 16 Jan, 2021 1 commit
-
-
Xue Song authored
-
- 15 Jan, 2021 1 commit
-
-
Xue Song authored
-
- 14 Jan, 2021 1 commit
-
-
shono.takafumi authored
-
- 10 Jan, 2021 1 commit
-
-
Laurent authored
-
- 26 Dec, 2020 1 commit
-
-
Laurent authored
-
- 23 Dec, 2020 2 commits
- 22 Nov, 2020 1 commit
-
-
Michael Cook authored
And CPU affinity. Also, use mlockall to keep our memory from being swapped out.
-
- 17 Nov, 2020 1 commit
-
-
Laurent authored
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 11 Oct, 2020 1 commit
-
-
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...
-
- 10 Oct, 2020 1 commit
-
-
Michael Cook authored
Found by valgrind.
-