- 28 Mar, 2023 1 commit
-
-
Robert Schmidt authored
-
- 27 Mar, 2023 10 commits
-
-
Robert Schmidt authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Robert Schmidt authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
francescomani authored
-
Dhanuja Elizabeth Thomas authored
Following changes are made: 1. Removed XMLs used in old pipeline lte-OAIEPC 2. Added TM1 and TM2 config, XML and YAML 3. Added pipeline details in TestBenches.md 4. Modification in Jenkins file for the pipeline 5. Added ping/iperf test cases in XML 6. Minor modification in cls_containerize.py and cls_oaicitest.py
-
- 26 Mar, 2023 1 commit
-
-
Robert Schmidt authored
integration_2023_w12 See merge request oai/openairinterface5g!2030 * !1957 UL improvements for 2-layers * !2016 int32_t to c16_t conversion * !2028 Fix ue capability config files * !2022 NR dlsim pmi input * !2027 limiting SR periodicity according to scs * !1985 Correct F1 RRC Message Transfer * !2024 harmonize mac_CellGroupConfig RRC configuration * !2026 Fix build by installing nrscope dependencies
-
- 24 Mar, 2023 4 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
luis_pereira87 authored
-
- 23 Mar, 2023 7 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Robert Schmidt authored
-
- 22 Mar, 2023 5 commits
-
-
Roberto Louro Magueta authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 21 Mar, 2023 2 commits
-
-
Melissa Elkadi authored
-
francescomani authored
-
- 20 Mar, 2023 10 commits
-
-
Roberto Louro Magueta authored
Add CI test: 3GPP G-FR1-A4-27, PUSCH Type B, 40 MHz BW, 30 kHz SCS, 2 RX Antennas Requirements Test, 2 layers
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
Roberto Louro Magueta authored
-
francescomani authored
-
francescomani authored
-
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.
-