An error occurred fetching the project authors.
- 16 Nov, 2023 1 commit
-
-
sriharsha authored
-
- 10 Nov, 2023 1 commit
-
-
Laurent THOMAS authored
-
- 10 Oct, 2023 1 commit
-
-
Robert Schmidt authored
-
- 03 Oct, 2023 1 commit
-
-
Robert Schmidt authored
The UE should measure on the SSB, otherwise it does not see anything. Hence, this commit fixes the meas-config to request the UE to measure on the right frequency.
-
- 22 Sep, 2023 11 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- Forward UE capabilities in F1 handlers - Store at MAC - Update CellGroupConfig with UE Capabilities of the UE
-
Robert Schmidt authored
!SIB1 is not correctly filled! This commit does not work with COTS UEs! The next commit fixes this. - Move radio config (e.g., minRXTXTIME, SIB1 TDA, do_SRS, etc) down to MAC. - Some parameters in MAC are redundant: delete them. - Remove call to nr_mac_config_scc() from RRC and simulators, the MAC initialization routine calls it implicitly
-
Robert Schmidt authored
Note: the reestablishment is broken, and a later commit fixes it. The ServingCellConfigCommon is an inherently radio-related configuration. As such, it should be handled by the DU, not the CU. Therefore, move it "down" to the MAC.
-
Robert Schmidt authored
The PCI is given to the CU from the DU in the F1 Setup Request message. It is a part of the DU, so move it "down".
-
- 21 Sep, 2023 1 commit
-
-
Robert Schmidt authored
-
- 12 Aug, 2023 1 commit
-
-
Robert Schmidt authored
-
- 11 Aug, 2023 1 commit
-
-
Robert Schmidt authored
The RRC uses gNB_ue_ngap_id as its primary ID; the following commits will introduce the usage of the (F1) gNB CU UE ID. This commits renames the gNB_ue_ngap_id to rrc_ue_id to better reflect its usage as the RRC's primary UE ID. It will be used as the NGAP and F1 (CU) UE IDs.
-
- 29 May, 2023 1 commit
-
-
laurent authored
-
- 26 May, 2023 1 commit
-
-
mir authored
-
- 10 May, 2023 1 commit
-
-
Angelo Athanassopoulos authored
Fill the right DRBs for Master Cell Group Config and drop the bearer_id_start, nb_bearers_to_setup
-
- 28 Apr, 2023 1 commit
-
-
laurent authored
-
- 15 Apr, 2023 1 commit
-
-
Cedric Roux authored
Accelleran CU configures DRB ID 4, not 1, so we need to take index 3 in the array 'priority', not 0. So let's use i-1 as it was before.
-
- 11 Apr, 2023 9 commits
-
-
Robert Schmidt authored
nr_DRB_preconfiguration() does a "pre-configuration" for the default DRB for "noS1" mode, i.e., when there is no connection to core network. In this case, there is no PDU session to be set up, and hence we need to preconfigure the DRBs. We replace this function with partially existing functions and a new function fill_nr_noS1_bearer_config() which returns a bearer configuration for the noS1 case, also better reflected in the function name. It has also been moved to asn1_msg.c, away from the actual PDCP layer.
-
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
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 21 Mar, 2023 1 commit
-
-
francescomani authored
-
- 20 Mar, 2023 1 commit
-
-
francescomani authored
-
- 15 Mar, 2023 2 commits
-
-
Thomas Schlichter authored
-
francescomani authored
-
- 14 Mar, 2023 1 commit
-
-
laurent authored
-
- 13 Mar, 2023 1 commit
-
-
laurent authored
-
- 10 Mar, 2023 1 commit
-
-
Thomas Schlichter authored
-
- 09 Mar, 2023 1 commit
-
-
francescomani authored
-