An error occurred fetching the project authors.
- 28 Nov, 2023 2 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 27 Oct, 2023 1 commit
-
-
Laurent THOMAS authored
Messages are pushed using pushNotifiedFIFO(), so we pullNotifiedFIFO()
-
- 26 Oct, 2023 1 commit
-
-
Laurent THOMAS authored
-
- 25 Sep, 2023 2 commits
-
-
Tsung-Yu Chan authored
init the PUSCH symbols per thread to avoid for stucking
-
Tsung-Yu Chan authored
- avoid the finction duplication - add the transform predoding to the nr_rx_pusch_tp - add the MMSE for 2 layer which modulation greater than 16 qam - can support to 256 qam for 1 layer and 2 layer
-
- 20 Jul, 2023 1 commit
-
-
francescomani authored
-
- 13 Jul, 2023 1 commit
-
-
francescomani authored
-
- 20 Jun, 2023 1 commit
-
-
francescomani authored
-
- 16 Jun, 2023 1 commit
-
-
Robert Schmidt authored
1. Adding a "SL" frequency for Sidelink mode. The importance of this variable is to ensure that when we are in mode 1 (UE+UE+gNB), that the slot configuration and frequencies do not overlap. This SL frequency is important for rotation and allows us to utilize the OFDM modulation and demodulation functions that already exist in OAI. 2. Adding sl_mode to the command line for proper UE deployment when in SL mode. sl_mode can be set to 0, 1, or 2. sl_mode 0 indicates no-Sidelink at all, mode 1 is gNB, UE, and UE (3GPP defines mode numbers). sl_mode 2 indicated UE to UE communications with no gNB at all. 3. New functions for calculating the carrier frequency for SL mode.
-
- 27 Apr, 2023 1 commit
-
-
Raymond Knopp authored
reorder_thread_disable we use the native message queue and L1_rx_thread instead of the thread-pool for the main L1 thread. There is a single TX thread (no slot parallelization)
-
- 05 Apr, 2023 1 commit
-
-
Cedric Roux authored
This commit fixes a bug caused by global variables in the gNB_MAC_INST structure used to transfer MAC scheduler's results to the PHY layer. When using several threads in the PHY layer, it may happen that the MAC scheduler is called a second time by the second PHY thread for the next slot before the content of the global variables in the gNB_MAC_INST structure used to store the result of the MAC scheduler for the current slot have been consumed by the first thread, leading to unpredictable results (all of them certainly wrong). The solution is to introduce a small memory management module for the interface between the PHY threads and the MAC scheduler. The MAC scheduler now fills the data structures passed to it, and not a global variable anymore. The PHY layer manages the structures and ensures that no data is overwritten before being fully consumed by the various threads of the PHY layer. Some care has to be taken because several PHY threads will access the same structures at the same time for a given slot (in read mode, so it's okay). A mechanism of reference counting has thus been introduced. Only one CC is supported. This restriction should not be too hard to remove if/when needed. (The code before this commit does not seem to work for more than one CC anyway.)
-
- 27 Mar, 2023 6 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
- 15 Mar, 2023 1 commit
-
-
Melissa Elkadi authored
This commit includes changes to the function footprints for vaiours NR UE and gNB functions. It does not updated the LTE code. For functions shared by both LTE and 5G, we maintained the original LTE footprint and argument structure. Several of the simulators that use these functions have been updated as well. The specific usage of these functions which index into the int32_t buffers and treat the first int16_t and the real and the second as the complex should be modified in the near future.
-
- 09 Mar, 2023 1 commit
-
-
francescomani authored
-
- 08 Mar, 2023 1 commit
-
-
Raymond Knopp authored
-
- 07 Mar, 2023 1 commit
-
-
Raymond Knopp authored
added msg-q threading options (and CPU thread pinning) from O-RAN 7.2 branch to develop-based for testing with USRP.
-
- 06 Mar, 2023 1 commit
-
-
Robert Schmidt authored
-
- 24 Jan, 2023 1 commit
-
-
Rúben Soares da Silva authored
-
- 23 Jan, 2023 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 12 Dec, 2022 1 commit
-
-
Robert Schmidt authored
- variable is_secondary_gnb is not used anywhere, so remove - variable lowmem is not used/defines should be changed, so remove
-
- 19 Oct, 2022 1 commit
-
-
francescomani authored
-
- 26 Sep, 2022 1 commit
-
-
francescomani authored
-
- 02 Sep, 2022 1 commit
-
-
laurent authored
fix segv fix bug redeclaration of same struct in phy sim Apply 1 suggestion(s) to 1 file(s) code reveiw comments
-
- 25 Aug, 2022 1 commit
-
-
Thomas Schlichter authored
-
- 20 Aug, 2022 1 commit
-
-
Raymond Knopp authored
-
- 16 Aug, 2022 6 commits
-
-
Robert Schmidt authored
Removes phy_procedures_gNB_common_RX() (only used in nr_ulsim) + fixes in pucchsim
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
This stops all ongoing threads (using pthread_join()), and marks FIFOs to not block anymore. In this case, returned messages will be NULL.
-
Robert Schmidt authored
-
- 06 Aug, 2022 1 commit
-
-
Raymond Knopp authored
-
- 05 Aug, 2022 1 commit
-
-
Raymond Knopp authored
-