- 16 Mar, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 14 Mar, 2022 2 commits
-
-
-
Raymond Knopp authored
changes to support 768-point DFT/IDFT, renaming of 768-point DFT for DFT-precoding (4 DFTs per call)
-
- 11 Mar, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 04 Mar, 2022 2 commits
-
-
Sagar Parsawar authored
-
Sagar Parsawar authored
-
- 03 Mar, 2022 2 commits
-
-
Sagar Parsawar authored
-
Sagar Parsawar authored
-
- 02 Mar, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 24 Feb, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 21 Feb, 2022 2 commits
-
-
-
Sagar Parsawar authored
-
- 18 Feb, 2022 1 commit
-
-
Florian Kaltenberger authored
-
- 17 Feb, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 16 Feb, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 09 Feb, 2022 2 commits
-
-
Sagar Parsawar authored
-
Cedric Roux authored
T tracer was not functional anymore. because init_tpools() was called before T_Config_Init(). The problem was that init_tpools() creates some threads and T_Config_Init() does call fork() and the child process (which is the one running the softmodem, the parent process is used to monitor it, this is the design of the T tracer, maybe to change at some point, it's too complicated) has no thread after the fork(). The threads created by init_tpools() are gone. Game over. In conclusion: T_Config_Init() has to be called very early in the life of the softmodem, at least before init_tpools().
-
- 04 Feb, 2022 2 commits
-
-
-
Florian Kaltenberger authored
-
- 02 Feb, 2022 2 commits
-
-
-
Sagar Parsawar authored
-
- 01 Feb, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 31 Jan, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 27 Jan, 2022 4 commits
-
-
Florian Kaltenberger authored
-
Raphael Defosseux authored
Also remove an obsolete sub-pipeline Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Sagar Parsawar authored
-
Sagar Parsawar authored
-
- 26 Jan, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 25 Jan, 2022 3 commits
-
-
Rakesh Mundlamuri authored
-
Rakesh Mundlamuri authored
-
Sagar Parsawar authored
-
- 24 Jan, 2022 6 commits
-
-
Sagar Parsawar authored
-
Remi Hardy authored
MR !1353: L1 Tx threading update Removed active waiting loop which could block threads. Instead a separate thread to reorder the finished job is used. MR !1404: \[CI\] rtmon per test so far we had 1 default cfg file for real time processing check (html table). now we can have a specific file per test, the yaml config file has to be specified in the xml
-
Remi Hardy authored
Revert changes in cqi_to_mcs See merge request oai/openairinterface5g!1403
-
hardy authored
-
Sagar Parsawar authored
-
Sagar Parsawar authored
-
- 22 Jan, 2022 1 commit
-
-
hardy authored
-
- 21 Jan, 2022 2 commits