Skip to content
Snippets Groups Projects
Commit 66e33e3e authored by lionelgo's avatar lionelgo Committed by Raphael Defosseux
Browse files

fix logging compilation on ngap test folder

parent e8803b9f
No related branches found
No related tags found
1 merge request!83Add Unit testing to common-src
......@@ -109,7 +109,7 @@ NG Application Protocol (UplinkNASTransport)
NULL, &asn_DEF_Ngap_NGAP_PDU, (void **)&ngap_msg_pdu, packet_bytes,
sizeof(packet_bytes), 0, 0);
Logger::ngap().debug(
oai::logger::logger_registry::get_logger(LOGGER_COMMON).debug(
"Decoded NGAP message, procedure code %d, present %d",
ngap_msg_pdu->choice.initiatingMessage->procedureCode,
ngap_msg_pdu->present);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment