Commit 3afd143e authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Disable Configuration Update Command

parent 28a5a1e8
...@@ -2760,6 +2760,14 @@ void amf_n1::registration_complete_handle( ...@@ -2760,6 +2760,14 @@ void amf_n1::registration_complete_handle(
return; return;
} }
// TODO: Configuration Update Command message causes issue for UERANSIM
// (it does not accept the first PDU Session Establishment Accept, then it
// will send a second PDU Session Establishment Request and accept the second
// PDU Session Establishment Accept) Therefore, we disable this temporarily to
// make it work with UERANSIM
Logger::amf_n1().debug(
"Do not sending Configuration Update Command in this version!");
/*
Logger::amf_n1().debug("Preparing Configuration Update Command message"); Logger::amf_n1().debug("Preparing Configuration Update Command message");
// Encode Configuration Update Command // Encode Configuration Update Command
auto configuration_update_command = auto configuration_update_command =
...@@ -2798,6 +2806,7 @@ void amf_n1::registration_complete_handle( ...@@ -2798,6 +2806,7 @@ void amf_n1::registration_complete_handle(
"Could not send ITTI message %s to task TASK_AMF_N2", "Could not send ITTI message %s to task TASK_AMF_N2",
dnt->get_msg_name()); dnt->get_msg_name());
} }
*/
} }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
......
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