An error occurred fetching the project authors.
- 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 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
-
- 17 Apr, 2020 1 commit
-
-
Cedric Roux authored
All previous commits for rlc v2 are proably not functional or even compiling.
-
- 15 Apr, 2020 1 commit
-
-
matzakos authored
-
- 06 Apr, 2020 1 commit
-
-
Robert Schmidt authored
Previously, the various rlc_*_ind() functions had a parameter to enable the MAC to specify the max TB size that a subsequent call to the corresponding rlc_*_req() (!) function would return. This patch removes this parameter from the rlc_*_ind() functions and makes the parameter working that is already in the rlc_*_req() functions.
-
- 06 Feb, 2020 1 commit
-
-
matzakos authored
-
- 04 Feb, 2020 1 commit
-
-
frtabu authored
-
- 22 Jan, 2020 1 commit
-
-
matzakos authored
nr-ip noS1 uplink: Uplink IP traffic successfully received at the IP TUN interface of the gNB now. Logs cleanup.
-
- 20 Jan, 2020 1 commit
-
-
matzakos authored
nr-ip noS1 uplink integration (testing with RFSIMULATOR only): Uplink IP packets received at the gNB and reaching at pdcp layer. Asserion error at pdcp_fifo_flush_sdus when trying to write on the nas socket
-
- 15 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 10 Jan, 2020 1 commit
-
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 19 Dec, 2019 1 commit
-
-
Raymond Knopp authored
-
- 16 Dec, 2019 3 commits
-
-
frtabu authored
-
Cedric Roux authored
-
Cedric Roux authored
Fix also value passed to buffer_status in mac_rlc_status_ind to be aligned with 38.321 (instead of 36.321).
-
- 10 Dec, 2019 1 commit
-
-
Cedric Roux authored
Initial implementation. nr_rlc/nr_rlc_oai_api.c will need some clean rewrite at some point. More testing is also needed.
-