Commit 6fb10cd5 authored by luis_pereira87's avatar luis_pereira87

Fix SRB_configList2 and DRB_configList2 array position (new_xid) while...

Fix SRB_configList2 and DRB_configList2 array position (new_xid) while creating RRCReconfiguration message after RRCReestablishmentComplete
parent f4dc3622
...@@ -1508,8 +1508,8 @@ void rrc_gNB_process_RRCReestablishmentComplete(const protocol_ctxt_t *const ctx ...@@ -1508,8 +1508,8 @@ void rrc_gNB_process_RRCReestablishmentComplete(const protocol_ctxt_t *const ctx
buffer, buffer,
RRC_BUF_SIZE, RRC_BUF_SIZE,
new_xid, new_xid,
*ue_p->SRB_configList2, ue_p->SRB_configList2[new_xid],
*ue_p->DRB_configList2, ue_p->DRB_configList2[new_xid],
NULL, NULL,
NULL, NULL,
NULL, NULL,
......
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