Commit d20ad7f8 authored by Lionel Gauthier's avatar Lionel Gauthier

Format

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5197 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 6b077eaf
......@@ -84,11 +84,10 @@ int esm_ebr_context_create(
int pid, int ebi, int is_default,
const network_qos_t *qos, const network_tft_t *tft)
{
int bid;
esm_data_context_t *esm_ctx;
esm_pdn_t *pdn = NULL;
unsigned int ueid = 0;
int bid = 0;
esm_data_context_t *esm_ctx = NULL;
esm_pdn_t *pdn = NULL;
unsigned int ueid = 0;
LOG_FUNC_IN;
......
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