An error occurred fetching the project authors.
  1. 16 Dec, 2019 1 commit
  2. 12 Dec, 2019 1 commit
  3. 05 Dec, 2019 1 commit
  4. 20 Nov, 2019 2 commits
  5. 18 Nov, 2019 3 commits
  6. 05 Nov, 2019 1 commit
  7. 30 Oct, 2019 1 commit
  8. 29 Oct, 2019 1 commit
  9. 28 Oct, 2019 3 commits
  10. 24 Oct, 2019 1 commit
  11. 21 Oct, 2019 1 commit
  12. 18 Oct, 2019 1 commit
  13. 08 Oct, 2019 6 commits
  14. 27 Sep, 2019 2 commits
  15. 20 Sep, 2019 1 commit
  16. 23 Aug, 2019 5 commits
  17. 04 Jun, 2019 5 commits
  18. 14 Apr, 2019 2 commits
  19. 07 Mar, 2019 2 commits
    • Ahmed Hussein's avatar
    • Ahmed's avatar
      ULSCH decoding functionality at gNB side · 9947a6bc
      Ahmed authored
      Added the following structs and enums in "defs_gNB.h"
      - NR_UL_gNB_HARQ_t
      - NR_gNB_ULSCH_t
      - NR_SCH_status_t
      
      added the following structs in "nfapi_nr_interface.h"
      - nfapi_nr_ul_config_ulsch_pdu
      - nfapi_nr_ul_config_ulsch_pdu_rel15_t
      - nfapi_nr_ul_srs_config_t
      - nr_pusch_freq_hopping_t
      
      added nr_ulsch.h for the ulsch decoding function declarations
      - free_gNB_ulsch
      - new_gNB_ulsch
      - nr_ulsch_decoding
      
      added nr_ulsch_decoding.c for the implementation of the ulsch decoding functions
      - free_gNB_ulsch
      - new_gNB_ulsch
      - nr_ulsch_decoding
      9947a6bc