An error occurred fetching the project authors.
- 12 Aug, 2023 1 commit
-
-
Robert Schmidt authored
Plugin can trigger reestablishment (on DU) and show counters of reestablishment (on CU)
-
- 11 Apr, 2023 1 commit
-
-
Robert Schmidt authored
For nr_DRB_preconfiguration() and fill_default_secondaryCellGroup(), there is duplicated code to generate and RLC-BearerConfig, when calling the existing get_DRB_RLC_BearerConfig() (with the right parameters) yields a similar configuration (see exceptions below). Differences: - We do not support reestablishmentRLC, so we don't set it - Set prioritisedBitrate to 8kbps instead of infinity (we don't prioritize anything, anyway) - bucketSizeDuration is 50ms instead of 100ms
-
- 20 Mar, 2023 2 commits
-
-
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
-
- 12 Dec, 2022 1 commit
-
-
luis_pereira87 authored
-
- 25 Nov, 2022 1 commit
-
-
Cedric Roux authored
-
- 12 Aug, 2022 1 commit
-
-
Cedric Roux authored
Introduce the function nr_rlc_activate_avg_time_to_tx() to activate/deactivate collection of avg time to tx stats (which may have an impact on realtime processing, so better not compute them when not needed). Fix a little bug in time_average_get_average() for when there is not stat.
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 07 Apr, 2022 1 commit
-
-
Raymond Knopp authored
-
- 02 Jul, 2021 1 commit
-
-
Abhijith authored
-
- 12 May, 2021 1 commit
-
-
rmagueta authored
-
- 26 Feb, 2021 1 commit
-
-
matzakos authored
-For the moment SRBs are preconfigured (as was done for DRBs in noS1 mode) but this should be removed
-
- 01 Dec, 2020 1 commit
-
-
cig authored
- do DRB preconfiguration for deafult C-RNTI if !do_ra - moved redundant configuration code at RLC layer to new RLC functions
-
- 13 Nov, 2020 1 commit
-
-
zhenghuangkun@cn.fujitsu.com authored
-
- 27 Oct, 2020 1 commit
-
-
heshanyun authored
-