NR RRC - Changed drb_priority array size to 32

parent 7169e0a3
...@@ -782,7 +782,7 @@ rrc_gNB_generate_dedicatedRRCReconfiguration( ...@@ -782,7 +782,7 @@ rrc_gNB_generate_dedicatedRRCReconfiguration(
int i; int i;
uint8_t drb_id_to_setup_start = 1; uint8_t drb_id_to_setup_start = 1;
uint8_t nb_drb_to_setup = rrc->configuration.drbs; uint8_t nb_drb_to_setup = rrc->configuration.drbs;
long drb_priority[4] = {13,12,11,10}; long drb_priority[32];
NR_CellGroupConfig_t *cellGroupConfig = NULL; NR_CellGroupConfig_t *cellGroupConfig = NULL;
uint8_t xid = rrc_gNB_get_next_transaction_identifier(ctxt_pP->module_id); uint8_t xid = rrc_gNB_get_next_transaction_identifier(ctxt_pP->module_id);
......
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