An error occurred fetching the project authors.
  1. 27 Oct, 2020 1 commit
  2. 22 Oct, 2020 1 commit
  3. 22 Sep, 2020 1 commit
  4. 08 Sep, 2020 2 commits
    • 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
    • cig's avatar
      NR UE PUSCH procedures fixes · 66b117dc
      cig authored
      - moved remaining PUSCH PDU configuration from ULSCH
        procedures entirely to MAC
      - introduced a function for DMRS RE configuration
      - cleaned up redundant code in ULSCH procedures
      - fixed TBS computation for Msg3
      66b117dc
  5. 04 Sep, 2020 3 commits
    • cig's avatar
      Fixed warnings · 88e6fb9d
      cig authored
      88e6fb9d
    • cig's avatar
      Introduced a function to fill the scheduled_response · 1f684f79
      cig authored
      - redundant code for the configuration of the scheduled_response was removed
      - scheduled response is not needed to be stored in the NR_UE_MAC_INST struct as it passed to the function right away
      1f684f79
    • cig's avatar
      Msg3 implementation · 4715308b
      cig authored
      - extraction of resource allocation from Msg2
      - configuration of Msg3 PDU
      - Msg3 scheduling
      - MAC/PHY interface adaptations
      4715308b
  6. 06 Aug, 2020 1 commit
  7. 24 Jun, 2020 1 commit
  8. 16 Jun, 2020 1 commit
  9. 01 Jun, 2020 1 commit
  10. 13 May, 2020 1 commit
  11. 12 May, 2020 3 commits
  12. 11 May, 2020 1 commit
  13. 08 Apr, 2020 1 commit
  14. 07 Apr, 2020 1 commit
  15. 26 Mar, 2020 1 commit
  16. 27 Feb, 2020 1 commit
    • cig's avatar
      Fixes UE RA procedures: · 8ed99c28
      cig authored
      - using NR RACH config common from scc
      - fixed return type RA preamble target power functions
      - retrieving PRACH format from PRACH resources
      8ed99c28
  17. 11 Feb, 2020 1 commit
  18. 10 Feb, 2020 6 commits
  19. 07 Feb, 2020 1 commit
  20. 05 Feb, 2020 1 commit
  21. 28 Jan, 2020 1 commit
  22. 22 Jan, 2020 1 commit
  23. 20 Jan, 2020 1 commit
  24. 15 Jan, 2020 1 commit
  25. 10 Jan, 2020 1 commit
  26. 09 Jan, 2020 1 commit
  27. 01 Jan, 2020 1 commit
  28. 06 Dec, 2019 3 commits
    • Guido Casati's avatar
      Adaptation of MAC TA procedures to the design of handle_dlsch · cfbe18c9
      Guido Casati authored
      - introduced new parameter in nr_ue_dl_indication for UL time alignment
      - moved TA timer logic one level up so that now is executed every slot
      - set timer value to 80 slots to cope with the sl_ahead design
      - introduced new TA-related members to gNB MAC instance struct
      cfbe18c9
    • Guido Casati's avatar
      Maintenance of Uplink Time Alignment. Introduced control on TA transmission... · c6855cb8
      Guido Casati authored
      Maintenance of Uplink Time Alignment. Introduced control on TA transmission and TA update application.
      
      - ta_timer at gNB side to control the transmission of TA to the UE. This is now happening every 20 slots.
      - when the timer resets gNB is now transmitting the TA whether it is zero or not.
      - introduced struct NR_UL_TIME_ALIGNMENT_t to handle configuration of time alignment related parameters.
      - UE PHY RX: is now triggered through a flag when to store the TA command, the frame and slot
        when the application should occur.
      - UE PHY TX: when the tx frame and slot match the time alignment configuration, it process the TA command and applies the
        TA update
      c6855cb8
    • Guido Casati's avatar
      Implementation of TA procedures at MAC layer for gNB and UE · 310efee7
      Guido Casati authored
      - Initial gNB DLSCH and UE spec scheduling implentation
      - MAC PDU generation (including header as per TS 38.321)
      - MAC PDU processing at UE side with extracion of TA updates
      - General code cleanup
      - Introduced NR MAC COMMON folder, moved common files here
      310efee7