An error occurred fetching the project authors.
  1. 18 May, 2021 1 commit
  2. 12 May, 2021 1 commit
  3. 06 May, 2021 2 commits
  4. 30 Apr, 2021 1 commit
  5. 17 Apr, 2021 1 commit
  6. 16 Apr, 2021 1 commit
  7. 15 Apr, 2021 1 commit
  8. 14 Apr, 2021 1 commit
  9. 09 Apr, 2021 1 commit
  10. 05 Apr, 2021 1 commit
  11. 04 Apr, 2021 1 commit
  12. 30 Mar, 2021 3 commits
  13. 26 Mar, 2021 1 commit
  14. 12 Mar, 2021 1 commit
  15. 09 Mar, 2021 1 commit
    • cig's avatar
      Fix after review MR 1039 · 443a4491
      cig authored
      - FAPI structures not to be used as config_req at MAC since that FAPI is
        just for communication between MAC and PHY
      - additional frame_type member added to the FAPI struct
      443a4491
  16. 05 Mar, 2021 1 commit
  17. 04 Mar, 2021 1 commit
  18. 21 Feb, 2021 1 commit
  19. 08 Feb, 2021 1 commit
  20. 20 Jan, 2021 2 commits
    • rmagueta's avatar
      Fill msg3 for the RA · ee3f9396
      rmagueta authored
      ee3f9396
    • cig's avatar
      UE UL scheduling review · 9f6a8da0
      cig authored
      - new data structure RAR_grant_t to handle RAR grant
      - new common ul scheduler function
      - new common ul pdu configuration function handling ul grants
      - new function to fill ul_config_request
      - moved pdu configuration code from process dci function
      - merged procedures for Msg3 and PUSCH together in nr_ue_scheduler
      - the same functions are now handling both PUSCH and Msg3
      - relying on ul_config (no more RA Msg3 frame and slot storage)
      - done some cleanup and logging in the process
      9f6a8da0
  21. 18 Jan, 2021 1 commit
  22. 15 Jan, 2021 4 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
  23. 11 Jan, 2021 1 commit
  24. 27 Dec, 2020 5 commits
    • 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
      Configuration of msg3_deltaPreamble @ UE · b9a49238
      cig authored
      - according to clause 7.1.1. of TS 38.213
      b9a49238
    • 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
      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
  25. 09 Dec, 2020 1 commit
  26. 30 Nov, 2020 1 commit
  27. 23 Nov, 2020 1 commit
  28. 19 Nov, 2020 1 commit
  29. 10 Nov, 2020 1 commit