An error occurred fetching the project authors.
- 21 May, 2024 1 commit
-
-
Robert Schmidt authored
Testing showed that some messages could be at least slightly bigger than the previous maximum size of 8192. Given that the maximum transport block could be larger, increase this value to 32768.
-
- 13 May, 2021 1 commit
-
-
Deokseong "David" Kim authored
-
- 30 Apr, 2021 1 commit
-
-
Melissa Elkadi authored
This commit is not currently building, but I wanted to be able to save the changes that I have added.
-
- 12 Feb, 2021 1 commit
-
-
Melissa authored
More accurately, we changed the do/while infinite loop to be an infinite for loop for the read command of the socket. The socket file descriptor choice is more clear now.
-
- 11 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 06 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 15 Jan, 2018 1 commit
-
-
Cedric Roux authored
This commit fixes issues introduced by the previous commit. Summary of work: - cleanup: - fix LOG_XX to be less verbose - fix cmake_targets/CMakeLists.txt - fix oaienv - remove dead code - bug fixes: - in openair1/SCHED/fapi_l1.c we had: eNB->pdcch_vars[subframe&1].num_dci = number_dci; should be: eNB->pdcch_vars[subframe&1].num_dci = 0; This bug let the PHY send more DCIs than what should have been sent because num_dci is incremented later on in the code. This fix may be a problem for fapi mode, to be checked. - add new T VCD traces - revert openair1/PHY/TOOLS/file_output.c to 'develop' version - remove thread_id in logRecord/logRecord_mt - revert (and adapt) configuration files - be careful when doing frame++, we need to % 1024 - revert target_rx_power in openair2/LAYER2/MAC/eNB_scheduler_ulsch.c - NFAPI: - the open-nFAPI code has been included in the repository. See nfapi/README. Maybe we should "git clone" the Cisco repository instead. We have to be careful of availability though. What has been tested: - monolithic eNB FDD 5/10MHz with one UE, iperf UDP/TCP uplink/downlink Anything else may fail to work, especially the FAPI mode, which has not been tested at all.
-