- 11 Jun, 2024 20 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Roberto Magueta authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Currently, we are still limited to one Cell by DU, hence looking up a cell comes down to looking up a DU.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The next commit will modify the UE context setup request procedure to (possibly) receive UE capabilities through Handover Preparation Information, which extracts the UE capabilities for the UE to be setup. To avoid code duplication, extract the code that will be needed in UE capability extraction from Handover Preparation Information.
-
rmagueta authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Will be reused later for handover. Co-authored-by:
batuhanduyuler <batuhan.duyuler@firecell.io>
-
Robert Schmidt authored
Co-authored-by:
batuhanduyuler <batuhan.duyuler@firecell.io>
-
Robert Schmidt authored
Implement the Transmission Action Indicator F1AP forwarding logic, and add it to the F1 internal representation structure. No logic is implemented in this commit. Co-authored-by:
batuhanduyuler <batuhan.duyuler@firecell.io>
-
Robert Schmidt authored
Implement the HandoverPreparationInformation F1AP forwarding logic, and add it to the F1 internal representation structure. No logic is implemented in this commit.
-
Robert Schmidt authored
-
Robert Schmidt authored
Refactor the RRC processing timer to be a generic "transmission stop" timer, and use NR_timer_t for it. The gNB MAC might need to stop transmission either for some time (RRC processing), or continuously (transmission stop requested by CU). Those can be handled in one common timer implementation. The continuous case will be used in a follow-up commit.
-
Robert Schmidt authored
Pass consistently the NR_timer_t object through a pointer. Since we have to modify all occurrences of is_nr_timer_active(), we use that occasion and rename that function to nr_timer_is_active() to make it consistent with all other functions, starting with nr_timer.
-
- 06 Jun, 2024 9 commits
-
-
Robert Schmidt authored
Integration: `2024.w23` See merge request oai/openairinterface5g!2788 * !2510 NR UE MAC UCI on PUSCH and aperiodic CSI reporting * !2597 LTTng logger (CTF) * !2751 synch the USRP time accross devices using the host clock * !2775 Remove some global variables * !2779 remove rb_mask_ul from permanent storage for stack local usage * !2782 USRP: add a T trace to record the RX IQ data on antenna 0 * !2783 build_oai: fix bad options' names * !2753 Pucch power control
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Anurag Asokan authored
This commit introduces LTTng logging mechanism which is an open source tracing tool. URL: https://lttng.org/
-
- 05 Jun, 2024 11 commits
-
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Cedric Roux authored
-
Cedric Roux authored
-
Florian Kaltenberger authored
-
Bartosz Podrygajlo authored
-