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

Commits on May 15, 2022

  1. Update RouterImpl.java

    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.
    leonidla1 authored May 15, 2022
    Configuration menu
    Copy the full SHA
    aed2e62 View commit details
    Browse the repository at this point in the history
  2. Update Avp.java

    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.
    leonidla1 authored May 15, 2022
    Configuration menu
    Copy the full SHA
    e89bea0 View commit details
    Browse the repository at this point in the history