Commit Graph

13 Commits

Author SHA1 Message Date
Harald Welte ebaeb8d7f2 rename sccp_link to ss7_link, as it also serves ISUP and other services 2011-10-10 13:13:35 +02:00
Harald Welte 3368ac3b7c sccp_links: add bind_service/unbind_service to register ISUP/SCCP 2011-10-10 13:07:31 +02:00
Harald Welte 9b6a39bdd7 import sccp_scrc and sccp_scoc from old osmo_ss7 repository
osmo_ss7 is responsible for the mtp2/mtp3/m2ua/m3ua/ipa type links,
while we collect all actual SCCP related functionality here.
2011-10-10 12:38:45 +02:00
Harald Welte 0335308da7 add .gitignore file 2011-10-10 12:38:40 +02:00
Harald Welte 8c9d4e7e94 osmo_sccp: First version handling full chain from sccp_user to m3ua link 2011-10-10 12:31:09 +02:00
Harald Welte ce046284e4 sccp_link_m3ua: Fix set_link_state() parameter type 2011-10-10 10:47:47 +02:00
Harald Welte e3dd7be386 sccp_link_m3ua: Fix typo 2011-10-09 23:31:19 +02:00
Harald Welte a2ac68342b add new file implementing SCCP routing (no GTT yet) 2011-10-09 14:32:30 +02:00
Harald Welte 49fb161451 sccp_{links,user}: Add EXIT info handler for ets table cleanup
Once a linked process dies, we evict all related records from our ETS
tables.
2011-05-01 14:23:05 +02:00
Harald Welte d975d90fcc sccp_{links,user}: link to the user process
This means we get notified if the process dies, i.e. we can remove it from
our ets tables.
2011-05-01 14:08:23 +02:00
Harald Welte f8b852c2e0 fix various bugs in sccp_user / sccp_erl occuring during first test 2011-04-30 15:36:40 +02:00
Harald Welte c1ccf1d1cd osmo_sccp application/supervisors 2011-04-29 08:57:09 +02:00
Harald Welte cc40877d65 sccp_links and sccp_user as registries for MTP links and local subsystems 2011-04-29 08:55:56 +02:00