Commit e604c3f3 authored by chenyi's avatar chenyi

Remove measurement SR log

parent 25525d5a
......@@ -3497,7 +3497,7 @@ static uint8_t pack_nr_uci_pucch_0_1(void* tlv, uint8_t **ppWritePackedMsg, uint
if (!push8(value->sr.sr_confidence_level, ppWritePackedMsg, end))
return 0;
}
LOG_I(PHY,"UCI:value->pduBitmap:%d\n",value->pduBitmap);
if (((value->pduBitmap >> 1) & 0x01)) { //HARQ
if (!push8(value->harq.num_harq, ppWritePackedMsg, end))
return 0;
......
......@@ -996,7 +996,7 @@ void nr_schedule_ue_spec(module_id_t module_id,
harq->feedback_slot = pucch->ul_slot;
harq->is_waiting = true;
UE->mac_stats.dl.rounds[harq->round]++;
// LOG_I(NR_MAC,"(%d/%d)pucch->sr_flag:%d\n",frame,slot,pucch->sr_flag);
LOG_D(NR_MAC,
"%4d.%2d [DLSCH/PDSCH/PUCCH] RNTI %04x DCI L %d start %3d RBs %3d startSymbol %2d nb_symbol %2d dmrspos %x MCS %2d nrOfLayers %d TBS %4d HARQ PID %2d round %d RV %d NDI %d dl_data_to_ULACK %d (%d.%d) PUCCH allocation %d TPC %d\n",
frame,
......
......@@ -68,7 +68,7 @@ static void nr_fill_nfapi_pucch(gNB_MAC_INST *nrmac,
memset(pucch_pdu, 0, sizeof(nfapi_nr_pucch_pdu_t));
future_ul_tti_req->n_pdus += 1;
LOG_I(NR_MAC,
LOG_D(NR_MAC,
"%s %4d.%2d Scheduling pucch reception in %4d.%2d: bits SR %d, DAI %d, CSI %d on res %d\n",
pucch->dai_c>0 ? "pucch_acknack" : "",
frame,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment