An error occurred fetching the project authors.
  1. 13 Jul, 2021 1 commit
  2. 07 Jul, 2021 1 commit
  3. 12 May, 2021 1 commit
  4. 06 May, 2021 1 commit
  5. 26 Apr, 2021 1 commit
  6. 17 Apr, 2021 1 commit
  7. 13 Apr, 2021 2 commits
  8. 08 Apr, 2021 1 commit
  9. 04 Apr, 2021 1 commit
  10. 31 Mar, 2021 1 commit
  11. 30 Mar, 2021 1 commit
  12. 19 Mar, 2021 2 commits
    • Thomas Schlichter's avatar
      NR_UE: always break out of MAC PDU processing after pdu_len Bytes · bc041092
      Thomas Schlichter authored
      In case of false positive PDSCH CRC check, a random MAC PDU is processed.
      Currently pdu_len is unsigned 16 Bit, so we did break out of the processing loop only if we _exactly_ hit a residual pdu_len of 0, or we hit a LCID of DL_SCH_LCID_PADDING.
      If we didn't hit either of these, pdu_len wrapped to a very positive value, and we continued processing the PDU even beyond its bounds!
      This behavior was observed with SNR 1 dB and MCS 9.
      
      So better make pdu_len signed and break out of the loop after processing at max. pdu_len Bytes!
      bc041092
    • Sakthivel Velumani's avatar
      Fixed do-ra bug · 7b9815b3
      Sakthivel Velumani authored
      7b9815b3
  13. 17 Mar, 2021 1 commit
    • Sakthivel Velumani's avatar
      More fixes · 85b0aa04
      Sakthivel Velumani authored
      1.Changes to support multi slot parallel processing
      2.Changes to run rfsimulator without multi-threading
      85b0aa04
  14. 16 Mar, 2021 1 commit
  15. 15 Mar, 2021 1 commit
  16. 13 Mar, 2021 1 commit
  17. 12 Mar, 2021 3 commits
  18. 11 Mar, 2021 1 commit
  19. 08 Mar, 2021 1 commit
    • cig's avatar
      Fixes to NR UE power measurements · 76ef9b42
      cig authored
      - pathloss, RSSI, RSRP and Noise measurements have been reviewed and wrong
        implementation has been fixed
      - referenceSignalPower type in the FAPI struct has been changed to int
        has its range include negative values
      76ef9b42
  20. 05 Mar, 2021 1 commit
  21. 03 Mar, 2021 1 commit
  22. 18 Feb, 2021 1 commit
  23. 11 Feb, 2021 2 commits
  24. 08 Feb, 2021 1 commit
  25. 01 Feb, 2021 3 commits
  26. 29 Jan, 2021 1 commit
    • cig's avatar
      Review of MR 1025 · 5a9014e9
      cig authored
      - bugfix in nr_ue_dci_configuration
      - cleanup of irrelevant RA-related data structure members in UE
      - moved msg1 init condition to MAC
      - minor fixes concerning init_ra function
      5a9014e9
  27. 25 Jan, 2021 1 commit
  28. 22 Jan, 2021 1 commit
  29. 15 Jan, 2021 4 commits
    • cig's avatar
      Fixed warnings related to unused variables @ NR UE · 7946a0bd
      cig authored
      7946a0bd
    • cig's avatar
      Cleanup MAC header files · 73fbbf50
      cig authored
      - sorted out according to recurring logic that wants function
        prototypes in separate files from data struct and constants
        definitions, variables in separate .c files with inclusion
        of "extern" header files
      - moved function prototypes to resective header files
      - moved data structures and constants to respective header files
      - merged unnecessary mac.h file into mac_defs.h @ MAC UE
      - moved const variables suchs as tables to respective .c files
      - moved extern references to respective extern.h files
      73fbbf50
    • cig's avatar
      Cleanup and review of RA procedure after Msg3 transmission · f09ee3e5
      cig authored
      - related to section 5 of 3GPP TS 38.321 specs
      - handling of RA failure
      - handling of RA completion
      - first implementation of contention-based RA procedures
      - minor fixes related to ue_get_rach and init_ra functions
      f09ee3e5
    • cig's avatar
      UE power measurements fixes · 2e8e9b7d
      cig authored
      - RA preamble power computation review
      - RSRP review
      - PCmax computation
      - Pathloss computation
      - cleanup of reference to LTE
      - minor fixes
      2e8e9b7d
  30. 11 Jan, 2021 1 commit
    • cig's avatar
      UE Msg2 reception review · ad230dcc
      cig authored
      - enhancement of DL indication flow for Msg2 (RAR)
      - merging interface procedures to handle DLSCH and RAR together
      - better separation of MAC and PHY functionalities
      - cleanup of double ambiguous functions to process RAR
      - merging functions to process TA command into the ue_ta_procedures function
      - enhancement of logging and formatting in the process
      ad230dcc