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

enb_ue not found during ContextSetupResponse handling. Possible race condition? #4

Open
spencersevilla opened this issue Dec 5, 2019 · 1 comment

Comments

@spencersevilla
Copy link

I encountered a codepath once wherein the ogs_assert on enb_ue failed (see #3 ). Not sure why this happened, because the MME literally created this enb_ue ID in order to send the ContextSetupReequest, which MUST have been sent before the MME could have possibly handled a ContextSetupResponse.

I will dig further but in the meantime I suspect a race condition due to the lack of mutexes/locks on the enb_ue list.

@pathiratk
Copy link

I have added the lock for get and set functions

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

No branches or pull requests

2 participants