From 519de5f84b4f7c4a55c93b5a5454d8c4ac955047 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Wed, 28 Jul 2021 14:40:17 +0200 Subject: [PATCH] rrc_ue: disable warning when RRC receives UE cap info that is not EUTRA --- srsenb/src/stack/rrc/rrc_ue.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srsenb/src/stack/rrc/rrc_ue.cc b/srsenb/src/stack/rrc/rrc_ue.cc index 38821f2d1..4083cdb85 100644 --- a/srsenb/src/stack/rrc/rrc_ue.cc +++ b/srsenb/src/stack/rrc/rrc_ue.cc @@ -947,8 +947,7 @@ int rrc::ue::handle_ue_cap_info(ue_cap_info_s* msg) for (uint32_t i = 0; i < msg_r8->ue_cap_rat_container_list.size(); i++) { if (msg_r8->ue_cap_rat_container_list[i].rat_type != rat_type_e::eutra) { - parent->logger.warning("Not handling UE capability information for RAT type %s", - msg_r8->ue_cap_rat_container_list[i].rat_type.to_string()); + // Not handling UE capability information for RATs other than EUTRA continue; } asn1::cbit_ref bref(msg_r8->ue_cap_rat_container_list[i].ue_cap_rat_container.data(),