mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-03 05:23:38 +00:00
rollback paging check routine
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user