An error occurred fetching the project authors.
  1. 14 Oct, 2019 1 commit
  2. 20 Sep, 2019 1 commit
  3. 23 Aug, 2019 5 commits
  4. 04 Jun, 2019 5 commits
  5. 14 Apr, 2019 2 commits
  6. 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