Commit 67b6b392 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix for 4 bytes UeSecurityCapability

parent 0f9ac311
......@@ -1028,6 +1028,7 @@ void amf_n1::registration_request_handle(
if (!regReq->getUeSecurityCapability(
encrypt_alg, integrity_alg, security_cap_eea, security_cap_eia)) {
Logger::amf_n1().warn("No Optional IE UESecurityCapability available");
} else {
nc.get()->ueSecurityCaplen = regReq->ie_ue_security_capability->getLength();
}
......
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