- Oct 02, 2020
-
-
Sakthivel Velumani authored
-
- Sep 22, 2020
-
-
Cédric Roux authored
Maybe not the right way to do. To be checked.
-
Cédric Roux authored
This commit introduces several enhancements in X2AP and RRC to deal with ENDC. The main goal is to deal with UE's on/off and with various errors. The following work is included: - DC prep and DC overall X2 timers - X2 messages for UE release and DC timers' timeout Open problems: - what to do when the UE sends an scg Failure? This commit removes the UE. And this removal may not be correctly done - UE removal in the gNB's PHY layer (a next commit is coming, but it is hackish and will need a rework)
-
- Sep 16, 2020
-
-
Sakthivel Velumani authored
-
Panos Matzakos authored
- To avoid linking error due to dependency from NR_RRC FreqBandList type
-
- Sep 08, 2020
-
-
cig authored
- updated cmakelists file - fixed formatting, tabs and white spaces in the function
-
- Sep 02, 2020
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Sep 01, 2020
-
-
Thomas Schlichter authored
-
- Aug 27, 2020
-
-
Sakthi authored
-
Sakthivel Velumani authored
-
Parminder Singh authored
FEATURE STATEMENT: - Introduce linear phase error noise model in Uplink at UE - Perform common phase error (CPE) estimation and compensation at gNB SOLUTION: - A linear phase shift model is introduced in simulation. - PTRS symbols are used to perform estimation of CPE from DMRS compensated signal - The estimated values are interpolated in time domain and signal is compensated for the CPE. - PTRS processing is done in Frequency Domain for each symbol in a slot and LLR's are calculated for each symbol accordingly. IMPLEMENTATION: * sim.h/channle_sim.c - Linear Phase Noise Generation model definition. * nr_ul_channel_estimation.c/nr_ul_estimation.h - CPE estimation from PTRS and DMRS compensated signal. * nr_dmrs_rx.c/nr_refsig.h - Regenerate PTRS symbols at gNB. * nr_ulsch_demodulation.c - Removed old PTRS processing code and move to a common PTRS processing function * defs_gNB.h/init.c - New PTRS variables definition and initialization * nr_ulsch_ue.c - Corrected PTRS parameter to get new PTRS symbols for each OFDM symbol TESTING * ulsim.c - Added Phase noise, Enable PTRS signal and verified the output. VERIFICATION - The LLR are rotated back with estimated CPE and no error is observed in scrambling/decoding
-
- Aug 25, 2020
-
-
Francesco Mani authored
-
- Aug 24, 2020
-
-
knopp authored
implementation of missing symbol-based rotation for NR modulation/demodulation (Section 5.3 38.211). Tested with unitary simulators (ulsim/dlsim). To be tested with gNB testbench and rfsimlator
-
- Aug 21, 2020
-
-
Cédric Roux authored
This commit contains work done by Eurecom and by Benetel.
-
- Aug 19, 2020
-
-
Sakthivel Velumani authored
-
- Aug 16, 2020
-
-
knopp authored
-
- Aug 13, 2020
-
- Aug 10, 2020
-
-
Sakthivel Velumani authored
-
- Aug 06, 2020
-
- Aug 05, 2020
-
-
Francesco Mani authored
-
- Aug 03, 2020
-
-
Thomas Laurent authored
-
- Jul 28, 2020
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Jul 27, 2020
-
-
frtabu authored
-
Thomas Laurent authored
-
- Jul 20, 2020
-
-
Robert Schmidt authored
-
- Jul 17, 2020
-
-
frtabu authored
-
- Jul 09, 2020
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
hardy authored
-
- Jul 06, 2020
-
-
Francesco Mani authored
-
- Jul 04, 2020
- Jul 03, 2020
-
-
Francesco Mani authored
-
- Jul 02, 2020
-
-
cig authored
- replaced nr_slot_t with int as it was barely used in the code (also is defined after an lte struct) - removed use of phy_frame_config_nr from the UE (another file was created in SCHED_NR_UE, still the gNB file is used in some tests file at UE side)
-
- Jul 01, 2020
-
-
Robert Schmidt authored
-
- Jun 30, 2020
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- Jun 18, 2020
-
-
Karey Rangaswami authored
-
Devendra Reddy authored
-
Karey Rangaswami authored
-