Skip to content
Snippets Groups Projects
Select Git revision
  • f4d19c0d637c4d3c3a3b62d31e4a079b25f8c5b8
  • develop default
  • 2023.w43
  • 2023.w42
  • 2023.w41
  • 2023.w40
  • 2023.w39
  • 2023.w38
  • 2023.w37
  • 2023.w36
  • 2023.w34
  • 2023.w33
  • 2023.w32
  • v2.0.0
  • 2023.w31
  • 2023.w30
  • 2023.w29
  • 2023.w28
  • 2023.w27
  • 2023.w26
  • 2023.w25
  • 2023.w24
22 results

open-nfapi.oai.patch

Blame
  • open-nfapi.oai.patch 1.25 KiB
    diff --git a/nfapi/public_inc/nfapi_interface.h b/nfapi/public_inc/nfapi_interface.h
    index 2d58c2a..45af99a 100644
    --- a/nfapi/public_inc/nfapi_interface.h
    +++ b/nfapi/public_inc/nfapi_interface.h
    @@ -34,7 +34,7 @@
     #define NFAPI_MAX_NUM_ANTENNAS 8
     #define NFAPI_MAX_NUM_SUBBANDS 13
     #define NFAPI_MAX_BF_VECTORS 8
    -#define NFAPI_MAX_CC 1
    +#define NFAPI_MAX_CC 2
     #define NFAPI_MAX_NUM_PHYSICAL_ANTENNAS 8
     #define NFAPI_MAX_RSSI 8
     #define NFAPI_MAX_PSC_LIST 32
    @@ -1689,7 +1689,7 @@ typedef struct {
     	uint16_t number_pdu;
     	uint8_t number_pdsch_rnti;
     	uint16_t transmission_power_pcfich;
    -	nfapi_dl_config_request_pdu_t* dl_config_pdu_list;
    +        nfapi_dl_config_request_pdu_t* dl_config_pdu_list;
     } nfapi_dl_config_request_body_t;
     #define NFAPI_DL_CONFIG_REQUEST_BODY_TAG 0x2000
     
    @@ -1772,7 +1772,7 @@ typedef struct {
     	uint8_t number_of_cc;
     	struct {
     		uint8_t ri_size;
    -		uint8_t dl_cqi_pmi_size;
    +		uint8_t dl_cqi_pmi_size[8];
     	} cc[NFAPI_MAX_CC];
     } nfapi_ul_config_aperiodic_cqi_pmi_ri_report_t;
     
    @@ -1962,7 +1962,7 @@ typedef struct {
     } nfapi_ul_config_harq_information_rel8_fdd_t;
     #define NFAPI_UL_CONFIG_REQUEST_HARQ_INFORMATION_REL8_FDD_TAG 0x2019
     
    -typedef struct { 
    +typedef struct {  
     	nfapi_tl_t tl;
     	uint8_t harq_size;
     	uint8_t ack_nack_mode;