Skip to content

Commit 6e8f6aa

Browse files
robertfalkenbergcodebot
authored andcommitted
f1u,du: adjust logging of UL notification timer
1 parent db0f5be commit 6e8f6aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/f1u/du/f1u_bearer_impl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,10 @@ void f1u_bearer_impl::fill_data_delivery_status(nru_ul_message& msg)
129129

130130
void f1u_bearer_impl::on_expired_ul_notif_timer()
131131
{
132-
logger.log_debug("UL notification timer expired");
133132
nru_ul_message msg = {};
134133
fill_data_delivery_status(msg);
135134
if (msg.data_delivery_status.has_value()) {
136-
logger.log_debug("Sending data delivery status");
135+
logger.log_debug("Sending data delivery status due to expired UL notification timer");
137136
tx_pdu_notifier.on_new_pdu(std::move(msg));
138137
}
139138
}

0 commit comments

Comments
 (0)