An error occurred fetching the project authors.
  1. 21 Mar, 2021 1 commit
  2. 20 Mar, 2021 1 commit
  3. 19 Mar, 2021 2 commits
  4. 14 Mar, 2021 1 commit
  5. 30 Jan, 2021 1 commit
  6. 29 Dec, 2020 1 commit
  7. 14 Oct, 2020 1 commit
  8. 13 Oct, 2020 1 commit
    • Robert Schmidt's avatar
      Remove UESIM_EXPANSION · 4c7035e6
      Robert Schmidt authored
      This completely removes the UESIM_EXPANSION define: it does not compile
      at the moment. Its function was to multiplex multiple UEs on the same
      TUN interface. However, this functionality is not needed since it is
      possible to allocate many TUN devices (i.e., >= 32).
      4c7035e6
  9. 12 Oct, 2020 4 commits
  10. 27 Aug, 2020 1 commit
    • Parminder Singh's avatar
      Common Phase error estimation and compensation in uplink. · b288eafd
      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
      b288eafd
  11. 13 Aug, 2020 2 commits
  12. 06 Aug, 2020 2 commits
  13. 28 Jul, 2020 1 commit
  14. 27 Jul, 2020 3 commits
  15. 13 Jul, 2020 1 commit
  16. 09 Jul, 2020 1 commit
  17. 30 Jun, 2020 1 commit
  18. 18 Jun, 2020 1 commit
  19. 17 Jun, 2020 1 commit
  20. 08 Jun, 2020 1 commit
  21. 03 Jun, 2020 1 commit
  22. 01 Jun, 2020 1 commit
  23. 20 May, 2020 1 commit
  24. 19 May, 2020 1 commit
  25. 13 May, 2020 1 commit
  26. 11 Mar, 2020 1 commit
  27. 20 Jan, 2020 1 commit
  28. 09 Jan, 2020 1 commit
  29. 06 Dec, 2019 1 commit
    • Guido Casati's avatar
      Added compilation option to skip build for already built libraries: · 98d2caf5
      Guido Casati authored
      - the new option -k allows to skip the built of shared libraries, rfsimulator
        basicsimulator and transport protocol libraries
      - default compilation remains untouched as is still building all libraries
      - this option allows to save a massive amount of time when compiling
        repeatedly for debugging purposes
      98d2caf5
  30. 23 Sep, 2019 1 commit
  31. 21 Aug, 2019 1 commit
  32. 12 Aug, 2019 1 commit