Commit 607f0ca3 authored by Frédéric Leroy's avatar Frédéric Leroy

UE: remove _nas_user_context from comments

parent 83e1dc9e
...@@ -547,7 +547,6 @@ static int _nas_user_proc_cgmm(nas_user_t *user, const at_command_t *data) ...@@ -547,7 +547,6 @@ static int _nas_user_proc_cgmm(nas_user_t *user, const at_command_t *data)
** Equipment to which it is connected to. ** ** Equipment to which it is connected to. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -665,7 +664,6 @@ static int _nas_user_proc_cimi(nas_user_t *user, const at_command_t *data) ...@@ -665,7 +664,6 @@ static int _nas_user_proc_cimi(nas_user_t *user, const at_command_t *data)
** to different power consumption states. ** ** to different power consumption states. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -779,11 +777,9 @@ static int _nas_user_proc_cfun(nas_user_t *user, const at_command_t *data) ...@@ -779,11 +777,9 @@ static int _nas_user_proc_cfun(nas_user_t *user, const at_command_t *data)
** can be operated. ** ** can be operated. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
** Others: _nas_user_context, _nas_user_data **
** ** ** **
***************************************************************************/ ***************************************************************************/
static int _nas_user_proc_cpin(nas_user_t *user, const at_command_t *data) static int _nas_user_proc_cpin(nas_user_t *user, const at_command_t *data)
...@@ -866,7 +862,6 @@ static int _nas_user_proc_cpin(nas_user_t *user, const at_command_t *data) ...@@ -866,7 +862,6 @@ static int _nas_user_proc_cpin(nas_user_t *user, const at_command_t *data)
** Equipment. ** ** Equipment. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -928,7 +923,6 @@ static int _nas_user_proc_csq(nas_user_t *user, const at_command_t *data) ...@@ -928,7 +923,6 @@ static int _nas_user_proc_csq(nas_user_t *user, const at_command_t *data)
** meters. ** ** meters. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -994,7 +988,6 @@ static int _nas_user_proc_cesq(nas_user_t *user, const at_command_t *data) ...@@ -994,7 +988,6 @@ static int _nas_user_proc_cesq(nas_user_t *user, const at_command_t *data)
** slot. ** ** slot. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -1244,7 +1237,6 @@ static int _nas_user_proc_cops(nas_user_t *user, const at_command_t *data) ...@@ -1244,7 +1237,6 @@ static int _nas_user_proc_cops(nas_user_t *user, const at_command_t *data)
** or detach the MT from, the EPS service. ** ** or detach the MT from, the EPS service. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -1350,7 +1342,6 @@ static int _nas_user_proc_cgatt(nas_user_t *user, const at_command_t *data) ...@@ -1350,7 +1342,6 @@ static int _nas_user_proc_cgatt(nas_user_t *user, const at_command_t *data)
** location information in GERA/UTRA/E-UTRA Network. ** ** location information in GERA/UTRA/E-UTRA Network. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -1500,7 +1491,6 @@ static int _nas_user_proc_creg(nas_user_t *user, const at_command_t *data) ...@@ -1500,7 +1491,6 @@ static int _nas_user_proc_creg(nas_user_t *user, const at_command_t *data)
** information in GERA/UTRA Network. ** ** information in GERA/UTRA Network. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -1650,7 +1640,6 @@ static int _nas_user_proc_cgreg(nas_user_t *user, const at_command_t *data) ...@@ -1650,7 +1640,6 @@ static int _nas_user_proc_cgreg(nas_user_t *user, const at_command_t *data)
** information in E-UTRA Network. ** ** information in E-UTRA Network. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -1832,7 +1821,6 @@ static int _nas_user_proc_cereg(nas_user_t *user, const at_command_t *data) ...@@ -1832,7 +1821,6 @@ static int _nas_user_proc_cereg(nas_user_t *user, const at_command_t *data)
** fault bearer and traffic flows in EPS. ** ** fault bearer and traffic flows in EPS. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -2085,7 +2073,6 @@ static int _nas_user_proc_cgdcont(nas_user_t *user, const at_command_t *data) ...@@ -2085,7 +2073,6 @@ static int _nas_user_proc_cgdcont(nas_user_t *user, const at_command_t *data)
** for E-UTRAN ** ** for E-UTRAN **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -2458,7 +2445,6 @@ static int _nas_user_proc_clck(nas_user_t *user, const at_command_t *data) ...@@ -2458,7 +2445,6 @@ static int _nas_user_proc_clck(nas_user_t *user, const at_command_t *data)
** for the specified context identifiers ** ** for the specified context identifiers **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -2551,7 +2537,6 @@ static int _nas_user_proc_cgpaddr(nas_user_t *user, const at_command_t *data) ...@@ -2551,7 +2537,6 @@ static int _nas_user_proc_cgpaddr(nas_user_t *user, const at_command_t *data)
** subscriber. ** ** subscriber. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
...@@ -2613,7 +2598,6 @@ static int _nas_user_proc_cnum(nas_user_t *user, const at_command_t *data) ...@@ -2613,7 +2598,6 @@ static int _nas_user_proc_cnum(nas_user_t *user, const at_command_t *data)
** are available for the user. ** ** are available for the user. **
** ** ** **
** Inputs: data: Pointer to the AT command data structure ** ** Inputs: data: Pointer to the AT command data structure **
** Others: _nas_user_context **
** ** ** **
** Outputs: None ** ** Outputs: None **
** Return: RETURNok; RETURNerror; ** ** Return: RETURNok; RETURNerror; **
......
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