- 21 Sep, 2023 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
In the case of MIMO, we reused memory to point to the same PUCCH resource. This is problematic, since ASN_STRUCT_FREE() would try to free this resource twice. This commit changes to create distinct memory for the PUCCH resources, while putting the same configuration to still use the same PUCCH resource from a radio configuration point of view.
-
Robert Schmidt authored
-
- 19 Sep, 2023 1 commit
-
-
Raphael Defosseux authored
integration_2023_w37 * !1909 Rework for aarch64 support after SIMDe integration * !1995 Fix packing/unpacking for nFAPI P5 messages * !2228 TDLA, TDLB and TDLC channel models in DLSIM * !2327 Bugfixes and some rewrite for nr rlc am control PDU reception * !2331 NR UE HARQ improvements to handle more than 4 per PUCCH * !2286 Service Models integration - KPM v03.00, GTP, MAC, RLC and PDCP * !2336 fix(ci): HTML reporting for Ubuntu build fix * !2338 nr-softmodem: fixed invalid length calculation, leading to segfault * !2326 Tutorials: Update NR SA Tutorials to be compliant with OAI CN5G pre-2.0 release * !2334 NR UE DL channel estimation fix * !2325 Compute ULSCH TB CRC
-
- 18 Sep, 2023 1 commit
-
-
Raphael Defosseux authored
Laurent noticed it on one of his MR and confirmed with him: -- Volumes have be created the 1st time they ran on avra on July 7th -- Volumes were created with not only the raw files but also the nr-softmodem executable Solution: two-fold: 1. using the `docker-compose down -v` syntax, the volume is deleted automatically 2. I added redundancy with the custom command to remove the used volume Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 15 Sep, 2023 5 commits
-
-
Raphael Defosseux authored
-
Raphael Defosseux authored
-
Raphael Defosseux authored
Merge remote-tracking branch 'origin/dreibh-trx_usrp_read-memory-access-fix' into integration_2023_w37
-
Raphael Defosseux authored
-
luis_pereira87 authored
-
- 14 Sep, 2023 15 commits
-
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/raphael/ci-fix-ubuntu-build-log-scheme' into integration_2023_w37
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Teodora authored
- when CU is used, UE ID data is filled as GNB_UE_ID_E2SM with CU UE ID value included
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
fix(ci): docker_log_split is useless with current build scheme. Just copying all txt files from ran-build image Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Teodora authored
-
Teodora Vladic authored
-
Rúben Soares da Silva authored
- Fix 4G and 5G discrepancy in TLV padding requirements: 4G does not need padding, whereas 5G needs, so make separate set of function for padding for NR - Fix packing/unpacking for (n)FAPI PARAM and CONFIG.request/response messages - Handle message padding to next 32-bit boundary, as per SCF specification in packing and unpacking functions - Account for message header size upon receiving message in PNF and VNF
-
- 13 Sep, 2023 14 commits
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Tsung-Yu Chan authored
can compile the target ldpc_generators and generate_T with cross-compiler
-
Tsung-Yu Chan authored
-
Laurent THOMAS authored
-
Quency Lin authored
-
Raymond Knopp authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
Raymond Knopp authored
Testing on Neoverse N1 (Ampere 3GHz). Tested only on a subset of phy-simulators. - Changes: - use SIMDE consistently - adaptations of LDPC decoder generator for ARMv8 performance - SIMDe modifications of Intel CRC to allow for aarch64 build. optimizations for 128-bit to improve performance of LDPC encode/decode on aarch64 (Neoverse 1) - added BG2 files for 128-bit ldpc encoder (aarch64) - testing on Xeon - testing on x86 - minor changes to build/run on x86 - change in crc.h after returning to aarch64 - removed some warning in ldpc decoder generator for x86_64 - char - Delete irrelevant constants - Correctly declare variables - Define stdbool for all architectures - Remove definition of _MM_SHUFFLE and use SIMDE_MM_SHUFFLE - Remove commented code - Fix CMakeLists.txt - Include SIMDE avx2 functions in tools_defs.h
-
Thomas Dreibholz authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
- 12 Sep, 2023 1 commit
-
-
Robert Schmidt authored
integration_2023_w36 See merge request oai/openairinterface5g!2333 * !2185 DL delay compensation * !2255 Add condition to call or not the function nr_mac_prepare_ra_ue() * !2301 NR UE handling MCS for retransmissions * !2308 Heap Allocation issue: Removed Dynamic allocation * !2317 bugfix: don't force an UE to support en-dc, respect its capabilities * !2318 Set security for all active SRBs after NR_RRCReestablishment * !2321 Use appropriate CMake flags to link to UHD * !2332 T tracer: add a trace for NR SIB1 * !2322 Remove small races in ue * !2323 NR UE fix DCI candidates * !2328 Add SRB1 and SRB2 received bytes to statistics
-