summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-08make use of local IP address of #sigtran_peer actually workHarald Welte3-18/+23
2013-09-08sctp_core: respect local IP of sigtran peerHarald Welte1-11/+14
2013-09-08ss7_links: make sure IP addresses are canonical before sctp_handlerHarald Welte1-1/+2
2013-09-08permit configuration of links, linksets and routes in app configHarald Welte3-7/+61
2013-09-08osmo_util: introduce convenience wrappers around application:get_env()Harald Welte1-0/+18
2013-09-05fix MTP3 eunit test case DPC/OPC switchHarald Welte1-1/+1
2013-08-27M2UA: Send connect request after ASP_ACTIVATE_ACKHarald Welte1-1/+11
2013-08-27MTP3: OPC and DPC elements were switchedHarald Welte1-2/+2
2013-08-27M2UA: Send interface identifier and 'mode override' in ASP_ACTIVE_REQHarald Welte1-1/+3
2013-08-26sctp_m2ua: work as SG and ASP; encode #mtp3_msg{} before handing it to M2UAHarald Welte1-28/+61
2013-08-26xua_codec: convert integer to binary and truncate binary to lengthHarald Welte1-1/+5
2013-08-24m3ua_core: handle 'sctp_paddr_change' eventHarald Welte1-0/+23
2013-07-27xua_asp_fsm: don't start any timers in 'sg' roleHarald Welte1-1/+1
2013-07-27ss7_link_m2ua: handle_info() is used instead of handle_cast()Harald Welte1-27/+10
2013-07-27xua_asp_fsm: match {next_state, X, Y} return value from callback moduleHarald Welte1-4/+3
2013-07-27sctp_m2ua: don't suppress any ASP_UP events from becoming visible to userHarald Welte1-3/+0
2013-07-27remove dead commented out codeHarald Welte1-2/+0
2013-07-27sctp_m2ua: ignore ASP-UP.ind in case of passive/listen modeHarald Welte1-1/+5
2013-07-27xua_asp_fsm: fix typoHarald Welte1-1/+1
2013-07-27xua_asp_fsm: add support for SG mode in addition to existing ASP modeHarald Welte4-36/+105
2013-07-27sctp_core: handle shutdown_comp sctp event.Harald Welte1-0/+1
2013-07-27add ss7_links:role2sctp_role()Harald Welte1-1/+7
2013-07-27osmo_ss7.hrl: add type annotationsHarald Welte1-8/+10
2013-07-27add 'role' to #sigtran_link{} indicating sg or asp roleHarald Welte1-1/+2
2013-07-27sctp_sua: use 'undefined' for AS PidHarald Welte1-1/+1
2013-07-27sctp_core: register process name and listen to SCTP socket in passive modeHarald Welte1-2/+7
2013-07-27xua_asp_fsm: Only send ASPAS event from ASP to AS if AS pid != undefinedHarald Welte1-1/+6
2013-07-27sctp_sua: Change number of arguments to xua_asp_fsm:init()Harald Welte1-1/+2
2013-07-27hook up the existing m2ua code into the ss7_link infrastructureHarald Welte3-0/+140
2013-06-24isup_codec: add gen_party_number() helperHarald Welte1-1/+33
2013-06-24m3ua_core: handle shutdown_comp SCTP evntHarald Welte1-0/+3
2013-06-13handle non-tuple return value of TupleCBTobias Engel1-4/+9
2013-04-26Fix error in MTP3MG parsing codeHarald Welte1-1/+1
2012-05-30add xua_asp_test module to repository (was in my local tree only)Harald Welte1-0/+32
2012-05-30make module compile again (m2ua->xua changes)Harald Welte2-32/+55
2012-05-09xua_asp_fsm: Add start_link/6Harald Welte1-1/+4
2012-05-09xua_as_fsm: ignore ASP_DOWN in AS-PENDING and fix state list generationHarald Welte2-3/+18
2012-05-08xua_asp_fsm: wrap next_state/1 and signal ASP state chg to ASHarald Welte1-12/+26
2012-05-08sg_as_sup: introduc get_as_fsm_name/1Harald Welte1-1/+6
2012-05-08xua_as_fsm: fix use of lists:all/2 and introduc create_asp/2Harald Welte1-1/+8
2012-05-07make the SG AS/ASP supervisor hierarchy workHarald Welte4-4/+171
2012-05-06M2UA: some important parameter typesHarald Welte1-0/+3
2012-05-06add new AS and ASP supervisors as well as FSM for ASHarald Welte3-0/+314
2012-05-05add some more M2UA related definitionsHarald Welte1-0/+24
2012-05-05M2UA Codec: Use generic xUA codec insteadHarald Welte5-75/+17
2012-04-16add compatibility clause for Erlang Public LicenseHarald Welte28-2/+394
2012-04-01rename sua_codec to generic xua_codecHarald Welte8-44/+47
2012-04-01sua_codec: rename generic part from sua -> xuaHarald Welte1-5/+3
2012-04-01sctp_sua: Pass connectionless msgs to SCCPHarald Welte1-0/+10
2012-02-13remove debug outputHarald Welte1-1/+0