removed pdcch log

This commit is contained in:
Ismael Gomez 2017-09-06 18:13:37 +02:00
parent 394d8f166a
commit ea0f6f2e2a
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ bool phch_worker::decode_pdcch_dl(srsue::mac_interface_phy::mac_grant_t* grant)
srslte_dci_msg_t dci_msg;
srslte_ra_dl_dci_t dci_unpacked;
Info("Looking for RNTI=0x%x\n", dl_rnti);
Debug("Looking for RNTI=0x%x\n", dl_rnti);
if (srslte_ue_dl_find_dl_dci_type(&ue_dl, phy->config->dedicated.antenna_info_explicit_value.tx_mode, cfi, tti%10,
dl_rnti, type, &dci_msg) != 1) {