- 02 Apr, 2024 4 commits
-
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/NR_fix_layer_port_confusion_channel_estimates' into integration_2024_w13
-
Jaroslava Fiedlerova authored
-
Robert Schmidt authored
-
Sagar Arora authored
-
- 29 Mar, 2024 7 commits
-
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/Fix_Msg3_RRCReestablishmentComplete_with_C-RNTI' into integration_2024_w13
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
Merge remote-tracking branch 'origin/demote_another_log_printed_too_many_times' into integration_2024_w13
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
Jaroslava Fiedlerova authored
-
- 28 Mar, 2024 6 commits
-
-
luis_pereira87 authored
From 3GPP TS 38.321 Section 5.4.3 Multiplexing and assembly, we need to process the highest priority subPDUs first: - MAC CE for C-RNTI is the one with higher priority
-
Robert Schmidt authored
-
Robert Schmidt authored
38.473 section 8.2.3.1 says that upon F1 Setup Request, UE associated signalling should be erased. In this commit, we trigger a release of all UEs that were still connected to a DU when we received the SCTP shutdown, i.e., when the DU disconnects.
-
Robert Schmidt authored
-
Robert Schmidt authored
Closes #762
-
Robert Schmidt authored
Explanations: see #706. TLDR: the RRC code calls nr_pdcp_remove_ue(), so we should not call it in the E1 handler if we do not use split mode.
-
- 27 Mar, 2024 3 commits
-
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
francescomani authored
DCI formats 11 and 01 assume the presence of an active BWP, if not present return with an error to prevent segfault
-
- 26 Mar, 2024 14 commits
-
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
Laurent THOMAS authored
fix ug on pilot 2 in nr_pbch_dmrs_correlation() that is lacking signal processing, make the code in pbch simpler and faster
-
Laurent THOMAS authored
-
Laurent THOMAS authored
-
francescomani authored
demoting to LOG_D another log that otherwise would be printed too many times at the UE because of periodic calling of to_nrarfcn
-
Robert Schmidt authored
Integration `2024.w12` See merge request oai/openairinterface5g!2637 * !2640 Fix UPF crash at startup after latest Docker and Ubuntu updates * !2579 Add telnetsrv_rrc for triggering RRCRelease * !2613 NR UE fix for procedure after T300 expiry * !2625 Changes to support 32 UEs in the gNB. * !2632 NR fix for initialization of gold sequences for DMRS * !2588 fix(doc): add ptp4l service configuration file in 7.2 documentation * !2630 Move BladeRF config to right subfolder * !2626 On RFsimulator end, close open connections * !2628 NR UE fix double sync * !2634 feat(phy-test): disable CQI and RSRP errors when running in phy-test mode → review to be addressed * !2621 CI: set memory limit for docker build cache * !2604 NR UE BSR improvements → waiting for final changes * !2638 NR UE data scrambling fixes * !2602 [E2 agent] KPM & RC SMs improvements
-
Robert Schmidt authored
-
francescomani authored
-
Robert Schmidt authored
-
francescomani authored
use layer number and not dmrs port number to index pusch channel estimates (plus some code improvement)
-
francescomani authored
use layer number and not dmrs port number to index pdsch channel estimates (plus some code improvement)
-
- 25 Mar, 2024 6 commits
-
-
Teodora authored
-
francescomani authored
-
Teodora authored
- hardcoded data for E2 Setup Request; fill_rnd_data_e2_setup_req.c dependancy taken out
-
Teodora authored
- RAN Function Definition implemented - use mutual E2SM UE ID file - write_ctrl_rc_sm function cleanup
-
Teodora authored
- RAN Function Definition implemented - ran_func_kpm.c - use function pointers based on the matching condition, and node type - ran_func_kpm_subs.h/c - for measurement collection within MAC/RLC/PDCP layers; for CU-UP node only PDCP included (otherwise, we would get undefined reference to MAC/RLC) - use mutual E2SM UE ID file
-
Teodora authored
-