An error occurred fetching the project authors.
- 07 Apr, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 22 Mar, 2021 1 commit
-
-
Laurent THOMAS authored
-
- 05 Mar, 2021 1 commit
-
-
Thomas Schlichter authored
this slightly cleans up nr_initial_sync() and UE_thread()
-
- 03 Mar, 2021 1 commit
-
-
cig authored
- removed commented out code - improved logging in UL channel estimation - minor fixes according to OAI coding guidelines - moving fetching TDD configuration parameters in nr-ue.c only in TDD case
-
- 18 Feb, 2021 1 commit
-
-
Mahesh authored
-
- 15 Feb, 2021 1 commit
-
-
cig authored
-
- 12 Feb, 2021 1 commit
-
-
cig authored
- missing check on duplex mode before fetching the TDD period - missing flags configuration for FDD mode
-
- 08 Feb, 2021 2 commits
-
-
Thomas Schlichter authored
-
Thomas Schlichter authored
Enabling more numerology combinations and 100 MHz support with 3/4 sampling for USRP X300/X310, too.
-
- 25 Jan, 2021 1 commit
-
-
Thomas Schlichter authored
-
- 22 Jan, 2021 2 commits
-
-
Sakthivel Velumani authored
-
Thomas Schlichter authored
-
- 20 Jan, 2021 1 commit
-
-
Sakthivel Velumani authored
Reverted commit e0b1f612 removed a merge conflict error
-
- 19 Jan, 2021 2 commits
-
-
Sakthivel Velumani authored
Removed the hardcoding of fixed tdd and replaced with tdd config from mac configuration
-
Sakthivel Velumani authored
I removed this from places where I felt it shouldn't be. Not sure why was it there in the first place. To be reviewed.
-
- 11 Jan, 2021 1 commit
-
-
cig authored
- moved fill_dl_indication to phy procedures - introduced a new function to fill the RX indication - replaced redundant configuration code with the fill functions - extended the function to fill the rx indication - handling different dl pdus types - cleanup of redundant code
-
- 02 Jan, 2021 1 commit
-
-
Laurent authored
-
- 29 Dec, 2020 1 commit
-
-
Laurent authored
-
- 27 Dec, 2020 5 commits
-
-
cig authored
- skipping RA procedures when MAC is disabled - added mac_enabled flag that allows to disable RA and TA at UE from CL
-
cig authored
- removed unused arguments to phy functions - removed irrelevant conditions on UE run mode - replaced hardcoded param with PHY UE stored value
-
cig authored
- focus: defs_nr_UE.h, nr-ue.c, phy_procedures_nr_ue.c, nr_init_ue.c - removed long-time commented out code - replaced hardcoded params - removed unnecessary header inclusions
-
cig authored
- extern vars to phy_extern_nr_ue.c - def/undef to defs_nr_ue.h
-
cig authored
-
- 18 Dec, 2020 1 commit
-
-
Florian Kaltenberger authored
UE only calls trx_write in UL slots when used with USRP. This improves real-time performance and is necessary for controlling the external switch. However, we still need to take the proper TDD config into account (tbd).
-
- 15 Dec, 2020 1 commit
-
-
Francesco Mani authored
-
- 09 Dec, 2020 1 commit
-
-
cig authored
- new function called ue_ta_procedures - this makes the code more easier to read - small cleanup was also done
-
- 03 Dec, 2020 1 commit
-
-
frtabu authored
-
- 01 Dec, 2020 1 commit
-
-
cig authored
- Giving C-RNTI as an input to DRB preconfiguration - Set C-RNTI from UE configuration for higher layer function calls
-
- 27 Nov, 2020 2 commits
-
-
frtabu authored
-
Thomas Schlichter authored
-
- 24 Nov, 2020 1 commit
-
-
Mahesh authored
-
- 13 Nov, 2020 1 commit
-
-
Thomas Schlichter authored
-
- 27 Oct, 2020 8 commits
-
-
cig authored
- removed redundant initialisation of variables - introduced two "RF helpers" function that are replacing shared code in the sync routines - added a new .c file and updated the cmakelists and .h files
-
cig authored
-
cig authored
- got rid of global variable fp - code cleanup, removed redundant and unused code - removed unused command line options and variables - grouped command line setting in set_options function
-
cig authored
-
cig authored
-
cig authored
-
cig authored
- this reflects the implementation of IF and IF offset in the gNB RU - the RF frequencies are set at HW level while the target frequencies are stored in fp, therefore the values stored in fp should not be changed after sync as only the tx/rx freq is updated - removed overwritten dl/ul carrier frequencies in fp after sync - removed redundant set of tx/rx freq in ue_synch (done in init_openair0) - removed irrelevant set of dl/ul carrier freq in get_options
-
cig authored
-