Skip to content
New issue

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

Fixing "loop" during redirect #166

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

leonidla1
Copy link

Detect the “loop” in case of getting DEA (Diameter Eap Answer) with code 3006 (DIAMETER_REDIRECT_INDICATION) and setting the additional AAA_FAILURE_INDICATION AVP (1518) in the following DER in order to break it.
Loop means that the original DER was already sent with the same Destination-Host AVP which appears in DEA as Redirect-Host AVP.

Detect the “loop” in case of getting DEA (Diameter Eap Answer) with code 3006 (DIAMETER_REDIRECT_INDICATION) and setting the additional AAA_FAILURE_INDICATION  AVP (1518) in the following DER in order to break it.
Loop means that the original DER was already sent with the same Destination-Host AVP which appears in DEA as Redirect-Host AVP.
Detect the “loop” in case of getting DEA (Diameter Eap Answer) with code 3006 (DIAMETER_REDIRECT_INDICATION) and setting the additional AAA_FAILURE_INDICATION  AVP (1518) in the following DER in order to break it.
Loop means that the original DER was already sent with the same Destination-Host AVP which appears in DEA as Redirect-Host AVP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant