An error occurred fetching the project authors.
- 11 Jun, 2024 1 commit
-
-
Cedric Roux authored
should be better, is not on my setup, let's see what ci says (don't review this, this is for testing, will be removed/reworked)
-
- 06 Jun, 2024 2 commits
-
-
Cedric Roux authored
-
Anurag Asokan authored
This commit introduces LTTng logging mechanism which is an open source tracing tool. URL: https://lttng.org/
-
- 03 Jun, 2024 1 commit
-
-
Robert Schmidt authored
SYS_NICE is a capability that allows a process to set thread affinity and priority, among other things (see capabilities(7) for more info). In this commit, add a function that allows to determine if the process has this capability, and try to change the thread affinity and priority, if requested. If the capability does not exist, the function will simply not attempt to change the corresponding thread attributes. To determine if the process has SYS_NICE, libcap can be used. However, it might not be installed by default. To avoid requiring another dependency, if we detect that libcap is not present, use a workaround by try to set a real-time scheduling policy; if it's present, or can be changed, we assume that the process has SYS_NICE (and clean up, if relevant). Simplify reading of capabilities
-
- 24 May, 2024 1 commit
-
-
Robert Schmidt authored
Use a common structure nr_lc_config_t to group LC configuration for one logical channel. Use seq_arr for simple lookup, adding, removing of elements without manual indexing logic. This commit retains the previous logic of adding/releasing LCs through the process_CellGroupConfig(), although we know while building the CellGroupConfig if we add/release LCs. The next commit fixes this.
-
- 24 Apr, 2024 1 commit
-
-
Laurent THOMAS authored
-
- 17 Apr, 2024 1 commit
-
-
Robert Schmidt authored
-rdynamic is necessary for clang as well to properly link shared executables. Add furthermore an option to ignore unused command line arguments, to suppress warning clang: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] This is likely because -rdynamic is only relevant for the linker, but the corresponding option add_link_options() is only available starting cmake 3.13, while we are still at 3.12 (for Ubuntu 18, to my understanding).
-
- 12 Apr, 2024 1 commit
-
-
Raghavendra Dinavahi authored
- RX/TX Phy processing accg to 38.211, 38.212 Rel16 - PSBCH simulator used to validate TX/RX phy processing - PSBCH SLSS Search procedures - PSBCH SIM also tests SLSS SEARCH
-
- 11 Apr, 2024 1 commit
-
-
Jaroslava Fiedlerova authored
- Modify T2 PCI adr for CI T2 test setup - Set PKG_CONFIG_PATH env var manually if needed (DPDK lib installed into custom path)
-
- 08 Mar, 2024 1 commit
-
-
Rúben Soares da Silva authored
- Aerial config file - Changes for ARC1.1. Change config file to max MCS 25. Fixed pdu size errors. - Remove taskset from Dockerfile.gNB.aerial.ubuntu20 after changing isolated CPUs - removed the USRP from Docker file Co-authored-by:
Florian Kaltenberger <florian.kaltenberger@eurecom.fr> Co-authored-by:
Fredrik Molander <fmolander@nvidia.com> Co-authored-by:
Reem Bahsoun <reem.bahsoun@openairinterface.org>
-
- 26 Feb, 2024 1 commit
-
-
mir authored
-
- 12 Feb, 2024 1 commit
-
-
Raghavendra Dinavahi authored
- Phy configuration will be prepared by MAC - Sidelink preconfiguration parameters passed from RRC->MAC - Only 1 SSB TA allocation used - psbch payload prepared by MAC after receiving the tx slss req
-
- 17 Jan, 2024 3 commits
-
-
Teodora authored
- e2_ran_func library divided into e2_ran_func_cuup (CU-UP only) and e2_ran_func_du_cucp_cuup (DU, CU, CU-CP and gNB-mono) - GTP SM is not yet implemented in CU-UP -> CU-UP doesn't store PDU session information - PDCP SM support for gNB-mono, CU and CU-UP - KPM SM support for all node types (DU, CU, CU-UP, CU-CP and gNB-mono)
-
Teodora authored
-
Teodora authored
- update KPM available versions - bool return when reading Service Models
-
- 21 Dec, 2023 1 commit
-
-
luis_pereira87 authored
-
- 19 Dec, 2023 1 commit
-
-
Laurent THOMAS authored
remove several unused files remove mem_block_t that is never used in a different way than a simple heap buffer move up IP address type and remove duplications of the same struct declaration
-
- 28 Nov, 2023 4 commits
-
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Laurent THOMAS authored
-
Jaroslava Fiedlerova authored
-
- 14 Nov, 2023 1 commit
-
-
Laurent THOMAS authored
-
- 10 Nov, 2023 3 commits
-
-
Robert Schmidt authored
-
rmagueta authored
-
Laurent THOMAS authored
-
- 08 Nov, 2023 1 commit
-
-
Robert Schmidt authored
-
- 27 Oct, 2023 2 commits
-
-
Robert Schmidt authored
- harmonize monolithic and E1AP case - use ITTI message to send bearer context setup response to RRC
-
Robert Schmidt authored
-
- 25 Oct, 2023 1 commit
-
-
Robert Schmidt authored
A later commit will introduce an RB tree to manage multiple CU-UPs. The RB tree implementation relies on some macros that generate RB tree functions. Functions using the RB tree implementation will be grouped in this file.
-
- 04 Oct, 2023 1 commit
-
-
mir authored
-
- 29 Sep, 2023 1 commit
-
-
Laurent THOMAS authored
-
- 25 Sep, 2023 1 commit
-
-
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
-
- 13 Sep, 2023 3 commits
-
-
Tsung-Yu Chan authored
can compile the target ldpc_generators and generate_T with cross-compiler
-
Quency Lin 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
-
- 04 Sep, 2023 1 commit
-
-
rmagueta authored
-
- 14 Aug, 2023 1 commit
-
-
Robert Schmidt authored
The MAC_NR target is not needed; every dependent target also links L2_NR. Therefore, this target just creates double compilation. We can remove it without problems.
-
- 11 Aug, 2023 1 commit
-
-
Robert Schmidt authored
-
- 01 Aug, 2023 2 commits
-
-
Robert Schmidt authored
As described in common/utils/config.h, it is possible to hook into the asn1c tracing mechanism to print logs. This commit fixes a regression to print theses traces properly in OAI. Above-mentioned file explains also how to reduce the amount of logs, e.g., for single code blocks.
-
Robert Schmidt authored
-