Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
549c00db
Commit
549c00db
authored
May 28, 2015
by
gauthier
Browse files
mscgen trace format
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7483
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
7573c976
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair-cn/MME_APP/mme_app_authentication.c
View file @
549c00db
...
...
@@ -125,7 +125,7 @@ int mme_app_handle_nas_auth_resp(const nas_auth_resp_t * const nas_auth_resp_pP)
MME_APP_ERROR
(
"That's embarrassing as we don't know this IMSI
\n
"
);
MSC_LOG_EVENT
(
MSC_MMEAPP_MME
,
"NAS_AUTH_RESP Unknown imsi %"
IMSI_FORMAT
,
imsi
);
"
0
NAS_AUTH_RESP Unknown imsi %"
IMSI_FORMAT
,
imsi
);
AssertFatal
(
0
,
"That's embarrassing as we don't know this IMSI
\n
"
);
return
-
1
;
}
...
...
@@ -185,7 +185,7 @@ mme_app_handle_authentication_info_answer(
MME_APP_ERROR
(
"That's embarrassing as we don't know this IMSI
\n
"
);
MSC_LOG_EVENT
(
MSC_MMEAPP_MME
,
"S6A_AUTH_INFO_ANS Unknown imsi %"
IMSI_FORMAT
,
imsi
);
"
0
S6A_AUTH_INFO_ANS Unknown imsi %"
IMSI_FORMAT
,
imsi
);
return
-
1
;
}
...
...
@@ -228,7 +228,7 @@ mme_app_handle_authentication_info_answer(
MME_APP_ERROR
(
"INFORMING NAS ABOUT AUTH RESP ERROR CODE
\n
"
);
MSC_LOG_EVENT
(
MSC_MMEAPP_MME
,
"S6A_AUTH_INFO_ANS S6A Failure imsi %"
IMSI_FORMAT
,
imsi
);
"
0
S6A_AUTH_INFO_ANS S6A Failure imsi %"
IMSI_FORMAT
,
imsi
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment