Misc update

This commit is contained in:
James Park 2017-09-15 15:36:10 -07:00
parent a6bd2ff30c
commit ea2c66159a
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ status_t enb_ue_switch_to_enb(enb_ue_t *enb_ue, mme_enb_t *new_enb)
/* Switch to enb */
enb_ue->enb = new_enb;
return CORE_ERROR;
return CORE_OK;
}
enb_ue_t* enb_ue_find(index_t index)