aboutsummaryrefslogtreecommitdiffstats
path: root/src/sua.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-13m3ua/sua: Add new snm_inactive quirkHarald Welte1-3/+8
2021-05-13m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP role.Harald Welte1-0/+12
2021-02-10xua_snm: Implement handling of DUPU messagesHarald Welte1-0/+39
2021-02-08xua: Implement SNM availability/unavailability messagingHarald Welte1-1/+153
2021-02-08SUA: Verify routing context IE of incoming CL and CO messagesHarald Welte1-0/+14
2020-09-14sua: Support SUA_IEI_IPv6Pau Espin Pedrol1-1/+7
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-11-12initialize msg->l2h in sccp_msgb_alloc()Harald Welte1-2/+7
2017-04-17SUA: Make sure to reject unknown CO message typesHarald Welte1-0/+20
2017-04-17SUA: Reject unknown Connectionless Message TypesHarald Welte1-0/+11
2017-04-14SUA/M3UA: Implement T(r) recovery timer of Application Server FSMHarald Welte1-20/+41
2017-04-14sua: Reject DATA messages on SCTP stream 0Harald Welte1-1/+8
2017-04-10xua: move notfiy parameters from xua_internal to sigtran_sap and rename themHarald Welte1-1/+1
2017-04-10sigtran: fix various memory leaks (msgb and xua_msg)Harald Welte1-3/+0
2017-04-10SUA: Port to new osmo_ss7 and SCCP codeHarald Welte1-1190/+191
2017-04-10sua.c: Replace sua_msgb_alloc() with new sccp_msgb_alloc()Harald Welte1-14/+18
2017-04-10sua: Extend address parsing with GT, RI and IPv4 supportHarald Welte1-26/+104
2017-04-10sua: Make use of xua_msg_dialectHarald Welte1-112/+162
2017-04-10License headers: Should always have been GPLv2-or-laterHarald Welte1-4/+4
2017-02-13Move xua_msg_add_sccp_addr() to xua_msg.h and export itHarald Welte1-36/+0
2017-02-13migrate some generic XUA helpers from sua.c to xua_msg.cHarald Welte1-50/+0
2017-01-27Start to log + handle SCTP notificationsHarald Welte1-3/+116
2017-01-27fix: use proper disconnect prim param typeNeels Hofmeyr1-18/+12
2017-01-27cosmetic: sua.c: commentsNeels Hofmeyr1-6/+6
2017-01-27parse SCCP src+dst addressesNeels Hofmeyr1-2/+85
2017-01-27remove two compiler warnings for unused variablesNeels Hofmeyr1-1/+2
2017-01-27SUA COIT: send dest ref nr, not dest addrNeels Hofmeyr1-1/+1
2017-01-27sua: Ensure that a SUA client will continuously try to reconnectHarald Welte1-1/+1
2017-01-27sua: call conn_disconnect() in sua_disconnect_req()Harald Welte1-0/+1
2017-01-27sua: Fix typo in log messageHarald Welte1-1/+1
2017-01-27allow user to give private data to osmo_sua_user_create()Harald Welte1-1/+9
2016-12-12fix NULL deref: sua_accept_cb: missing error-returnNeels Hofmeyr1-1/+3
2016-11-11sua: Remove unused 'cur' variablesHarald Welte1-2/+0
2016-07-06cosmetic: rename osmo_sua_link and osmo_sua_user to osmo_sccp_*Neels Hofmeyr1-41/+41
2016-06-14fix log msg typo, x5Neels Hofmeyr1-5/+5
2016-06-14clarify fixme comment, x7Neels Hofmeyr1-7/+7
2015-12-22Import SUA (SCCP User Adaptation) and SCCP User SAPHarald Welte1-0/+1432