summaryrefslogtreecommitdiffstats
path: root/src/m3ua_core.erl
AgeCommit message (Expand)AuthorFilesLines
2013-09-08make use of local IP address of #sigtran_peer actually workHarald Welte1-12/+14
2013-08-24m3ua_core: handle 'sctp_paddr_change' eventHarald Welte1-0/+23
2013-06-24m3ua_core: handle shutdown_comp SCTP evntHarald Welte1-0/+3
2012-05-05M2UA Codec: Use generic xUA codec insteadHarald Welte1-0/+1
2012-04-16add compatibility clause for Erlang Public LicenseHarald Welte1-0/+14
2011-11-04m3ua: fix typo (caught by dialyzer)Harald Welte1-1/+1
2011-10-19Make sure an incoming M3UA message is actually sent to registered service PidHarald Welte1-1/+1
2011-04-15M3UA core: add -behaviour(gen_fsm).Harald Welte1-0/+1
2011-04-14M3UA core: add more commentsHarald Welte1-2/+9
2011-04-14M3UA: Properly select SCTP stream ID based on message classHarald Welte1-11/+19
2011-04-04M3UA: Send M-SCTP_ESTABLISH.confirm to user on connectHarald Welte1-2/+1
2011-04-04M3UA: Actually send primitives to the user applicationHarald Welte1-9/+48
2011-04-04M3UA: Fix some compiler warnings; add code_change/4 and terminate/3Harald Welte1-3/+10
2011-04-04M3UA: Fix various state transition bugsHarald Welte1-27/+82
2011-04-03M3UA: Allow user to specify local SCTP Port numberHarald Welte1-3/+13
2011-04-03Add M3UA implementation to Osmo SS7Harald Welte1-0/+209