- 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 9 commits
-
-
hardy authored
-
hardy authored
-
Remi Hardy authored
[CI] fix gitpost issue See merge request oai/openairinterface5g!1408
-
hardy authored
-
hardy authored
-
Florian Kaltenberger authored
-
Remi Hardy authored
[CI] add lte 2x2 tm2 See merge request oai/openairinterface5g!1407
-
hardy authored
-
Remi Hardy authored
MR !1371: NR UE capabilities -Capabilities for OAI UE from xml file (for now copy-pasted from a COTS UE, to be modified in the framework of harmonization of RRC configuration at gNB). -For phy-test and do-ra mode, the gNB directly reads the xml file. MR !1397: fix issue created from fix int8 overflow (int8 overflox is small) -ptrs computation was making uint8 overflow, i fixed it, but then, as the overflow is negative, it became a very high positive number (uint8 0-1 is "only" 255) MR !1390: ci-improvements -store executables with which core dumps have been created for better analysis -do not capture GTP, bloating PCAPs -complete + order build_oai help -build all libraries in containers (e.g., nrscope, telnet, ...) -increase (containerized, 5G) RFsim throughput and tentatively analyze
-
- 19 Jan, 2022 2 commits
-
-
Robert Schmidt authored
Revert the changes to the cqi_to_mcs table introduced in 9fa09f53. Also, take out cqi_to_mcs form NR UE, as it is not used in there.
-
Laurent Thomas authored
-