An error occurred fetching the project authors.
  1. 20 May, 2021 1 commit
  2. 06 May, 2021 1 commit
  3. 26 Apr, 2021 1 commit
  4. 22 Apr, 2021 1 commit
  5. 13 Apr, 2021 2 commits
  6. 30 Mar, 2021 1 commit
  7. 19 Mar, 2021 2 commits
    • Thomas Schlichter's avatar
      NR_UE: always break out of MAC PDU processing after pdu_len Bytes · 98f8a49f
      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!
      98f8a49f
    • Sakthivel Velumani's avatar
      Fixed do-ra bug · 377dbc71
      Sakthivel Velumani authored
      377dbc71
  8. 17 Mar, 2021 1 commit
    • Sakthivel Velumani's avatar
      More fixes · f4cfe281
      Sakthivel Velumani authored
      1.Changes to support multi slot parallel processing
      2.Changes to run rfsimulator without multi-threading
      f4cfe281
  9. 16 Mar, 2021 1 commit
  10. 15 Mar, 2021 1 commit
  11. 13 Mar, 2021 1 commit
  12. 12 Mar, 2021 3 commits
  13. 11 Mar, 2021 1 commit
  14. 08 Mar, 2021 1 commit
    • cig's avatar
      Fixes to NR UE power measurements · 94262c62
      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
      94262c62
  15. 05 Mar, 2021 1 commit
  16. 03 Mar, 2021 1 commit
  17. 18 Feb, 2021 1 commit
  18. 11 Feb, 2021 2 commits
  19. 08 Feb, 2021 1 commit
  20. 01 Feb, 2021 3 commits
  21. 29 Jan, 2021 1 commit
    • cig's avatar
      Review of MR 1025 · b8971da0
      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
      b8971da0
  22. 25 Jan, 2021 1 commit
  23. 22 Jan, 2021 1 commit
  24. 15 Jan, 2021 4 commits
    • cig's avatar
      Fixed warnings related to unused variables @ NR UE · e685afdb
      cig authored
      e685afdb
    • cig's avatar
      Cleanup MAC header files · 50239eac
      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
      50239eac
    • cig's avatar
      Cleanup and review of RA procedure after Msg3 transmission · 304d36fc
      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
      304d36fc
    • cig's avatar
      UE power measurements fixes · 1e1550c8
      cig authored
      - RA preamble power computation review
      - RSRP review
      - PCmax computation
      - Pathloss computation
      - cleanup of reference to LTE
      - minor fixes
      1e1550c8
  25. 11 Jan, 2021 2 commits
    • cig's avatar
      UE Msg2 reception review · c07f0bdb
      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
      c07f0bdb
    • cig's avatar
      Review of UE DL indication · aa65e6c7
      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
      aa65e6c7
  26. 02 Jan, 2021 1 commit
  27. 29 Dec, 2020 1 commit
  28. 27 Dec, 2020 2 commits
    • cig's avatar
      AssertFatal cleanup @ UE · 898c3e53
      cig authored
      - focus: RA procedures, PHY procedures
      898c3e53
    • cig's avatar
      Cleanup RA procedure · e9e23924
      cig authored
      - removed irrelevant prach_config_enabled parameter
      - cleanup of commented out code
      - minor fixes
      - enhancement of logging
      e9e23924