summaryrefslogtreecommitdiffstats
path: root/src/ss7_links.erl
AgeCommit message (Expand)AuthorFilesLines
2012-04-16add compatibility clause for Erlang Public LicenseHarald Welte1-0/+14
2012-01-31ss7_links: no longer 'link' processes creating a linksetHarald Welte1-10/+14
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
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
2011-10-11add new 'ss7_routes' module to maintain point code routesHarald Welte1-10/+41
2011-10-10ss7_links: Don't kill the user PID that has created a linksetHarald Welte1-1/+4
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