From 2aeb32533f6518f5baf60f76822da674b17550bc Mon Sep 17 00:00:00 2001 From: Ismael Gomez Date: Tue, 19 Oct 2021 15:05:00 +0200 Subject: [PATCH] Print error setting ul grant --- srsenb/src/phy/phy_ue_db.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/srsenb/src/phy/phy_ue_db.cc b/srsenb/src/phy/phy_ue_db.cc index a5fa379e9..9e86a60d1 100644 --- a/srsenb/src/phy/phy_ue_db.cc +++ b/srsenb/src/phy/phy_ue_db.cc @@ -784,6 +784,7 @@ int phy_ue_db::set_ul_grant_available(uint32_t tti, const stack_interface_phy_lt // Check that eNb Cell/Carrier is active for the given RNTI if (_assert_active_enb_cc(rnti, enb_cc_idx) != SRSRAN_SUCCESS) { ret = SRSRAN_ERROR; + srslog::fetch_basic_logger("RRC-NR").error("Error setting grant for rnti=0x%x, cc=%d\n", rnti, enb_cc_idx); continue; } // Rise Grant available flag