You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: