Commit 2756b871 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Code cleanup

parent 0869cc8f
......@@ -1178,7 +1178,7 @@ bool amf_n2::handle_itti_message(itti_handover_required& itti_msg) {
plmn->getMnc(mnc);
Logger::amf_n2().debug(
"Handover Required, Target ID GlobalRanNodeID PLmn (MCC %s, MNC %s, "
"Handover Required, Target ID GlobalRanNodeID PLMN (MCC %s, MNC %s, "
"gNBId 0x%x)",
mcc.c_str(), mnc.c_str(), gnbid->getValue());
......
......@@ -35,8 +35,8 @@ namespace ngap {
//------------------------------------------------------------------------------
TAI::TAI() {
plmnId = NULL;
tac = NULL;
plmnId = nullptr;
tac = nullptr;
}
//------------------------------------------------------------------------------
......
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