Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mme] store paging info during context release #86

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

spencersevilla
Copy link
Collaborator

Somewhat convoluted bug with a simple fix. When MME receives a DownlinkDataNotification indicating an error and the UE is in state Connected, it (1) sends a UEContextRelease to teardown the existing S1AP sessions and then (2) sends a Paging message to the relevant enb to induce reconnection. We need to store Paging info in this function, before sending the ContextRelease, because otherwise we don't know the right bearer. If Paging info is not stored and the eNB never responds, we eventually get a crash emm-sm.c:140 because we cannot access the paging info.

@spencersevilla spencersevilla merged commit ceaf063 into main Jan 16, 2024
1 check passed
@spencersevilla spencersevilla deleted the store_paging_info branch January 16, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant