We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've found two unrelated (I think?) instances wherein the MME sends an error [RadioNetwork-cause=unknown-mme-ue-s1ap-id] when it shouldn't.
Case 1: eNB -> MME: DetachRequest eNB <- MME: UE ContextReleaseCommand
Case 2: eNB <- MME: InitialContextSetupRequest, Atach Accept eNB -> MME: InitialContextSetupFailure (cause=unspecified) eNB -> MME: UEContextReleaseRequest (cause=unspecified) eNB <- MME: (Unknown MME UE s1ap ID)
I haven't looked at the 3gpp spec yet but since these eNBs are commercial-grade I assume we are just releasing mme-ue-s1ap-id too soon.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've found two unrelated (I think?) instances wherein the MME sends an error [RadioNetwork-cause=unknown-mme-ue-s1ap-id] when it shouldn't.
Case 1:
eNB -> MME: DetachRequest
eNB <- MME: UE ContextReleaseCommand
eNB -> MME: UE ContextReleaseComplete
eNB <- MME: (Unknown MME UE s1ap ID)
Case 2:
eNB <- MME: InitialContextSetupRequest, Atach Accept
eNB -> MME: InitialContextSetupFailure (cause=unspecified)
eNB -> MME: UEContextReleaseRequest (cause=unspecified)
eNB <- MME: (Unknown MME UE s1ap ID)
I haven't looked at the 3gpp spec yet but since these eNBs are commercial-grade I assume we are just releasing mme-ue-s1ap-id too soon.
The text was updated successfully, but these errors were encountered: