Commit 729aa419 authored by francescomani's avatar francescomani

funcArgOrderDifferent

parent 3f1dd8d7
......@@ -1014,8 +1014,7 @@ int nas_proc_activate_pdn(nas_user_t *user, int cid)
** Others: _nas_proc_data **
** **
***************************************************************************/
int nas_proc_cell_info(nas_user_t *user, int found, tac_t tac, ci_t ci, AcT_t AcT,
uint8_t rsrq, uint8_t rsrp)
int nas_proc_cell_info(nas_user_t *user, int found, tac_t tac, ci_t ci, AcT_t AcT, uint8_t rsrq, uint8_t rsrp)
{
LOG_FUNC_IN;
......
......@@ -111,9 +111,7 @@ int nas_proc_activate_pdn(nas_user_t *user, int cid);
* NAS procedures triggered by the network
* --------------------------------------------------------------------------
*/
int nas_proc_cell_info(nas_user_t *user, int found, tac_t tac, ci_t ci, AcT_t rat, uint8_t rsrp,
uint8_t rsrq);
int nas_proc_cell_info(nas_user_t *user, int found, tac_t tac, ci_t ci, AcT_t AcT, uint8_t rsrq, uint8_t rsrp);
int nas_proc_establish_cnf(nas_user_t *user, const Byte_t *data, uint32_t len);
int nas_proc_establish_rej(nas_user_t *user);
......
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