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

Add debug info for gNB's PLMN

parent acc73357
......@@ -342,7 +342,9 @@ void amf_n2::handle_itti_message(itti_ng_setup_request& itti_msg) {
Logger::amf_n2().error("Missing Mandatory IE Global RAN Node ID");
return;
}
Logger::amf_n2().debug("Global RAN Node ID: 0x%x", gnb_id);
Logger::amf_n2().debug(
"RAN Node Info, Global RAN Node ID: 0x%x, MCC %s, MNC %s", gnb_id,
gnb_mcc.c_str(), gnb_mnc.c_str());
gc->globalRanNodeId = gnb_id;
gnbItem.gnb_id = gnb_id;
gnbItem.mcc = gnb_mcc;
......
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