- 04 Aug, 2023 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 02 Aug, 2023 1 commit
-
-
Jaroslava Fiedlerova authored
-
- 01 Aug, 2023 11 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
There is already common/utils/config.h. This file(name) is hardcoded as it is included into asn1c, and cannot be renamed. To avoid a name clash and confusing, we rename T's config.h/c to configuration.h/c.
-
Robert Schmidt authored
The T trace names need to match the logging system names (apparently). In commit 5f5b8f29, we renamed the logging system group to avoid a name clash, but omitted the T trace names. This is corrected in this commit to make everything compile nicely.
-
Robert Schmidt authored
-
Cedric Roux authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
By using oai_exit in log.c, LOG depends on being compiled into an executable that defines such symbol, which is not always the case (nor does it make sense). oai_exit is only used in a loop to optionally write out memory. The loop could relatively easily be aborted by setting a variable:
-
- 31 Jul, 2023 5 commits
-
-
francescomani authored
-
Laurent THOMAS authored
-
Robert Schmidt authored
integration_2023_w30 See merge request oai/openairinterface5g!2272 * !2233 Draft: CI: test of SC-FDMA with Quectel UE * !2256 fix typo in nr_slot_fep_init_sync() * !2262 NR RRC: send "init context setup resp" after receiving reconfig from ue * !2198 fr2: GPIO configuration for Interdigital Radio Unit * !2222 NR Sidelink Pre-Configuration * !2235 improve handling of default SIBs * !2246 NR UE SIB1 detection outside of initial synchronization * !2243 Resolve "Wrong name in the logs for ASN1" * !2224 Ci attach detach * !2270 bugfix: put constants in correct file * demote PRS config "error" to info * switch CI license check and cppcheck to new SSH class
-
Robert Schmidt authored
PRS is not fully supported (NRPP missing, from my understanding), so not that many people will use it. On the other hand, these error messages confuse people. So put it to info.
-
Jaroslava Fiedlerova authored
-
- 29 Jul, 2023 7 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 28 Jul, 2023 8 commits
-
-
Dhanuja Elizabeth Thomas authored
-
Imad Al Samman authored
For FR2 and including analog beamforming, we control the beams via GPIO on radio units. In this commit, introduce a configuration option to switch the GPIO control for different devices: "generic" is the current GPIO control, "interdigital" configures the GPIO configuration to be used with an InterDigital device.
-
Cedric Roux authored
-
Alireza Mohammadi authored
There is a conflict with some E2AP definitions that put ASN as a preprocessor definition. To avoid this conflict, and since ASN1 is more descriptive than ASN, we change the logging mechanism name from ASN to ASN1.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Cedric Roux authored
The RLC tests were not compiling because of the include of openair2/RRC/NR/rrc_gNB_radio_bearers.h by openair2/LAYER2/nr_rlc/nr_rlc_entity.h which does not seem correct/necessary to start with. The only thing needed by nr_rlc_entity.h from rrc_gNB_radio_bearers.h is MAX_DRBS_PER_UE which can be defined in common/platform_constants.h like NGAP_MAX_PDU_SESSION.
-
- 27 Jul, 2023 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 26 Jul, 2023 2 commits
-
-
Cedric Roux authored
-
Thomas Schlichter authored
The DL filter was shifted relative to the contributing DM-RS pilots. This is fixed by using the UL filter from gNB.
-