X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Frlc_cfg_dl.c;h=89c4318c8ba2b675e07c56a9f6c3b54621991834;hb=refs%2Fchanges%2F21%2F6421%2F1;hp=9c24eb424ba760237ec91ea2eee8d76291529abd;hpb=be872311899d115fdf4565e4811cc8b37226ac53;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/rlc_cfg_dl.c b/src/5gnrrlc/rlc_cfg_dl.c index 9c24eb424..89c4318c8 100755 --- a/src/5gnrrlc/rlc_cfg_dl.c +++ b/src/5gnrrlc/rlc_cfg_dl.c @@ -706,15 +706,9 @@ RlcEntCfgCfmInfo *entCfm return RFAILED; } /* Start throughput calculation for this UE */ - gCb->rlcThpt.thptPerUe[gCb->rlcThpt.numActvUe].ueIdx = ueId; - gCb->rlcThpt.thptPerUe[gCb->rlcThpt.numActvUe].dataVol = 0; + gCb->rlcThpt.thptPerUe[ueId -1].ueId = ueId; + gCb->rlcThpt.thptPerUe[ueId -1].dataVol = 0; gCb->rlcThpt.numActvUe++; - - if((rlcChkTmr(gCb, (PTR)(&gCb->rlcThpt), EVENT_RLC_THROUGHPUT_TMR)) == FALSE) - { - printf("\nHLAL Starting Throughput timer"); - rlcStartTmr(gCb, (PTR)(&gCb->rlcThpt), EVENT_RLC_THROUGHPUT_TMR); - } } /* Validate LChId for UM and AM modes */