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
{{ message }}
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
Problem: After a specific phone attaches to our network, it sends a "PDN Connectivity Request" message with some extra APNs that are not supported. the MME currently drops this packet; as a result, the phone re-sends the request every five seconds.
Desired Behavior: MME should send a PDN Connectivity Reject message to the UE.
Logs: EPC/Wireshark logs are not public; ping Spencer for them.
Code: There is a quick draft of a fix (unverified!!!) in branch bokondini_fixes; I think it might segfault but have not been able to verify. Relevant code is at epc/src/nas/emm/sap/emm_cn.c:214
The text was updated successfully, but these errors were encountered:
Problem: After a specific phone attaches to our network, it sends a "PDN Connectivity Request" message with some extra APNs that are not supported. the MME currently drops this packet; as a result, the phone re-sends the request every five seconds.
Desired Behavior: MME should send a PDN Connectivity Reject message to the UE.
Logs: EPC/Wireshark logs are not public; ping Spencer for them.
Code: There is a quick draft of a fix (unverified!!!) in branch bokondini_fixes; I think it might segfault but have not been able to verify. Relevant code is at epc/src/nas/emm/sap/emm_cn.c:214
The text was updated successfully, but these errors were encountered: