Commit 28dcd0fd authored by hsum's avatar hsum

Remove print log code

parent 99495f60
......@@ -2040,7 +2040,6 @@ static void remove_ul_config_req_pdu(int index, nfapi_ul_config_request_t *ul_co
int oai_nfapi_ul_tti_req(nfapi_nr_ul_tti_request_t *ul_tti_req) {
nfapi_vnf_p7_config_t *p7_config = vnf.p7_vnfs[0].config;
LOG_I(NR_PHY, "Entering oai_nfapi_ul_tti_req sfn:%d,slot:%d\n", ul_tti_req->SFN, ul_tti_req->Slot);
ul_tti_req->header.phy_id = 1; // HACK TODO FIXME - need to pass this around!!!!
ul_tti_req->header.message_id = NFAPI_NR_PHY_MSG_TYPE_UL_TTI_REQUEST;
......
......@@ -804,10 +804,6 @@ int phy_procedures_gNB_uespec_RX(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx)
slot_rx,
uci_pdu_format0,
pucch_pdu);
LOG_I(PHY,
"frame %d, slot %d: PUCCH\n",
frame_rx,
slot_rx);
gNB->UL_INFO.uci_ind.num_ucis += 1;
pucch->active = 0;
break;
......
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