- 22 Mar, 2023 1 commit
-
-
Robert Schmidt authored
-
- 20 Mar, 2023 9 commits
-
-
Robert Schmidt authored
The message is never sent to the RRC. And this message is to be forwarded by the DU to the UE, hence it should not even be handled by the RRC (as the RRC in the CU sends it).
-
Robert Schmidt authored
The RRC container is transparent for the DU. Hence, we should not decode it.
-
Robert Schmidt authored
During the Initial UL RRC Message, the CellGroup is created. Since the CellGroup specifies the SRB1, the SRB1 should also be created (because the DL RRC Messages is sent via SRB1). However, before this commit, the CellGroup is created while having the RLC lock, so we cannot create SRB1, as it results in a deadlock. Therefore, we now first create CellGroup, SRB0, and SRB1, before giving the UE message to the RLC.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
integration_2023_w11b See merge request oai/openairinterface5g!2020 * !1833 NR ULSCH transform precoding improvements * !1929 Implementing bands greater than 64 in the code, feature #603 * !1982 Rework ngap * !1998 Update NR RRC to version 17.3.0 * !2003 improve NR UE state machine * !2007 possibility to set identity precoding matrix from config file * !2009 Use same configurable port number for local and remote N3 * !2012 fix unaligned IDFT * !2013 doc(tutorial): switching to jinja-rendering configuration on the OAI-CN5 containers * !2018 demote two UL scheduler warnings to debug level
-
Robert Schmidt authored
-
Robert Schmidt authored
-
luis_pereira87 authored
-
- 18 Mar, 2023 12 commits
-
-
luis_pereira87 authored
Fix segmentation fault when calling get_transformPrecoding function for BWP_id > 0 and rach_ConfigCommon = NULL
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/doc-update-cn5g-docker-compose-for-tutorial' into integration_2023_w11b
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/616-gnb-remote-n3-port-can-no-more-be-modified' into integration_2023_w11b
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
Merge remote-tracking branch 'origin/NR_ULSCH_transform_precoding_softmodem' into integration_2023_w11b
-
Robert Schmidt authored
-
- 17 Mar, 2023 5 commits
-
-
luis_pereira87 authored
-
Robert Schmidt authored
-
francescomani authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
francescomani authored
-
- 16 Mar, 2023 1 commit
-
-
Weskley Vinicius Fernandes Mauricio authored
-
- 15 Mar, 2023 11 commits
-
-
Robert Schmidt authored
-
Thomas Schlichter authored
-
Thomas Schlichter authored
In case of unaligned input array, a DFT of wrong size was executed instead of a correct IDFT.
-
laurent authored
-
Thomas Schlichter authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Robert Schmidt authored
integration_2022_wk11 See merge request oai/openairinterface5g!2010 * !1849 Set t-Reordering to 100ms to prevent packet loss * !1997 Warnings in Ubuntu20 build make CI fail * !2000 bugfix: bad usage of T() in the log module * !2005 Fix RNTI after RRCReestablishment * !2006 avoid segfault in additional BWP configuration * !2001 Add reestablishment test to SA Quectel test * !1974 Tutorials: split tutorials in three files, OAI_CN5G, COTS_UE and OAI_nrUE * !1993 Remove unused dependencies, modules
-
- 14 Mar, 2023 1 commit
-
-
Robert Schmidt authored
-