summaryrefslogtreecommitdiffstats
path: root/src/sctp_sua.erl
AgeCommit message (Collapse)AuthorFilesLines
2013-07-27xua_asp_fsm: add support for SG mode in addition to existing ASP modeHarald Welte1-2/+2
2013-07-27sctp_sua: use 'undefined' for AS PidHarald Welte1-1/+1
2013-07-27sctp_sua: Change number of arguments to xua_asp_fsm:init()Harald Welte1-1/+2
In commit eb61885c358100e0e2d73be96f9f83d96422bc3d the number of arguments to xua_asp_fsm:init() was expanded by one for the pid of the AS FSM. This change alters sctp_sua to adhere to this new list of arguments, enen though it passes 'fixme' in as the pid, as we currently don't yet fully use the xua_as_fsm module yet.
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-04-01rename sua_codec to generic xua_codecHarald Welte1-11/+12
SUA/M3UA/M2UA/M2PA actaully all uses almost the same message format, so it makes sense to write one generic xua_codec and derive from that. The current SUA implementation didn't actually contain anything SUA specific, so we can just rename it and use xua_codec directly from the users.
2012-04-01sctp_sua: Pass connectionless msgs to SCCPHarald Welte1-0/+10
2012-01-17sctp_core: Make sure to pass all primitives in all states to callbackHarald Welte1-0/+132
the callback (sctp_sua/sctp_m2pa) can then either act on it by itself or forward the message to the user