Commit ba221301 authored by Guido Casati's avatar Guido Casati

Disable EPS NAS security algorithms in 5GMM UE capabilities

* this is only relevant if N26 interface is supported by the AMF
  and the UE is supporting S1

closes #915
parent 60b0c182
......@@ -520,7 +520,7 @@ static FGMMCapability set_fgmm_capability(nr_ue_nas_t *nas)
cap.restrict_ec = 0;
cap.lpp = 1;
cap.ho_attach = 1;
cap.s1_mode = 1;
cap.s1_mode = 0;
if (cap.length == 1)
return cap; // Send minimum length only, 1 octet
......
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