An error occurred fetching the project authors.
  1. 12 Mar, 2021 5 commits
  2. 06 Mar, 2021 1 commit
  3. 04 Mar, 2021 1 commit
  4. 01 Mar, 2021 1 commit
  5. 24 Feb, 2021 1 commit
  6. 22 Feb, 2021 1 commit
  7. 21 Feb, 2021 1 commit
  8. 17 Feb, 2021 1 commit
  9. 12 Feb, 2021 1 commit
  10. 11 Feb, 2021 1 commit
  11. 08 Feb, 2021 2 commits
  12. 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
  13. 28 Jan, 2021 1 commit
  14. 25 Jan, 2021 1 commit
  15. 21 Jan, 2021 1 commit
  16. 20 Jan, 2021 1 commit
  17. 15 Jan, 2021 5 commits
    • cig's avatar
      Review Msg3 tranmission · fcd77ea1
      cig authored
      - now transmitting resetting Msg3 slot and frame to -1 after transmission
      - cleanup in Msg3 scheduling
      - checked Msg3 pdu configuration against the 3GPP specs
      fcd77ea1
    • cig's avatar
      Migration of UE MAC RA-related members to a new data struct · 0f809dd4
      cig authored
      - new data struct is RA_config_t
      - all RA-related members have been moved to the new struct
      - static variables have been migrated too
      0f809dd4
    • 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
  18. 09 Jan, 2021 1 commit
  19. 27 Dec, 2020 9 commits
    • cig's avatar
      RAR reception review @ UE · f4b8e780
      cig authored
      - fixes to backoff counter procedure
      - updated received target power computation (TS 38.321 R16)
      f4b8e780
    • cig's avatar
      Cleanup RA procedure @ UE · a30c8075
      cig authored
      - review/cleanup of commented out descriptions
      - logging
      - indentation
      - spacing
      - typos
      - cleanup of unused RA_tx_frame, RA_tx_slot members
      a30c8075
    • cig's avatar
      RA initialization review according to 5.1.1 of TS 38.321 v16.2.1 · 9aa7b5b4
      cig authored
      - moved init code to new function init_RA
      - moved relevant variables from MAC to prach_resources
      - cleanup of unused struct members
      - other minor fixes
      9aa7b5b4
    • cig's avatar
      Moved RA-RNTI computation to new function @ MAC UE · 833d2ae4
      cig authored
      833d2ae4
    • cig's avatar
      Configuration of msg3_deltaPreamble @ UE · b9a49238
      cig authored
      - according to clause 7.1.1. of TS 38.213
      b9a49238
    • cig's avatar
      AssertFatal cleanup @ UE · 9788aff8
      cig authored
      - focus: RA procedures, PHY procedures
      9788aff8
    • cig's avatar
      UE get PRACH resources review @ MAC · 2bd1ab87
      cig authored
      - Moved code for SSB to RACH mapping config to new function
      - Moved RA preambles configuration routine to new function
      - Removed irrelevant arguments to nr_get_prach_resources
      - turned some struct members and local vars into global vars
      - added checks on the RA Type as per TS 38.321 clause 5.1.1
      - minor cleanups
      - currently only 4-step RA is available
      2bd1ab87
    • cig's avatar
      Introduced RA type @ UE · ef1decce
      cig authored
      - whether it is 2-step or 4-step RA
      - added checks on CFRA and 2-step RA pointer members
      - introduced enum and PRACH resources struct member
      ef1decce
    • cig's avatar
      Cleanup RA procedure · 1d2d96f3
      cig authored
      - removed irrelevant prach_config_enabled parameter
      - cleanup of commented out code
      - minor fixes
      - enhancement of logging
      1d2d96f3
  20. 09 Dec, 2020 1 commit
  21. 04 Dec, 2020 1 commit
  22. 13 Nov, 2020 1 commit
  23. 27 Oct, 2020 1 commit