check enb_ue context before paging message is sent out

This commit is contained in:
Sukchan Lee 2018-01-18 08:36:56 +09:00
parent 95708a6ce4
commit e0504dcf12
1 changed files with 6 additions and 3 deletions

View File

@ -447,9 +447,12 @@ void mme_state_operational(fsm_t *s, event_t *e)
mme_s11_handle_downlink_data_notification(
xact, mme_ue, &message.downlink_data_notification);
s1ap_handle_paging(mme_ue);
/* Start T3413 */
tm_start(mme_ue->t3413);
if (mme_ue->enb_ue == NULL)
{
s1ap_handle_paging(mme_ue);
/* Start T3413 */
tm_start(mme_ue->t3413);
}
break;
case GTP_CREATE_INDIRECT_DATA_FORWARDING_TUNNEL_RESPONSE_TYPE:
mme_s11_handle_create_indirect_data_forwarding_tunnel_response(