X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_uhm.c;h=36440d9f1bfc7806715fc73896ebca6ad9071779;hb=5d74fef7c9fe6b65a965ceac6bfe812872dab323;hp=840f37687770b8376f2e4264192135176d415bf5;hpb=e7b5eab0138956edeae768a021be476f4a7a807f;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_uhm.c b/src/5gnrmac/rg_uhm.c index 840f37687..36440d9f1 100755 --- a/src/5gnrmac/rg_uhm.c +++ b/src/5gnrmac/rg_uhm.c @@ -96,8 +96,6 @@ RgUeCb *ueCb; CrgUeCfg *ueCfg; #endif { - TRC2(rgUHMCrgUeCfg); - ueCb->ul.hqEnt.maxHqRetx = (ueCfg->ueUlHqCfg.maxUlHqTx - 1); RETVOID; } /* rgUHMCrgUeCfg */ @@ -134,7 +132,6 @@ RgUeCb *ueCb; CrgUeRecfg *ueRecfg; #endif { - TRC2(rgUHMCrgUeRecfg); ueCb->ul.hqEnt.maxHqRetx = (ueRecfg->ueUlHqRecfg.maxUlHqTx - 1); RETVOID;