X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_f1ap_msg_hdl.c;h=079b234cccaa8d180199817fc90d94d8cf072046;hb=9c4801c94d7798cc638a6b112d514e68c695f20a;hp=fcff8e897d3a33b56ff0d0d5203355c4c276876d;hpb=9f07d42c8d327e4009833fc4c673e4086c4e726e;p=o-du%2Fl2.git diff --git a/src/du_app/du_f1ap_msg_hdl.c b/src/du_app/du_f1ap_msg_hdl.c index fcff8e897..079b234cc 100644 --- a/src/du_app/du_f1ap_msg_hdl.c +++ b/src/du_app/du_f1ap_msg_hdl.c @@ -12012,7 +12012,7 @@ uint8_t procF1UeContextSetupReq(F1AP_PDU_t *f1apMsg) ret = RFAILED; break; } - duUeCb = &duCb.actvCellLst[cellIdx]->hoUeCb[ueIdx]; + duUeCb = &duCb.actvCellLst[cellIdx]->ueCb[ueIdx]; duUeCb->f1UeDb = NULL; duUeCb->gnbCuUeF1apId = gnbCuUeF1apId; duUeCb->gnbDuUeF1apId = gnbDuUeF1apId;