Skip to content

Commit 704df95

Browse files
FabianEckermannFabian Eckermann
authored andcommitted
cu_cp,f1ap: improve log message and increase to warning
1 parent 62ab05a commit 704df95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/f1ap/cu_cp/f1ap_cu_impl.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ void f1ap_cu_impl::handle_initial_ul_rrc_message(const init_ul_rrc_msg_transfer_
240240
}
241241

242242
if (msg->rrc_container_rrc_setup_complete_present) {
243-
logger.debug("du_ue={}: Ignoring RRC Container RRCSetupComplete", du_ue_id);
243+
logger.warning("du_ue={}: Ignoring RRC Container RRCSetupComplete. Cause: Network Sharing with multiple cell-ID "
244+
"broadcast is not supported",
245+
du_ue_id);
244246
}
245247

246248
const gnb_cu_ue_f1ap_id_t cu_ue_f1ap_id = ue_ctxt_list.allocate_gnb_cu_ue_f1ap_id();

0 commit comments

Comments
 (0)