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

ogs_assert on enb_ue can fail. #3

Open
spencersevilla opened this issue Dec 5, 2019 · 0 comments
Open

ogs_assert on enb_ue can fail. #3

spencersevilla opened this issue Dec 5, 2019 · 0 comments

Comments

@spencersevilla
Copy link

The line "ogs_assert(enb_ue);" in s1ap-handler.c:469 sometimes fails and crashes the mme. Failure in this case means that we cannot find the enb_ue ID given to us by the eNB in the ContextSetupResponse message. Given that this variable is given to us by the network, we should not assert on its absence.

In terms of logic, I am not sure yet why this assert failed, since we ostensibly just created this enb_ue value in mme-context.c:2033. Could be a race condition, will dig further, but my point about asserts on network values still stands.

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

1 participant