An error occurred fetching the project authors.
- 02 May, 2021 1 commit
-
-
Raymond Knopp authored
changes in gtpu interface for testing, small changes in L1 for PUSCH signal/noise measurements. SRB2 interfaces.
-
- 01 May, 2021 1 commit
-
-
Raymond Knopp authored
-
- 16 Apr, 2021 1 commit
-
-
Raymond Knopp authored
-
- 14 Apr, 2021 1 commit
-
-
matzakos authored
-RRCSetupComplete successfully transferred to RLC of the UE now through SRB1, but not at the MAC yet. -Needed to enable some additional elements for RLC config. at the gNB side (asn1_msg.c) so that the addition of the SRB does not fail at the UE. To verify if these are really required.
-
- 03 Apr, 2021 1 commit
-
-
Laurent OpenCells authored
-
- 09 Mar, 2021 2 commits
-
-
yoshio.inoue authored
-
Wang He authored
-
- 04 Mar, 2021 2 commits
- 26 Feb, 2021 2 commits
- 09 Feb, 2021 1 commit
-
-
yincong authored
-
- 07 Feb, 2021 1 commit
-
-
Cedric Roux authored
-
- 22 Jan, 2021 2 commits
- 20 Jan, 2021 2 commits
-
-
Sakthivel Velumani authored
-
Xue Song authored
fix build errors about nrUE c-plane is ok
-
- 16 Jan, 2021 1 commit
-
-
Xue Song authored
-
- 15 Jan, 2021 1 commit
-
-
Xue Song authored
-
- 14 Jan, 2021 1 commit
-
-
shono.takafumi authored
-
- 12 Jan, 2021 1 commit
-
-
Xue Song authored
Conflicts: cmake_targets/CMakeLists.txt openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_decoding.c openair1/SCHED_NR/phy_procedures_nr_gNB.c openair2/RRC/NR/rrc_gNB.c openair2/RRC/NR_UE/rrc_UE.c openair2/LAYER2/nr_pdcp/nr_pdcp_oai_api.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_dlsch.c openair2/LAYER2/NR_MAC_UE/main_ue_nr.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_ulsch.c openair2/LAYER2/NR_MAC_gNB/main.c openair2/LAYER2/NR_MAC_UE/nr_ue_procedures.c openair2/LAYER2/NR_MAC_UE/nr_ra_procedures.c openair2/LAYER2/NR_MAC_UE/nr_ue_dci_configuration.c openair2/LAYER2/NR_MAC_gNB/gNB_scheduler.c openair2/LAYER2/nr_pdcp/nr_pdcp_entity_drb_am.c
-
- 23 Dec, 2020 1 commit
-
-
Laurent authored
-
- 01 Dec, 2020 2 commits
-
-
cig authored
- do DRB preconfiguration for deafult C-RNTI if !do_ra - moved redundant configuration code at RLC layer to new RLC functions
-
cig authored
- enabled procedures that were already called for phy-test mode - enabled setup of DRB for the current C-RNTI - enhanced information, debugging and warning logging at MAC/RLC/PDCP level
-
- 26 Nov, 2020 1 commit
-
-
Cedric Roux authored
This is messy, sorry. I don't have time to cleanup cmake_targets/CMakeLists.txt.
-
- 06 Nov, 2020 1 commit
-
-
Cedric Roux authored
-
- 12 Oct, 2020 1 commit
-
-
Mahesh K authored
This commit contains work done by Eurecom and by Benetel.
-
- 12 Sep, 2020 1 commit
-
-
Cedric Roux authored
RLC has timers. We need to keep track of time. We chose to not use realtime but 'processing time'. That is we send a tick to RLC for every subframe when it is processed by the softmodem. Before this commit we used to increase time in the function mac_rlc_status_ind which is called for every subframe in the eNB, but not in the gNB (at least not in the current gNB). So we need another way to keep track of time. The function gNB_dlsch_ulsch_scheduler is called for every slot. It seems to be the perfect candidate to send a tick to RLC for every subframe. We take care of subcarrier spacing to send every subframe (one subframe is always 1ms), not every slot (slot duration depends on subcarrier spacing). It may not be the best solution. To be revised if needed. Note: the UE has not been fixed. Some modification is needed for the UE too, most probably.
-
- 26 Aug, 2020 1 commit
-
-
Cedric Roux authored
-
- 06 Aug, 2020 2 commits
-
-
Cedric Roux authored
- bad values in asn1_utils.c (copy/paste from 4g) - remove hardcoded values (t_reassembly, sn_field_length) - some cleanup
-
-
- 15 Jun, 2020 2 commits
-
-
Thomas Schlichter authored
-
matzakos authored
-
- 12 Jun, 2020 1 commit
-
-
matzakos authored
- Make required adaptations in RLC and default DRB configuration
-
- 01 Jun, 2020 1 commit
-
-
- 25 May, 2020 1 commit
-
-
matzakos authored
-Remaining LTE dependency in RLC add_srb function (not used for NSA setup) -Rename function for DRB static preconfiguration used in noS1 mode
-
- 19 May, 2020 1 commit
-
-
matzakos authored
-
- 12 May, 2020 1 commit
-
-
Raymond Knopp authored
-
- 05 May, 2020 1 commit
-
-
Raymond Knopp authored
-
- 04 May, 2020 1 commit
-
-
Raymond Knopp authored
-Create nr_rrc_rlc_config_asn1_req function -Update RLC DRB addition functions with NR structures instead of LTE
-