- Oct 11, 2024
-
-
Bartosz Podrygajlo authored
Introduce CMakePresests.json which is a simple way to perform incremental build using cmake New configure resets were added: - default: Configure compilation with default options - tests: Same as above but ENABLE_TESTS and SANITIZE_ADDRESS is ON New build presets were added: - 5gdefault: Build the software for NR rfsimulator test - default: same as 5gdefault - 4gdefault: Build the software for LTE rfsimulator test - tests: build all unit tests To configure using configuration preset: `cmake --preset <preset_name>` To build using a build preset: `cmake --build --preset <preset_name>`
-
- Oct 23, 2023
-
-
Robert Schmidt authored
-
- Oct 06, 2022
-
-
Robert Schmidt authored
-
- Aug 25, 2021
-
-
Melissa authored
-
- Mar 13, 2021
-
-
Deokseong Kim authored
-
- Feb 12, 2021
-
-
Mahesh K authored
-
- Nov 19, 2020
-
-
Aniq Ur Rahman authored
Update .gitignore, CONTRIBUTING.md, ci-scripts/args_parse.py, ci-scripts/.gitignore, NOTICE.md, ci-scripts/Jenkinsfile-gitlab, ci-scripts/checkCodingFormattingRules.sh, ci-scripts/checkAddedWarnings.sh files
-
Aniq Ur Rahman authored
-
- Aug 14, 2020
-
-
Parminder Singh authored
Problem STATEMENT: - When enabling PTRS flag in ulsim, there are multiple scrambling and decoding errors are observed even with high SNR values SNR 60dB errors_scrambling 5546/13800 Channel BLER 1.000000e+00, Channel BER 4.018841e-01 ANALYSIS: - While extracting PTRS RE's, the PUSCH RE count was not updated accordingly for PTRS symbols. - This results in 0 value LLR's on same positions which cause offset issue in later processing. IMPLEMENTATION: * nr_ulsch_demodulation.c - In case of PTRS symbol, respective total number of PTRS RE's are subtracted from available PUSCH RE's in each PUSCH Symbol processing. TESTING * ulsim.c - PTRS are enabled for testing and are not enabled by default by this commit. - Available bit count is adjusted if PTRS is enabled. VERIFICATION - Total Scrambling errors after gNb processing shall be only 250 bits (in K=2) which were replaced with PTRS at UE side while transmission. SNR 60.000000 errors_scrambling 250/13800 Channel BLER 0.000000e+00, Channel BER 1.811594e-02 - After adjusting available bits in ulsim.c for error calculation SNR 60.000000: n_errors errors_scrambling 0/13550 Channel BLER 0.000000e+00, Channel BER 0.000000e+00 EXTRA - Removed white-spaces from all above mentioned files - Added Global/vim tags to .gitignore file
-
- Jun 02, 2020
-
-
MaheshK1995 authored
-
- Oct 28, 2019
-
-
DUFRENE Louis Adrien TGI/OLS authored
-
- Oct 08, 2019
-
-
- Aug 23, 2019
-
-
- Mar 26, 2019
-
-
Florian Kaltenberger authored
redefining max number of UEs for memory allocation. Using the PHYSIM macro, different allocations are used for phy_simulators and real-time modem.
-
- Mar 07, 2019
-
-
- Sep 17, 2018
-
-
Bing-Kai Hong authored
-
- Sep 16, 2018
-
-
Bing-Kai Hong authored
-
- Sep 10, 2018
-
-
Bing-Kai Hong authored
-
- Aug 27, 2018
-
-
Louis Adrien Dufrene authored
-
- Aug 24, 2018
-
-
Louis Adrien Dufrene authored
-
- Jul 09, 2018
-
-
Calvin HSU authored
add P5 config request message for MIB config, system_frame_number, ssb_subcarrier_offset and half_frame_bit add gitignore for ignoring log, bin, ran_build folders
-
- Jun 26, 2018
-
-
Bing-Kai Hong authored
-