Navigation


Changeset 717:571b3abaa5df in freeDiameter for libfdcore/routing_dispatch.c


Ignore:
Timestamp:
Feb 18, 2011, 2:50:37 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/routing_dispatch.c

    r715 r717  
    722722                        return 0;
    723723                }
    724 
     724               
    725725                /* From that point, for answers, we will call the registered callbacks, then pass it to the dispatch module or forward it */
    726726        }
     
    11061106        CHECK_FCT( fd_rt_out_register( score_destination_avp, NULL, 10, NULL ) );
    11071107       
    1108         TODO("built-in callbacks for Redirect messages?");
    1109        
    11101108        return 0;
    11111109}
Note: See TracChangeset for help on using the changeset viewer.