An error occurred fetching the project authors.
  1. 18 May, 2021 1 commit
  2. 13 Apr, 2021 1 commit
  3. 15 Jan, 2021 1 commit
    • 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
  4. 11 Jan, 2021 2 commits
    • 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
    • cig's avatar
      Review of UE DL indication · 3e893b0d
      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
      3e893b0d
  5. 27 Dec, 2020 1 commit
    • cig's avatar
      Cleanup runmode @ UE side · a21e858f
      cig authored
      - removed unused arguments to phy functions
      - removed irrelevant conditions on UE run mode
      - replaced hardcoded param with PHY UE stored value
      a21e858f
  6. 09 Dec, 2020 1 commit
  7. 03 Dec, 2020 1 commit
  8. 13 Nov, 2020 1 commit
  9. 12 Oct, 2020 1 commit
  10. 09 Sep, 2020 1 commit
  11. 08 Sep, 2020 1 commit
    • cig's avatar
      Minor fixes UE · 9ac6dfee
      cig authored
      - added some descriptions to the code
      - fixed hardcoded factors
      - removed commented out and unused code
      - phy_procedures_nrUE_RX: removed unused do_pdcch_flag
      - updated LTE naming to 5G
      9ac6dfee
  12. 06 Aug, 2020 1 commit
  13. 13 May, 2020 1 commit
  14. 10 Feb, 2020 1 commit
  15. 15 Jan, 2020 2 commits
  16. 13 Jan, 2020 1 commit
  17. 10 Jan, 2020 1 commit
  18. 20 Dec, 2019 2 commits
  19. 17 Dec, 2019 1 commit
  20. 06 Dec, 2019 3 commits
    • 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
    • Ahmed Hussein's avatar
      5ac8b6f3
    • 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
  21. 19 Nov, 2019 1 commit
  22. 18 Oct, 2019 1 commit
  23. 23 Sep, 2019 1 commit
  24. 18 Jul, 2019 1 commit
  25. 16 Jul, 2019 1 commit
  26. 17 Jun, 2019 1 commit
  27. 05 Jun, 2019 1 commit
    • Florian Kaltenberger's avatar
      more changes to UE FAPI handling: · 2ed8aa4c
      Florian Kaltenberger authored
       - dci_request and dl_indication for PBCH now also on stack
       - fixed type of nrUE_config (was using structure for gNB before)
       - added configuration of PBCH to phy_config_request and using this config now in phy_procedures_nr_ue
       - we need to add configuration of PDCCH and PDSCH also to phy_config_request (there are still some hardcoded parameters)
       - removed UL scheduling for now
      2ed8aa4c
  28. 04 Jun, 2019 1 commit
    • Khalid Ahmed's avatar
      adding phy_procedures_nrUE_TX to ulsim · d34868e6
      Khalid Ahmed authored
      - adding SCHED_NR_UE_LIB to ulsim compilation library
      - fixing linking compilation problems
      - using fapi_nr_dci_pdu_rel15_t struct to initialize PUSCH
      - test_input random data is set in phy_procedures_nrUE_TX instead of ulsim
      d34868e6
  29. 11 Mar, 2019 1 commit
  30. 29 Nov, 2018 1 commit
  31. 28 Nov, 2018 3 commits
  32. 16 Aug, 2018 1 commit
  33. 25 Jul, 2018 1 commit