mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
Limit authentication retries on repeated synchronization failures. When the UE reports consecutive authentication failures with "synchronization failure" cause, AMF and MME now track the failure count per authentication procedure and send AUTHENTICATION REJECT after two attempts, instead of retrying indefinitely. The counter is reset on authentication state entry. This aligns the behavior with 3GPP authentication procedures and prevents infinite authentication loops caused by persistent synchronization failures. Issues: #4238 |
||
|---|---|---|
| .. | ||
| abts-main.c | ||
| auth-test.c | ||
| crash-test.c | ||
| emm-status-test.c | ||
| guti-test.c | ||
| idle-test.c | ||
| issues-test.c | ||
| meson.build | ||
| reset-test.c | ||
| s1setup-test.c | ||
| simple-test.c | ||
| ue-context-test.c | ||