From c4ee8c1ff41f6390a12212ba7f8a31120597264c Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Fri, 4 May 2018 13:51:37 +0200 Subject: [PATCH] Add TPC commands to log --- srsue/src/phy/phch_worker.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srsue/src/phy/phch_worker.cc b/srsue/src/phy/phch_worker.cc index 16152a428..d5c586fd7 100644 --- a/srsue/src/phy/phch_worker.cc +++ b/srsue/src/phy/phch_worker.cc @@ -579,8 +579,8 @@ bool phch_worker::decode_pdcch_dl(srsue::mac_interface_phy::mac_grant_t* grant) if (log_h->get_level() >= srslte::LOG_LEVEL_INFO) { srslte_vec_sprint_hex(hexstr, sizeof(hexstr), dci_msg.data, dci_msg.nof_bits); } - Info("PDCCH: DL DCI %s cce_index=%2d, L=%d, n_data_bits=%d, hex=%s\n", srslte_dci_format_string(dci_msg.format), - last_dl_pdcch_ncce, (1<phy_grant.ul.mcs.tbs==0) { Info("Received PUSCH grant with empty data\n");