lib,nas_5g: Fix logging in configuration update complete message

This commit is contained in:
Bedran Karakoc 2022-01-27 19:00:35 +01:00 committed by Bedran Karakoc
parent cf191d8306
commit 84c842f8c3
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ int nas_5g::send_configuration_update_complete()
pdu->N_bytes - SEQ_5G_OFFSET,
&pdu->msg[MAC_5G_OFFSET]);
logger.error("Sending Configuration Update Complete");
logger.info("Sending Configuration Update Complete");
rrc_nr->write_sdu(std::move(pdu));
ctxt_base.tx_count++;
return SRSRAN_SUCCESS;