aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7_asp.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17ss7_asp: Update osmo_stream read_cb2 functions to accommodate for new API parampespin/streamPau Espin Pedrol1-12/+57
2024-04-17Fix wrong string prefix in log linePau Espin Pedrol1-1/+1
2024-04-01fix log_sctp_notification(): remove unused variableVadim Yanitskiy1-1/+0
2024-03-30ipa: Use pseudo-random number for SLS in IPA->M3UA directionHarald Welte1-3/+9
2024-03-16Use same msgb allocation size like before osmo_io introductionHarald Welte1-0/+3
2024-03-15osmo_ss7_asp: fix uninitialized return value in xua_cli_read_cb()Harald Welte1-1/+1
2024-03-14cosmetic: rename ss7_asp_*_conn_cb to ss7_asp_*_conn_rx_cbHarald Welte1-3/+3
2024-03-13xua + ipa: Add support for I/O in OSMO_IO modeHarald Welte1-207/+43
2024-03-07Revert "xua + ipa: Add support for I/O in OSMO_IO mode"Harald Welte1-43/+207
2024-03-06xua + ipa: Add support for I/O in OSMO_IO modeHarald Welte1-207/+43
2024-03-04xua_accept_cb(): distinguish ASPs using different trans_protoVadim Yanitskiy1-1/+3
2024-02-27Implement M3UA-over-TCP (in addition to SCTP)Vadim Yanitskiy1-7/+210
2024-02-27cosmetic: xua_cli_connect_cb(): fix typo in a commentVadim Yanitskiy1-1/+1
2023-12-12vty: show cs7 instance asp: Print loc and rem addr retrieved from socketPau Espin Pedrol1-0/+16
2023-11-25port from osmo_stream_*_get_ofd() to osmo_stream_srv_get_fd()Harald Welte1-27/+48
2023-10-17Fix counting received IPA packets in server modeHarald Welte1-1/+1
2023-10-04asp: Support removing local & remote addressesPau Espin Pedrol1-0/+19
2023-10-02asp: Support adding new local addresses after the ASP was startedPau Espin Pedrol1-0/+19
2023-09-29asp: Apply SCTP primary address changes after the ASP was startedPau Espin Pedrol1-0/+8
2023-09-29Split osmo_ss7_asp_peer functionalities to its own filePau Espin Pedrol1-190/+0
2023-09-29asp: Factor out helper function to match host in asp_peerPau Espin Pedrol1-25/+17
2023-09-08Allow configuring per-ASP SCTP INIT parametersPau Espin Pedrol1-0/+16
2023-09-08asp,xua_srv: Use new osmo_stream API to request sockopt SCTP AUTH/ASCONF SUPP...Pau Espin Pedrol1-0/+5
2023-09-07ss7: Split asp and xua_server into their own filesPau Espin Pedrol1-0/+1246