aboutsummaryrefslogtreecommitdiffstats
path: root/src/m3ua.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-16Use same msgb allocation size like before osmo_io introductionHarald Welte1-3/+0
2023-09-01m3ua: Add some TODO comments on where we fall short of our potentialHarald Welte1-2/+4
2023-07-10M3UA/SUA: Don't add empty routing context IE in DUNA/DAVA/DUPUHarald Welte1-3/+3
2023-06-13cosmetic: fix various typos in comments, log messages and VTY stringsHarald Welte1-1/+1
2022-05-05M3UA/SUA: Implement handling of SCON (signaling congestion)Harald Welte1-0/+36
2021-11-15spelling fixes in commentsHarald Welte1-3/+3
2021-11-15stp: Add basic RX/TX rate counters on AS and ASP levelHarald Welte1-0/+3
2021-07-23m3ua: fix m3ua_encode_dupuOliver Smith1-2/+2
2021-07-11m3ua: fix leaky usage of m3ua_tx_xua_aspEric1-1/+5
2021-05-13m3ua/sua: Add new snm_inactive quirkHarald Welte1-3/+9
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-1/+39
2021-02-08xua: Implement SNM availability/unavailability messagingHarald Welte1-4/+146
2021-02-08m3ua: Move find_as_for_asp() to shared xua_find_as_for_asp()Harald Welte1-55/+1
2021-02-08m3ua: re-factor m3ua_rx_xfer(): Externalize AS for ASP lookupHarald Welte1-21/+34
2020-06-21M3UA: Accept DATA without routing context IE if only a single AS in ASPHarald Welte1-20/+49
2019-10-22m3ua: Log incorrect selected ASPau Espin Pedrol1-2/+2
2019-07-17This patch fixes typos on which Lintian complainsKira Obrezkova1-1/+1
2018-07-18comment: explain xua_msg free in m3ua_rx_xfer()Neels Hofmeyr1-0/+1
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-06-25add/tweak various logging to help figure out complex routingNeels Hofmeyr1-4/+24
2017-04-27m3ua_decode_notify(): Ensure status_ie is valid before using itHarald Welte1-0/+4
2017-04-15m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msgHarald Welte1-0/+24
2017-04-14SUA/M3UA: Implement T(r) recovery timer of Application Server FSMHarald Welte1-19/+29
2017-04-10m3ua: cosmetic clanup. We can simply return the M3UA errror codeHarald Welte1-15/+6
2017-04-10M3UA: Reject Message Class XFER / Type != DATAHarald Welte1-0/+3
2017-04-10M3UA: Ensure XFER messages are not sent on stream 0Harald Welte1-1/+9
2017-04-10M3UA: Respond with "Unexpected Message" if ASPTM is received too soonHarald Welte1-1/+2
2017-04-10m3ua: Remove inbound routing context before routingHarald Welte1-0/+4
2017-04-10xua: report N-ERROR and N-NOTIFY primitives to layer managerHarald Welte1-1/+12
2017-04-10xua: move notfiy parameters from xua_internal to sigtran_sap and rename themHarald Welte1-3/+3
2017-04-10M3UA: RKM DEREG-REQ should contain routing context, not routing keyHarald Welte1-1/+1
2017-04-10Add M3UA RKM (routing key management) support, SGW side onlyHarald Welte1-1/+3
2017-04-10sigtran: fix various memory leaks (msgb and xua_msg)Harald Welte1-3/+1
2017-04-10m3ua: Include RC IE of AS in Tx; validate RC IE on RxHarald Welte1-0/+26
2017-04-10Add new 'osmo_ss7' SS7 core code with M3UA, ASP/AS FSM, ...Harald Welte1-0/+669