Skip to content

Commit

Permalink
[mme] store paging info during context release (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla committed Jan 17, 2024
1 parent d88be6e commit b4ff20a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mme/mme-s11-handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,9 @@ void mme_s11_handle_downlink_data_notification(
enb_ue_t *enb_ue = enb_ue_cycle(mme_ue->enb_ue);
ogs_assert(enb_ue);

MME_STORE_PAGING_INFO(mme_ue,
MME_PAGING_TYPE_DOWNLINK_DATA_NOTIFICATION, bearer);

r = s1ap_send_ue_context_release_command(enb_ue,
S1AP_Cause_PR_nas, S1AP_CauseNas_normal_release,
S1AP_UE_CTX_REL_S1_PAGING, 0);
Expand Down

0 comments on commit b4ff20a

Please sign in to comment.