rollback conflict between service request and downlink notification

This commit is contained in:
Sukchan Lee 2018-02-01 23:21:20 +09:00
parent 8bd186adad
commit 0cd0221b29
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ void mme_state_operational(fsm_t *s, event_t *e)
* If the MME receives a Downlink Data Notification after step 2 and
* before step 9, the MME shall not send S1 interface paging messages
*/
if (ECM_IDLE(mme_ue))
if (mme_ue->enb_ue == NULL)
{
s1ap_handle_paging(mme_ue);
/* Start T3413 */