X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_msg_hdl.c;h=8a10eaf2218d75759e10f9a0dc980aaf69cc8130;hb=d1b4517721119198b267f58148ce6629e68b0369;hp=95d7e33e09635fd655d374de3c41fa9cce569730;hpb=f27b7e83366beb014dd32e1eb6d22d8901501eeb;p=o-du%2Fl2.git diff --git a/src/du_app/du_msg_hdl.c b/src/du_app/du_msg_hdl.c index 95d7e33e0..8a10eaf22 100644 --- a/src/du_app/du_msg_hdl.c +++ b/src/du_app/du_msg_hdl.c @@ -1792,7 +1792,7 @@ uint8_t DuProcRlcUlUserDataTrans(Pst *pst, RlcUlUserDatInfo *ulUserData) for(teIdx = 0; teIdx < duCb.numTeId; teIdx++) { /*TODO: If multiple Cell Support is enables then CellId also needs to be validated alongwith ueId and DrbId*/ - if((duCb.upTnlCfg[teIdx] != NULLP) && (duCb.upTnlCfg[teIdx]->ueIdx == ulUserData->ueId) && \ + if((duCb.upTnlCfg[teIdx] != NULLP) && (duCb.upTnlCfg[teIdx]->ueId == ulUserData->ueId) && \ (duCb.upTnlCfg[teIdx]->drbId == ulUserData->rbId)) { if(duCb.upTnlCfg[teIdx]->tnlCfg1)