Commit 9f459056 authored by Lionel Gauthier's avatar Lionel Gauthier

Format

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5195 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent e90d6685
...@@ -223,7 +223,7 @@ int emm_proc_identification_request(emm_proc_identity_type_t type) ...@@ -223,7 +223,7 @@ int emm_proc_identification_request(emm_proc_identity_type_t type)
* -------------------------------------------------------------------------- * --------------------------------------------------------------------------
*/ */
#ifdef NAS_MME #ifdef NAS_MME
/**************************************************************************** /********************************************************************
** ** ** **
** Name: emm_proc_identification() ** ** Name: emm_proc_identification() **
** ** ** **
...@@ -238,20 +238,20 @@ int emm_proc_identification_request(emm_proc_identity_type_t type) ...@@ -238,20 +238,20 @@ int emm_proc_identification_request(emm_proc_identity_type_t type)
** ** ** **
** Inputs: ueid: UE lower layer identifier ** ** Inputs: ueid: UE lower layer identifier **
** type: Type of the requested identity ** ** type: Type of the requested identity **
** success: Callback function executed when the identi-** ** success: Callback function executed when the identi- **
** fication procedure successfully completes ** ** fication procedure successfully completes **
** reject: Callback function executed when the identi-** ** reject: Callback function executed when the identi- **
** fication procedure fails or is rejected ** ** fication procedure fails or is rejected **
** failure: Callback function executed whener a lower ** ** failure: Callback function executed whener a lower **
** layer failure occured before the identifi- ** ** layer failure occured before the identifi- **
** cation procedure comnpletes ** ** cation procedure completes **
** Others: None ** ** Others: None **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok, RETURNerror ** ** Return: RETURNok, RETURNerror **
** Others: _emm_data ** ** Others: _emm_data **
** ** ** **
***************************************************************************/ ********************************************************************/
int emm_proc_identification(unsigned int ueid, int emm_proc_identification(unsigned int ueid,
emm_data_context_t *emm_ctx, emm_data_context_t *emm_ctx,
emm_proc_identity_type_t type, emm_proc_identity_type_t type,
......
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