Commit bac55d58 authored by Lionel Gauthier's avatar Lionel Gauthier

nas_bearer_param callback added, to be filled

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5201 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b897dd1a
...@@ -1489,6 +1489,17 @@ int nas_proc_deregister_ue(UInt32_t ue_id) ...@@ -1489,6 +1489,17 @@ int nas_proc_deregister_ue(UInt32_t ue_id)
LOG_FUNC_RETURN (rc); LOG_FUNC_RETURN (rc);
} }
int nas_proc_bearer_param(nas_bearer_param_t *nas_bearer_param_pP)
{
int rc = RETURNerror;
LOG_FUNC_IN;
rc = RETURNok;
LOG_FUNC_RETURN (rc);
}
# endif # endif
#endif // NAS_MME #endif // NAS_MME
......
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