Skip to content
Snippets Groups Projects
Commit be430d59 authored by Cédric Roux's avatar Cédric Roux
Browse files

- Fix NAS identity request message send

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4611 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 27dea968
No related branches found
No related tags found
No related merge requests found
......@@ -1089,6 +1089,7 @@ static int _emm_as_send(const emm_as_t *msg)
nas_itti_dl_data_req(as_msg.msg.dl_info_transfer_req.UEid,
as_msg.msg.dl_info_transfer_req.nasMsg.data,
as_msg.msg.dl_info_transfer_req.nasMsg.length);
LOG_FUNC_RETURN (RETURNok);
} break;
case AS_NAS_ESTABLISH_RSP: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment