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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: