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,35 +223,35 @@ int emm_proc_identification_request(emm_proc_identity_type_t type) ...@@ -223,35 +223,35 @@ 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() **
** ** ** **
** Description: Initiates an identification procedure. ** ** Description: Initiates an identification procedure. **
** ** ** **
** 3GPP TS 24.301, section 5.4.4.2 ** ** 3GPP TS 24.301, section 5.4.4.2 **
** The network initiates the identification procedure by ** ** The network initiates the identification procedure by **
** sending an IDENTITY REQUEST message to the UE and star- ** ** sending an IDENTITY REQUEST message to the UE and star- **
** ting the timer T3470. The IDENTITY REQUEST message speci- ** ** ting the timer T3470. The IDENTITY REQUEST message speci- **
** fies the requested identification parameters in the Iden- ** ** fies the requested identification parameters in the Iden- **
** tity type information element. ** ** tity type information element. **
** ** ** **
** 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,
...@@ -306,24 +306,24 @@ int emm_proc_identification(unsigned int ueid, ...@@ -306,24 +306,24 @@ int emm_proc_identification(unsigned int ueid,
/**************************************************************************** /****************************************************************************
** ** ** **
** Name: emm_proc_identification_complete() ** ** Name: emm_proc_identification_complete() **
** ** ** **
** Description: Performs the identification completion procedure executed ** ** Description: Performs the identification completion procedure executed **
** by the network. ** ** by the network. **
** ** ** **
** 3GPP TS 24.301, section 5.4.4.4 ** ** 3GPP TS 24.301, section 5.4.4.4 **
** Upon receiving the IDENTITY RESPONSE message, the MME ** ** Upon receiving the IDENTITY RESPONSE message, the MME **
** shall stop timer T3470. ** ** shall stop timer T3470. **
** ** ** **
** Inputs: ueid: UE lower layer identifier ** ** Inputs: ueid: UE lower layer identifier **
** imsi: The IMSI received from the UE ** ** imsi: The IMSI received from the UE **
** imei: The IMEI received from the UE ** ** imei: The IMEI received from the UE **
** tmsi: The TMSI received from the UE ** ** tmsi: The TMSI received from the UE **
** Others: None ** ** Others: None **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok, RETURNerror ** ** Return: RETURNok, RETURNerror **
** Others: _emm_data, T3470 ** ** Others: _emm_data, T3470 **
** ** ** **
***************************************************************************/ ***************************************************************************/
int emm_proc_identification_complete(unsigned int ueid, const imsi_t *imsi, int emm_proc_identification_complete(unsigned int ueid, const imsi_t *imsi,
......
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