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