From b8bfc4eb837fbcb538b2e6b43e8ce04a9437214d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 11 Oct 2011 18:49:59 +0200 Subject: add new 'ss7_routes' module to maintain point code routes 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) --- ebin/osmo_ss7.app | 1 + 1 file changed, 1 insertion(+) (limited to 'ebin') diff --git a/ebin/osmo_ss7.app b/ebin/osmo_ss7.app index f3d5f05..ee031f7 100644 --- a/ebin/osmo_ss7.app +++ b/ebin/osmo_ss7.app @@ -11,6 +11,7 @@ sccp_codec, osmo_ss7_sup, osmo_ss7_app, ss7_links, ss7_link_m3ua, ss7_link_ipa_client, + ss7_routes, ss7_service_dump, osmo_ss7_gtt, osmo_ss7_pcap -- cgit v1.2.3