rollback paging check routine

This commit is contained in:
Sukchan Lee 2018-02-03 23:44:04 +09:00
parent de04e1de45
commit aacaa83eea
1 changed files with 1 additions and 2 deletions

View File

@ -556,8 +556,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) ||
!BEARER_CONTEXT_IS_ACTIVE(mme_ue))
if (ECM_IDLE(mme_ue))
{
s1ap_handle_paging(mme_ue);
/* Start T3413 */