X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_ue_mgr.c;h=b27158b6415cfb8f997376061d918fa32945d33b;hb=18d42ac8b0075fbb0a1bb3f6aaff17d447e95204;hp=8a60ade43d33594ea4fb5012d3f2ad83cf8f8ed5;hpb=c548e17125cafaa528acd0f040f93c188b00a488;p=o-du%2Fl2.git diff --git a/src/du_app/du_ue_mgr.c b/src/du_app/du_ue_mgr.c index 8a60ade43..b27158b64 100644 --- a/src/du_app/du_ue_mgr.c +++ b/src/du_app/du_ue_mgr.c @@ -527,7 +527,7 @@ int32_t genGnbDuUeF1apId(uint8_t cellId) GET_CELL_IDX(cellId, cellIdx); if(duCb.actvCellLst[cellIdx]) { - return ++duCb.actvCellLst[cellIdx]->gnbDuUeF1apIdGenerator; + return ++duCb.gnbDuUeF1apIdGenerator; } else {