X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_cfg.c;fp=src%2F5gnrmac%2Frg_cfg.c;h=e45326b92bf200346067b850551f16e4915787a6;hb=79661a503b0e6bcbe20fe0e19eb920110ab35242;hp=64a66d3b4c2cb35739593fbb45ff7f605c82c55f;hpb=488f5ed56e82148cd09eb8c4e62ad6f0009d6761;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_cfg.c b/src/5gnrmac/rg_cfg.c index 64a66d3b4..e45326b92 100755 --- a/src/5gnrmac/rg_cfg.c +++ b/src/5gnrmac/rg_cfg.c @@ -603,7 +603,8 @@ RgErrInfo *errInfo SuId rguUlSapId = 0; SuId rguDlSapId = 0; /* RLC SAP to allocate flowCntrlInd buffer*/ - Pst *pst ; + /* Commented below to resolve compilation warning */ + //Pst *pst ; errInfo->errCause = RGERR_CFG_CRG_CELL_CFG; @@ -686,7 +687,8 @@ RgErrInfo *errInfo rgUpdtCellCnt(inst,RG_CFG_ADD); errInfo->errCause = RGERR_NONE; - pst = &rgCb[inst].rguSap[rguDlSapId].sapCfg.sapPst; + /* Commented below to resolve compilation warning */ + //pst = &rgCb[inst].rguSap[rguDlSapId].sapCfg.sapPst; /* Allocate a buffer for flowCntrlInd.*/ MAC_ALLOC(cell->flowCntrlInd, sizeof(RguFlowCntrlInd)); if(cell->flowCntrlInd == NULLP)