Commit d9641cc5 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix RAN UE ID display

parent 53be2cc0
......@@ -90,7 +90,7 @@ void statistics::display() {
i = 0;
for (auto const& ue : ue_infos) {
Logger::amf_app().info(
"|%7d|%22s|%18s|%15s|%16d|%11d| %3s,%3s |%7d|", i + 1,
"|%7d|%22s|%18s|%15s|%16ld|%11ld| %3s,%3s |%7d|", i + 1,
ue.second.registerStatus.c_str(), ue.second.imsi.c_str(),
ue.second.guti.c_str(), ue.second.ranid, ue.second.amfid,
ue.second.mcc.c_str(), ue.second.mnc.c_str(), ue.second.cellId);
......
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