Commit f04af2a2 authored by Cedric Roux's avatar Cedric Roux

- Copy the entire keNB generated (32 bytes)

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4463 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e120336a
......@@ -323,7 +323,7 @@ int mme_app_handle_create_sess_resp(SgwCreateSessionResponse *create_sess_resp_p
attach_accept_p = &message_p->msg.nas_attach_accept;
derive_keNB(ue_context_p->vector_in_use->kasme, 156, &keNB);
memcpy(attach_accept_p->transparent.keNB, keNB, 16);
memcpy(attach_accept_p->transparent.keNB, keNB, 32);
free(keNB);
......
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