Commit 30bfcfa6 authored by yangjian's avatar yangjian

Fix multiple UE registrations at the same time

parent c24ea6e0
......@@ -154,7 +154,8 @@ void amf_n11::handle_itti_message(
//------------------------------------------------------------------------------
void amf_n11::handle_itti_message(
itti_nsmf_pdusession_update_sm_context& itti_msg) {
std::string supi = pduid2supi.at(itti_msg.pdu_session_id);
// std::string supi = pduid2supi.at(itti_msg.pdu_session_id);
std::string supi = itti_msg.supi;
Logger::amf_n11().debug(
"Send PDU Session Update SM Context Request to SMF (SUPI %s, PDU Session "
"ID %d)",
......
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