Commit 69de78e7 authored by Cedric Roux's avatar Cedric Roux

update FAPI struct BuildDataListElement_s, field rlcPduList

parent e959fbd2
......@@ -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;
......
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