aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-09-08asp,xua_srv: Use new osmo_stream API to request sockopt SCTP AUTH/ASCONF SUPP...Pau Espin Pedrol2-0/+13
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 Pedrol2-28/+253
2023-08-07ss7: Use libosmo-netif's osmo_stream_{cli,srv}_recv() APIsPau Espin Pedrol1-54/+38
2023-08-07ss7: Log addr and event state for SCTP_PEER_ADDR_CHANGEPau Espin Pedrol1-0/+11
2023-08-03cosmetic: Fix pointer location formatPau Espin Pedrol1-1/+1
2023-07-11asp: Make ASP default LM timers VTY configurablePau Espin Pedrol4-20/+154
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 Pedrol1-6/+29
2023-06-20Set stream_cli/srv name to contain ASP + socknamePau Espin Pedrol1-0/+4
2023-06-20Add osmo_ss7_asp getters for name and protoPau Espin Pedrol1-0/+18
2023-06-16Forbid partial VTY configurations of ASPs with name asp-clnt-*Pau Espin Pedrol2-14/+36
2023-06-13osmo_sccp_simple_client_on_ss7_id(): Always follow VTY config of ASP if it wa...Pau Espin Pedrol2-20/+7
2023-06-13osmo_sccp_simple_client_on_ss7_id(): Support ASP explicitly configured as sct...Pau Espin Pedrol2-4/+27
2023-06-13cosmetic: fix various typos in comments, log messages and VTY stringsHarald Welte5-11/+11
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 Hofmeyr1-1/+1
2023-05-10sccp_scoc.c: fix infinite loop on conn ID exhaustionNeels Hofmeyr1-6/+22
2023-05-10add osmo_sccp_set_max_optional_data()Neels Hofmeyr2-2/+20
2023-04-24SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD)Neels Hofmeyr4-3/+45
2023-04-15ASPAC/ASPIA: Don't add routing context IE in ASP-role if routing context 0Harald Welte1-1/+8
2023-04-15cosmetic: Fix log message in routing table add error caseHarald Welte1-1/+1
2023-04-05add two value_string[]s related to N-PCSTATENeels Hofmeyr1-0/+16
2023-03-24fix sccp_scoc state S_WAIT_CONN_CONF out_state_maskNeels Hofmeyr1-0/+2
2023-03-13sccp: Introduce APIs to get/set osmo_sccp_instance priv data pointerPau Espin Pedrol1-0/+10
2023-03-10Implement sccp_instance->connections as rbtreePau Espin Pedrol3-15/+58
2023-03-10sccp_scpc.c: Simplify conn_create()Pau Espin Pedrol1-7/+6
2023-03-10Avoid allocating conn_id 0x00FFFFFFPau Espin Pedrol1-3/+15
2023-02-24mtp_pcap: remove unused static_assert() macro definitionVadim Yanitskiy1-2/+0
2023-02-22fixup for: add osmo_scu_prim_name_c() / _buf()Neels Hofmeyr1-7/+7
2023-02-21SS7: do not attempt transfer if AS is downMax2-0/+18
2023-02-18add osmo_scu_prim_name_c() / _buf()Neels Hofmeyr1-4/+19
2023-02-18sccp_scmg: ignore PCSTATE.indicationNeels Hofmeyr1-0/+3
2023-02-07Bump version: 1.6.0.20-8b67-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
2022-12-10cosmetic: fix typo in comment2023q1Harald Welte1-1/+1
2022-12-10SCOC: dump SUA header when logging "mismatching remote pc"Harald Welte1-1/+2
2022-11-23sccp: Validate local references > 0x00fffffe are not usedPau Espin Pedrol1-14/+52
2022-09-07SIGTRAN: cache Optional Data for SCCP CR/CC/RLSDMax1-13/+130
2022-09-07SIGTRAN: arrange the comments in the encoder to match the specMax1-4/+8
2022-08-22SIGTRAN: add osmo_sccp_tx_disconn_data() helperMax1-3/+15
2022-08-22SIGTRAN: error if attempting to send exceedingly big dataMax1-0/+7
2022-08-22SIGTRAN: add function to check connection existenceMax2-3/+26