diff --git a/openair2/LAYER2/MAC/ff-mac-common.h b/openair2/LAYER2/MAC/ff-mac-common.h index a2015d22536a63430ae0d2cf019b9460f4ee44da..2715b33915037281de6d21afcf7febd212ddcd7e 100644 --- a/openair2/LAYER2/MAC/ff-mac-common.h +++ b/openair2/LAYER2/MAC/ff-mac-common.h @@ -271,7 +271,7 @@ struct BuildDataListElement_s * ceBitmap[0] = ff_TA; ceBitmap[1] = ff_DRX | ff_AD; */ uint8_t ceBitmap[MAX_TB_LIST]; uint8_t nr_rlcPDU_List; - struct RlcPduListElement_s *rlcPduList[MAX_TB_LIST]; + struct RlcPduListElement_s (*rlcPduList)[MAX_TB_LIST]; uint8_t servCellIndex; //definition according to 36.331 'ServCellIndex' /* Hex content of Activation/Deactivation MAC CE */ uint8_t activationDeactivationCE;