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 db0f5be commit 6e8f6aaCopy full SHA for 6e8f6aa
lib/f1u/du/f1u_bearer_impl.cpp
@@ -129,11 +129,10 @@ void f1u_bearer_impl::fill_data_delivery_status(nru_ul_message& msg)
129
130
void f1u_bearer_impl::on_expired_ul_notif_timer()
131
{
132
- logger.log_debug("UL notification timer expired");
133
nru_ul_message msg = {};
134
fill_data_delivery_status(msg);
135
if (msg.data_delivery_status.has_value()) {
136
- logger.log_debug("Sending data delivery status");
+ logger.log_debug("Sending data delivery status due to expired UL notification timer");
137
tx_pdu_notifier.on_new_pdu(std::move(msg));
138
}
139
0 commit comments