aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-11ss7: Refactor osmo_ss7_asp_find_or_create()Pau Espin Pedrol1-25/+31
2023-07-11sccp: Use tdef to implement osmo_sccp_timersPau Espin Pedrol4-121/+56
2023-07-10M3UA/SUA: Don't add empty routing context IE in DUNA/DAVA/DUPUHarald Welte2-6/+6
2023-07-09xua_default_lm_fsm.c: Log rx ASP_UP timeout with NOTICE levelPau Espin Pedrol1-0/+1
2023-06-27vty: Improve output of show cs7 instance <0-15> aspPau Espin Pedrol2-25/+48
2023-06-20Set stream_cli/srv name to contain ASP + socknamePau Espin Pedrol2-0/+5
2023-06-20Add osmo_ss7_asp getters for name and protoPau Espin Pedrol3-0/+21
2023-06-16Forbid partial VTY configurations of ASPs with name asp-clnt-*Pau Espin Pedrol4-14/+39
2023-06-13osmo_sccp_simple_client_on_ss7_id(): Always follow VTY config of ASP if it wa...Pau Espin Pedrol4-22/+9
2023-06-13osmo_sccp_simple_client_on_ss7_id(): Support ASP explicitly configured as sct...Pau Espin Pedrol3-4/+28
2023-06-13cosmetic: fix various typos in comments, log messages and VTY stringsHarald Welte6-12/+12
2023-06-08.gitignore: Ignore *.pycPau Espin Pedrol1-0/+1
2023-05-26systemd: depend on networking-online.targetOliver Smith1-0/+2
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy1-1/+1
2023-05-10add public API: osmo_sccp_instance_next_conn_id()Neels Hofmeyr2-1/+3
2023-05-10sccp_scoc.c: fix infinite loop on conn ID exhaustionNeels Hofmeyr1-6/+22