aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-19wip reconnect notifyjolly/workAndreas Eversberg1-3/+10
2024-02-09xua + ipa: Add support for I/O in OSMO_IO modeHarald Welte4-105/+27
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
2023-09-20sscp2sua: Constify several more parametersPau Espin Pedrol1-53/+53
2023-09-20sccp2sua: remove unused msg param from sccp_{addr,data}_to_sua_ptrPau Espin Pedrol1-16/+16
2023-09-20xua_msg: Implement xua_msg_dump() using OSMO_STRBUFPau Espin Pedrol1-21/+7
2023-09-20sccp2sua: constify params of sccp_ptr_part_consistent()Pau Espin Pedrol1-2/+2
2023-09-12Bump version: 1.7.0.56-abf26-dirty → 1.8.01.8.0Pau Espin Pedrol8-31/+99
2023-09-08Allow configuring per-ASP SCTP INIT parametersPau Espin Pedrol5-0/+169
2023-09-08asp,xua_srv: Use new osmo_stream API to request sockopt SCTP AUTH/ASCONF SUPP...Pau Espin Pedrol3-1/+14
2023-09-07ss7: Split asp and xua_server into their own filesPau Espin Pedrol5-1449/+1573
2023-09-07ss7: Drop unneeded else branch after early returnPau Espin Pedrol1-3/+2
2023-09-07ss7: Rename internal APIs to avoid exporting them in so filePau Espin Pedrol4-7/+7
2023-09-01m3ua: Add some TODO comments on where we fall short of our potentialHarald Welte2-2/+6
2023-09-01ipa: use LSBs of file descriptor as SLS in IPA->M3UA directionHarald Welte3-6/+8
2023-08-21asp: Monitor SCTP_PEER_ADDR_CHANGE events to re-apply configured Primary AddressPau Espin Pedrol1-0/+72
2023-08-21asp: Allow setting IP address as SCTP primary upon conn establishmentPau Espin Pedrol5-30/+296
2023-08-07ss7: Use libosmo-netif's osmo_stream_{cli,srv}_recv() APIsPau Espin Pedrol2-55/+40
2023-08-07ss7: Log addr and event state for SCTP_PEER_ADDR_CHANGEPau Espin Pedrol1-0/+11
2023-08-03tests/vty: test multiple local/remote IP addressesPau Espin Pedrol1-3/+12
2023-08-03cosmetic: Fix pointer location formatPau Espin Pedrol2-2/+2
2023-07-11asp: Make ASP default LM timers VTY configurablePau Espin Pedrol5-20/+157