Commit c0dad870 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Add debuging log

parent cb1f85d5
......@@ -2167,6 +2167,10 @@ void amf_n1::security_mode_complete_handle(
security_mode_complete->decodefrombuffer(
nullptr, (uint8_t*) bdata(nas_msg), blength(nas_msg));
comUt::print_buffer(
"amf_n1", "Security Mode Complete message buffer",
(uint8_t*) bdata(nas_msg), blength(nas_msg));
bstring nas_msg_container;
if (security_mode_complete->getNasMessageContainer(nas_msg_container)) {
comUt::print_buffer(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment