Commit 00f51571 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Merge branch 'temporary_fix_smc_procedure' into 'develop'

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

See merge request oai/cn5g/oai-cn5g-amf!92
parents f4b43144 917462b0
......@@ -2055,12 +2055,10 @@ void amf_n1::authentication_response_handle(
return;
} else {
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 (!nc.get()->is_current_security_available) {
if (!start_security_mode_control_procedure(nc)) {
Logger::amf_n1().error("Start SMC procedure failure");
} else {
// ...
}
}
}
}
......
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