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

Update configuration display

parent 7ac31d52
......@@ -100,7 +100,7 @@ int smf_app::apply_config(const smf_config& cfg) {
Logger::smf_app().info("Applied config %s", it->second.dnn.c_str());
paa.ipv4_address = it->second.ue_pool_range_low;
std::string ipv4_addr(inet_ntoa(paa.ipv4_address));
Logger::smf_app().info("PAA Ipv4 ", ipv4_addr.c_str());
Logger::smf_app().info("PAA Ipv4: %s", ipv4_addr.c_str());
}
if ((it->second.pdu_session_type.pdu_session_type ==
......
This diff is collapsed.
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