Commit e828d0e6 authored by Guido Casati's avatar Guido Casati

Removed unused num_ulprbbl in gNB_MAC_INST_s

parent 2ff25e68
...@@ -842,7 +842,7 @@ typedef struct gNB_MAC_INST_s { ...@@ -842,7 +842,7 @@ typedef struct gNB_MAC_INST_s {
NR_COMMON_channels_t common_channels[NFAPI_CC_MAX]; NR_COMMON_channels_t common_channels[NFAPI_CC_MAX];
/// current PDU index (BCH,DLSCH) /// current PDU index (BCH,DLSCH)
uint16_t pdu_index[NFAPI_CC_MAX]; uint16_t pdu_index[NFAPI_CC_MAX];
int num_ulprbbl; /// UL PRBs blacklist
uint16_t ulprbbl[MAX_BWP_SIZE]; uint16_t ulprbbl[MAX_BWP_SIZE];
/// NFAPI Config Request Structure /// NFAPI Config Request Structure
nfapi_nr_config_request_scf_t config[NFAPI_CC_MAX]; nfapi_nr_config_request_scf_t config[NFAPI_CC_MAX];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment