mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-13 02:17:00 +00:00
rollback conflict between service request and downlink notification
This commit is contained in:
@@ -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
|
* If the MME receives a Downlink Data Notification after step 2 and
|
||||||
* before step 9, the MME shall not send S1 interface paging messages
|
* 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);
|
s1ap_handle_paging(mme_ue);
|
||||||
/* Start T3413 */
|
/* Start T3413 */
|
||||||
|
|||||||
Reference in New Issue
Block a user