X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_msg_hdl.c;h=5a179322acb59d8d2aaae8ab88d647b2f1308228;hb=5256719522354a90ea688e9c95a1212d0104b34e;hp=323fcf1121a7dcbbe2a93bea2f09cc70daeb1aa9;hpb=19cfa92f2e0896a19c779a0507068cd00884537e;p=o-du%2Fl2.git diff --git a/src/du_app/du_msg_hdl.c b/src/du_app/du_msg_hdl.c index 323fcf112..5a179322a 100644 --- a/src/du_app/du_msg_hdl.c +++ b/src/du_app/du_msg_hdl.c @@ -142,7 +142,7 @@ uint8_t duBuildRlcCfg(Inst inst) genCfg = &(rlcMngmt.t.cfg.s.gen); /*----------- Fill General Configuration Parameters ---------*/ - genCfg->maxUe = duCfgParam.maxUe; + genCfg->maxUe = MAX_NUM_UE; genCfg->maxKwuSaps = 2; genCfg->maxUdxSaps = 1; genCfg->rlcMode = (inst == RLC_UL_INST) ? @@ -395,9 +395,9 @@ uint8_t duProcCfgComplete() cell->cellInfo.plmn[idx1].mnc[1] = duCfgParam.srvdCellLst[0].duCellInfo.cellInfo.srvdPlmn[0].plmn.mnc[1]; cell->cellInfo.plmn[idx1].mnc[2] = duCfgParam.srvdCellLst[0].duCellInfo.cellInfo.srvdPlmn[0].plmn.mnc[2]; } - cell->cellInfo.maxUe = duCfgParam.maxUe; + cell->cellInfo.maxUe = MAX_NUM_UE; cell->cellStatus = CELL_OUT_OF_SERVICE; - gCellStatus = CELL_DOWN; + gConfigInfo.gCellStatus = CELL_DOWN; duCb.cfgCellLst[duCb.numCfgCells] = cell; duCb.numCfgCells++; }