Commit c4e45257 authored by winckel's avatar winckel

Fixed a build issue with DISABLE_USE_NAS defined.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4760 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a3ea6666
......@@ -271,7 +271,7 @@ request_auth: {
MME_APP_DEBUG("and we have no auth. vector for it, request"
" authentication information\n");
// mme_app_dump_ue_contexts();
mme_app_request_authentication_info(imsi, 1, &plmn);
mme_app_request_authentication_info(imsi, 1, &plmn, NULL);
} else {
nas_auth_req_t *nas_auth_req_p;
MessageDef *message_p;
......
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