aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-15patch2jolly/testingAndreas Eversberg1-12/+0
2024-03-15patch 1Harald Welte1-0/+12
2024-03-14cosmetic: rename ss7_asp_*_conn_cb to ss7_asp_*_conn_rx_cbHarald Welte3-10/+10
2024-03-13xua + ipa: Add support for I/O in OSMO_IO modeHarald Welte4-228/+68
2024-03-07Revert "xua + ipa: Add support for I/O in OSMO_IO mode"Harald Welte4-68/+228
2024-03-06xua + ipa: Add support for I/O in OSMO_IO modeHarald Welte4-228/+68
2024-03-04xua_accept_cb(): distinguish ASPs using different trans_protoVadim Yanitskiy3-3/+5
2024-02-29fix regression in sctp-role / transport-roleHarald Welte2-2/+5
2024-02-27VTY: rename 'sctp-role' to 'transport-role', add an aliasVadim Yanitskiy4-27/+35
2024-02-27Implement M3UA-over-TCP (in addition to SCTP)Vadim Yanitskiy10-110/+575
2024-02-27osmo_ss7_asp_find_by_name(): improve docs and coding styleVadim Yanitskiy2-7/+8
2024-02-27xua_asp_send_xlm_prim(): use LOGPFSML() to print more contextVadim Yanitskiy1-2/+2
2024-02-27cosmetic: reduce nesting in osmo_ss7_as_find_by_proto()Vadim Yanitskiy1-10/+9
2024-02-27cosmetic: xua_cli_connect_cb(): fix typo in a commentVadim Yanitskiy1-1/+1
2024-02-19examples/sccp_demo_user: fix default ASP protocol in helpVadim Yanitskiy1-1/+1
2024-02-16fix xua_msg_dump(): convert message length to the host's byte orderVadim Yanitskiy1-1/+1
2024-02-15return CMD_WARNING if osmo_ss7_xua_server_create() failsVadim Yanitskiy1-1/+1
2024-02-10vty_test_runner: Don't wait for more than 10s when connecting to socketsHarald Welte1-0/+4
2024-02-10vty_test_runner: Avoid bogus erro messages like "AssertionError: False is not...Harald Welte1-2/+2
2024-02-10Add new "cs7 instance <0-15> asp NAME disconnect" VTY commandHarald Welte2-0/+27
2024-02-10xua_asp_fsm: Log ERROR message when we send a MGMT:ERR messageHarald Welte1-0/+2
2024-01-26build: include README.md into the release tarballVadim Yanitskiy1-0/+1
2023-12-12ipa: Use ASP name as ipa_unit_name on dynamic ASPsPau Espin Pedrol3-8/+43
2023-12-12cosmetic: Fix typo in function docPau Espin Pedrol1-1/+1
2023-12-12vty: Introduce show cs7 instance asp-assoc-statusPau Espin Pedrol3-7/+170
2023-12-12vty: Introduce show cs7 instance asp-remaddrPau Espin Pedrol3-5/+192
2023-12-12vty: Introduce cmd 'show cs7 instance asp name ASP_NAME'Pau Espin Pedrol2-30/+71
2023-12-12vty: show cs7 instance asp: Print loc and rem addr retrieved from socketPau Espin Pedrol4-46/+85
2023-12-12vty: show cs7 instance asp: Swap columns SCTP Role and Remote Address listPau Espin Pedrol3-37/+37
2023-12-12vty: Retrieve IP addr set from sk when dumping xUA serverPau Espin Pedrol2-4/+27
2023-12-07ipa: Fix client setting unit_id with ASP name instead of ASPau Espin Pedrol3-3/+10
2023-11-25port from osmo_stream_*_get_ofd() to osmo_stream_srv_get_fd()Harald Welte4-34/+56
2023-10-31sccp_scoc: Fix remote PC not assigned preventing RSLD to be sent in st WAIT_C...Pau Espin Pedrol1-0/+7
2023-10-31cosmetic: add spec referenceMax1-4/+6
2023-10-30sccp_demo_user: Allow initiating conns from vty in server modePau Espin Pedrol1-0/+1
2023-10-17Fix counting received IPA packets in server modeHarald Welte1-1/+1
2023-10-04xua_server: asp: Support removing local addressesPau Espin Pedrol3-0/+29
2023-10-04asp: Support removing local & remote addressesPau Espin Pedrol7-2/+143
2023-10-04sccp: Drop unused local variablePau Espin Pedrol1-3/+0
2023-10-02asp: Support adding new local addresses after the ASP was startedPau Espin Pedrol4-1/+37
2023-09-29asp: Apply SCTP peer primary address changes after the ASP was startedPau Espin Pedrol1-0/+17
2023-09-29asp: Apply SCTP primary address changes after the ASP was startedPau Espin Pedrol3-0/+27
2023-09-29Split osmo_ss7_as functionalities to its own filePau Espin Pedrol4-171/+215
2023-09-29Factor our osmo_ss7_as allocation to its own functionPau Espin Pedrol2-15/+35
2023-09-29Split osmo_ss7_asp_peer functionalities to its own filePau Espin Pedrol4-190/+238
2023-09-29asp: Factor out helper function to match host in asp_peerPau Espin Pedrol1-25/+17
2023-09-29cosmetic: src/Makefile: reformat to one item per linePau Espin Pedrol1-10/+43
2023-09-21sccp: Introduce initial support for SCCP LUDT + LUDTS messagesHarald Welte8-47/+433
2023-09-21cosmetic: sccp_types.h: Fix typo in commentPau Espin Pedrol1-1/+1
2023-09-21sccp2sua: Produce smaller output if msg contains no optional sectionPau Espin Pedrol3-6/+19