- 28 Nov, 2024 6 commits
-
-
Robert Schmidt authored
NR UE RRC T304 in phy-test mode RRC timer T304 is stopped upon completion of the associated RA handover procedure. There is no RA procedure in phy-test mode so T304 should not be started to avoid unwanted expiration.
-
Robert Schmidt authored
NR MSG3 scheduling improvements - fix wrong condition on MSG3 allocation assertion message - remove assertion altogether and handle properly the case where MSG3 can't be allocated
-
Robert Schmidt authored
F1AP lib: minor fixes - add new enc/dec functions - extend copy function scope - add compile define - fix equality check
-
Robert Schmidt authored
T2: minor fix for 4x4 processing - correct max number of LDPC segments for T2 processing - use pointer arithmetics in retrieve_ldpc_enc_op() in T2 lib to optimize loop processing
-
Robert Schmidt authored
E1AP Bearer Context Setup encoding/decoding library and unit tests E1AP encoding/decoding library (TS 38.463) and unit test for: - E1 Bearer Context Setup Request - E1 Bearer Context Setup Response
-
Robert Schmidt authored
Integrate Tracy with NR UE This commit enables the optional use of Tracy for profiling NR UE. See https://github.com/wolfpld/tracy/releases/tag/v0.11.1 for details. More instructions are in the commit.
-
- 27 Nov, 2024 24 commits
-
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
* this is necessary to enable the PRINT_ERROR logs in the E1/F1 libs
-
Guido Casati authored
-
Guido Casati authored
* tac is optional IE, and it was assumed as always present * is now allocated in DU container by copy_f1ap_served_cell_info when present in the updated cell info and missing in the DU container
-
Guido Casati authored
* allocate memory for pointers only if necessary * removed redundant copies of simple data types
-
Guido Casati authored
Add and use F1 encode function for Transmission Bandwidth and NR Frequency Info in F1 interface management lib
-
francescomani authored
-
francescomani authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
-
Guido Casati authored
* simplified number of Cell Group types
-
Guido Casati authored
-
Guido Casati authored
* cleanup struct members not compliant to specs 3GPP TS 38.463 * add defines whenever necessary
-
Guido Casati authored
* define E1AP_MAX_NUM_DRBS
-
Guido Casati authored
-
Guido Casati authored
-
francescomani authored
-
Robert Schmidt authored
Integration: `2024.w47` See merge request oai/openairinterface5g!3120 * !2972 Parallelize PUSCH channel estimation * !3105 Fix a small bug with total_res in gNB PUSCH symbol processing * !2996 Ue monitoring stats * !3122 Avoid assert on non-implemented SM write callback * !3110 Fronthaul 7.2 improvements (1. step towards M-plane integration) * !2966 Refactor of includes in gNB/UE for improved header management * !3123 Reduce double-usage of CI XML files * !3029 NR UE RRC reconfiguration improvements * !2670 chore(ci): adding Flexric-RAN integration test * !3124 CI: use OC CN in aerial pipeline
-
- 26 Nov, 2024 9 commits
-
-
Jaroslava Fiedlerova authored
CI: use OC CN in aerial pipeline Replace CN host on Aerial CI pipeline (Porcepix) with OC.
-
Jaroslava Fiedlerova authored
chore(ci): adding Flexric-RAN integration test - Triggering a standalone FLEXRIC + 5G-RAN pipeline: OAI-FLEXRIC-RAN-Integration-Test - will be triggered by the RAN-Container-Parent - but also by the OAI-FLEXRIC pipeline (to be done once integrated) - Added an new python option: --FlexRicTag= than if not used, won't have any effect - Nice addition: - if --FlexRicTag=develop or --ranCommitID=develop --> will use the latest commit on either dev or develop branch. - Scenario-wise - Using the cn5g deployment file from Luis in documentation, at least we will use it to make sure it is working at all time - We can add more test and especially checkers on the flexric calls Linked to !3085 (merged)
-
Jaroslava Fiedlerova authored
Occasionally, the CN deployment takes longer than 60 seconds to complete successfully. As a result, the CI reports failure, even when all other test stages pass (e.g., gNB attaches to the CN, UE connects, and iperf tests succeed).
-
Jaroslava Fiedlerova authored
Replace current docker deployment of OAI CN by deployment on OC. With change of the CN, we also need to change the routing for UE module - change the mbim script for controling the UE.
-
Raphael Defosseux authored
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/NR_UE_RRC_Reconfiguration_improvements' into integration_2024_w47 (!2996) Improvements in handling RRC Reconfiguration at UE
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/ci-reduce-duplicate-xml-usage' into integration_2024_w47 (!3123) Reduce double-usage of CI XML files Some pipelines use the same XML files. For instance, RAN-NSA-B200-Module-LTEBOX-Container and RAN-LTE-{TDD,FDD}-LTEBOX-Container use both fr1_epc_{closure,start}.xml, but use the core network on different hosts, by means of different pipeline configuration (EPCtype, etc). A future MR will remove these additional pipeline configuration, and store all the CN config in the repository. To simplify the transition, duplicate some XMLs (i.e., remove duplicate usage of them). After this MR, the only "double usage" of XML files for core (un-)deployment should be through pipelines RAN-LTE-{TDD,FDD}-LTEBOX-Container.
-
Jaroslava Fiedlerova authored
Refactor of includes in gNB/UE for improved header management This merge request implements changes suggested by the Include What You Use (IWYU) open source tool to streamline the project’s header file usage. The adjustments ensure that each file includes only the necessary headers for the symbols it uses, making the code more efficient and maintainable. Unnecessary includes have been removed, and missing headers have been added where required. This improves modularity and reduces inter-dependencies between files, helping to avoid future build issues caused by unused or missing includes. Each output has been manually reviewed. Followed a similar approach as in !2953 (merged). Affected folders/files: - NR_MAC_gNB/main.c - nr-softmodem.c - unitary simulators: nr_dlsim, nr_ulsim, prachsim - openair2/RRC/NR - openair3/NGAP - openair2/LAYER2/nr_pdcp - openair2/SDAP/nr_sdap
-
Robert Schmidt authored
Duplicate these files with the same reasons as in PARENT.
-
- 25 Nov, 2024 1 commit
-
-
francescomani authored
-