An error occurred fetching the project authors.
  1. 28 Jan, 2021 1 commit
    • Thomas Schlichter's avatar
      NR_UE: discard DCI with bwp_indicator == 0 · ac1bc702
      Thomas Schlichter authored
      Recently we stared using the BWP_indicator signalled in DCI, before we always assumed BWP_Id == 1.
      Now "fake-DCI" with bandwidth_indicator == 0 lead to segmentation faults, so we discard these.
      Note: There are still several placed where we assume BWP_Id == 1!
      ac1bc702
  2. 25 Jan, 2021 2 commits
  3. 23 Jan, 2021 1 commit
  4. 15 Jan, 2021 2 commits
  5. 09 Jan, 2021 2 commits
  6. 27 Dec, 2020 2 commits
    • cig's avatar
      Fixes for UE BWP Operation 3GPP TS 38.213 version 16.3.0 Release 16 · 4386f724
      cig authored
      - fetching configuration from RRC
      - removed hardcoded params (e.g. bwp_id)
      - added BWP Id members to MAC instance
      - introduced offsetToCarrier
      4386f724
    • cig's avatar
      Cleanup NR UE · 1c24adee
      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
      1c24adee
  7. 10 Dec, 2020 1 commit
  8. 19 Nov, 2020 1 commit
  9. 14 Nov, 2020 1 commit
  10. 12 Nov, 2020 1 commit
  11. 11 Nov, 2020 2 commits
  12. 03 Nov, 2020 1 commit
  13. 28 Oct, 2020 1 commit
  14. 27 Oct, 2020 3 commits
    • cig's avatar
      Logging fixes at UE and gNB · 39394061
      cig authored
      39394061
    • cig's avatar
      Broken down get_band into two functions to get duplex offset and frame type · c961e81c
      cig authored
      - the band is coming from the SI, therefore a function to get the band is not
        necessary
      - this solves also the limitations of the get_band algorithm with the NR bands
        overlapping in the NR operating bands table (e.g. band 78 and band 48)
      c961e81c
    • cig's avatar
      Configuration changes to support FDD · 60d81f23
      cig authored
      - adapted the get_band function: the algorithm is now taking into account
        also the UL frequency in order to fetch the proper band (this was failing
        before as some NR bands have the same DL band, e.g. band 65 and 66)
      - added new bands to the NR table as per TS 38.101 V16.4.0 (2020)
      - made the from_nrarfcn function compatible with UL FDD (this function,
        used for both DL and UL  was previously working with TDD only as it
        did not compute properly the frequency for the UL FDD, throwing asserts)
      - introduced common functions to get the NR table idx and the duplex mode,
        removing repeated code in the process
      - removed the unused function to get the uldl offset
      - improved some logging
      - other minor fixes to the relevant code
      60d81f23
  15. 24 Oct, 2020 1 commit
  16. 12 Oct, 2020 1 commit
  17. 08 Sep, 2020 1 commit
    • Mario Hudon's avatar
      -UE RACH updates · c48e96e9
      Mario Hudon authored
        - Added support for FR1 in RO selection
        -RACH preamble selected according to the chosen RO
      c48e96e9
  18. 27 Aug, 2020 1 commit
  19. 26 Aug, 2020 1 commit
  20. 18 Aug, 2020 1 commit
  21. 13 Aug, 2020 1 commit
  22. 06 Aug, 2020 1 commit
  23. 23 Jul, 2020 2 commits
  24. 22 Jul, 2020 1 commit
    • cig's avatar
      Restructured UE DCI configuration function: · ea86120c
      cig authored
      - moved RRC structs checks and mac configuration to config_ue.c
      - new implementation of DCI configuration according to 3GPP TS 38.331
        version 15.9.0 Release 15 and 3GPP TS 38.213 version 15.9.0 Release 15
      ea86120c
  25. 02 Jul, 2020 1 commit
    • cig's avatar
      Fixed some warnings + cleanup · 52e49fd8
      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)
      52e49fd8
  26. 13 May, 2020 1 commit
  27. 24 Apr, 2020 1 commit
  28. 23 Apr, 2020 1 commit
  29. 07 Apr, 2020 1 commit
  30. 26 Mar, 2020 1 commit
  31. 18 Feb, 2020 1 commit
  32. 10 Feb, 2020 1 commit