NR RRC - RRCReestablishment - Fix MultiplePDU Regression

Changed the SRB2 and DRB at the do_RRCReconfiguration arguments, to pass the correct structures that are generated
parent 1923bed4
...@@ -1516,8 +1516,8 @@ cellGroupConfig->physicalCellGroupConfig = ue_p->masterCellGroup->physicalCellGr ...@@ -1516,8 +1516,8 @@ cellGroupConfig->physicalCellGroupConfig = ue_p->masterCellGroup->physicalCellGr
buffer, buffer,
RRC_BUF_SIZE, RRC_BUF_SIZE,
new_xid, new_xid,
*SRB_configList2, *ue_p->SRB_configList2,
DRB_configList, *ue_p->DRB_configList2,
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