Commit be430d59 authored by Cedric Roux's avatar Cedric Roux

- Fix NAS identity request message send

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4611 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 27dea968
......@@ -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: {
......
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