X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fctf.c;h=03bca9207dda0bafb84f4d45506aedae93661311;hb=be872311899d115fdf4565e4811cc8b37226ac53;hp=4a943f29fcdb534f4210525891249b7c354e4446;hpb=073b67b21b11eefdaa84a30029f374435c3e0fd0;p=o-du%2Fl2.git diff --git a/src/cm/ctf.c b/src/cm/ctf.c index 4a943f29f..03bca9207 100755 --- a/src/cm/ctf.c +++ b/src/cm/ctf.c @@ -4561,7 +4561,7 @@ Buffer *mBuf #endif if(param->unLicnsdCfgPres) { - printf("pverma param->unLicnsdCfgPres cm/ctf -->%d\n",param->unLicnsdCfgPres); + DU_LOG("\nDEBUG --> pverma param->unLicnsdCfgPres cm/ctf -->%d\n",param->unLicnsdCfgPres); CMCHKPK(cmPkCtfUnLicnsdCellParam, ¶m->lteUCfg, mBuf); } CMCHKPK(oduUnpackUInt8, param->unLicnsdCfgPres, mBuf); @@ -4795,7 +4795,7 @@ Buffer *mBuf if(param->unLicnsdCfgPres) { - printf("pverma param->unLicnsdCfgPres 2 -->%d \n",param->unLicnsdCfgPres); + DU_LOG("\nDEBUG --> pverma param->unLicnsdCfgPres 2 -->%d \n",param->unLicnsdCfgPres); CMCHKUNPK(cmUnpkCtfUnLicnsdCellParam, ¶m->lteUCfg, mBuf); } #ifdef EMTC_ENABLE @@ -5009,7 +5009,7 @@ Buffer *mBuf CMCHKUNPK(SUnpkS16, ¶m->pilotSigPwr, mBuf); CMCHKUNPK(SUnpkS16, ¶m->priSigPwr, mBuf); CMCHKUNPK(SUnpkS16, ¶m->secSigPwr, mBuf); - printf("param->pilotSigPwr = %d\nparam->priSigPwr = %d\n param->secSigPwr = %d\n",param->pilotSigPwr,param->priSigPwr,param->secSigPwr); + DU_LOG("\nDEBUG --> param->pilotSigPwr = %d\nparam->priSigPwr = %d\n param->secSigPwr = %d\n",param->pilotSigPwr,param->priSigPwr,param->secSigPwr); #ifdef ENABLE_API_LOG CMCHKUNPK(oduPackUInt8, ¶m->enableAPILog, mBuf); #endif /* ENABLE_API_LOG */