summaryrefslogtreecommitdiffstats
path: root/src/ss7_routes.erl
AgeCommit message (Collapse)AuthorFilesLines
2012-04-16add compatibility clause for Erlang Public LicenseHarald Welte1-0/+14
This is required to make sure that even if somebody thinks the erlang OTP libraries and my code form a derivative work, there will be no licensing conflict.
2011-12-08ss7_{links,routes}: deal with tuple/record point codesHarald Welte1-2/+4
2011-12-08ss7_routes: accept tuple/record point codesHarald Welte1-1/+2
2011-10-12ss7_routes: some pretty printing of point codesHarald Welte1-1/+14
2011-10-11add new 'ss7_routes' module to maintain point code routesHarald Welte1-0/+128
Once a linkset becomes active, it will automatically add a route for its destination point code to the routing table. If a linkset transitions into 'up' or 'down', it will be removed from the routing table. the ss7_routes:create_route() and delete_route() calls can be used by anyone to create additional point code routes (with mask)