summaryrefslogtreecommitdiffstats
path: root/src/ss7_links.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.
2012-01-31ss7_links: no longer 'link' processes creating a linksetHarald Welte1-10/+14
This just produced bogus messages about cleaning up tables, which was not being done anymore anyway.
2012-01-28ss7_links: add type annotationsHarald Welte1-14/+53
2011-12-08ss7_links: don't crash on MTP-{PAUSE,RESUME,STATUS}.ind from M3UAHarald Welte1-0/+7
2011-12-08ss7_links: add mtp3_tx/2 variant to trnasmit to given linksetHarald Welte1-1/+16
this doesn't resolve the Linkset based on Dpc/SLS, but on the caller-specified linkset name.
2011-12-08ss7_{links,routes}: deal with tuple/record point codesHarald Welte1-2/+4
2011-10-19Make sure an incoming M3UA message is actually sent to registered service PidHarald Welte1-5/+16
2011-10-12ss7_links: add get_opc_for_linkset/1, is_pc_local/1Harald Welte1-4/+24
the functions are related to determining the local point code of signalling links.
2011-10-11add new 'ss7_routes' module to maintain point code routesHarald Welte1-10/+41
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)
2011-10-10ss7_links: Don't kill the user PID that has created a linksetHarald Welte1-1/+4
Linksets are more like global applicaiton config, they should not be removed at the time the process configuring them has died.
2011-10-10ss7_links: actually trap the EXIT signal of the other processesHarald Welte1-0/+1
2011-10-10fix table nameHarald Welte1-1/+1
2011-10-10ss7_links add function to dump service stateHarald Welte1-9/+17
2011-10-10ss7_links: link to the 'service' pid and cleanup on exitHarald Welte1-3/+9
2011-10-10import SS7 link handling from osmo_ss7Harald Welte1-0/+306