Commit 917462b0 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Temporary fix for Security Mode control procedure to work with ng4T tester

parent f4b43144
...@@ -2055,12 +2055,10 @@ void amf_n1::authentication_response_handle( ...@@ -2055,12 +2055,10 @@ void amf_n1::authentication_response_handle(
return; return;
} else { } else {
Logger::amf_n1().debug("Authentication successful by network!"); Logger::amf_n1().debug("Authentication successful by network!");
if (!nc.get()->is_current_security_available) { // TODO: To verify UE/AMF behavior according to 3GPP TS 24.501
if (!start_security_mode_control_procedure(nc)) { // if (!nc.get()->is_current_security_available) {
Logger::amf_n1().error("Start SMC procedure failure"); if (!start_security_mode_control_procedure(nc)) {
} else { Logger::amf_n1().error("Start SMC procedure failure");
// ...
}
} }
} }
} }
......
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