We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be614e0 commit f64f7eaCopy full SHA for f64f7ea
lib/ngap/ngap_impl.cpp
@@ -275,7 +275,7 @@ void ngap_impl::handle_tx_ue_radio_capability_info_indication_required(
275
ue_radio_cap_info_ind_msg->amf_ue_ngap_id = amf_ue_id_to_uint(amf_ue_id);
276
ue_radio_cap_info_ind_msg->ue_radio_cap = msg.ue_cap_rat_container_list.copy();
277
278
- ue_ctxt.logger.log_info("Sending UE Radio Capability Info Indication");
+ ue_ctxt.logger.log_info("Scheduling UE Radio Capability Info Indication");
279
280
// Schedule transmission of UE Radio Capability Info Indication to AMF
281
ue->schedule_async_task(launch_async([this, ngap_msg](coro_context<async_task<void>>& ctx) {
0 commit comments