- 07 Apr, 2022 7 commits
-
-
rakesh mundlamuri authored
-
rakesh mundlamuri authored
-
rakesh mundlamuri authored
-
Sagar Parsawar authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
Robert Schmidt authored
-
- 06 Apr, 2022 2 commits
-
-
Florian Kaltenberger authored
in fact it syncs the USRP time to GPS time when available and then derives the SFN from the USRP time. a side effect is that now SFN does not necessarily start at 0 and this also required other changes - initialization of the future_ul_tti_request. - fixing a bug in get_samples_per_slot
-
Florian Kaltenberger authored
-
- 05 Apr, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 30 Mar, 2022 1 commit
-
-
rakesh mundlamuri authored
-
- 28 Mar, 2022 3 commits
-
-
Florian Kaltenberger authored
This reverts commit 5679e4a3.
-
Florian Kaltenberger authored
-
Sagar Parsawar authored
-
- 22 Mar, 2022 1 commit
-
-
Florian Kaltenberger authored
-
- 17 Mar, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 16 Mar, 2022 3 commits
-
-
-
Sagar Parsawar authored
-
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
-