Commit e85ba2df authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'fix_ue_security_issue' into 'develop'

Fix for 4 bytes UeSecurityCapability

See merge request oai/cn5g/oai-cn5g-amf!37
parents 0f9ac311 67b6b392
......@@ -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