aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-25IPSP: Allow vty-configuration of IPSP role "ASPs"laforge/ipspHarald Welte1-2/+1
2023-09-25IPSP: Add a comment that it's intentional to drop all M3UA SNM for IPSPHarald Welte1-0/+2
2023-09-25IPSP: don't route any incoming M3UA messages in IPSP caseHarald Welte3-2/+10
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
2023-05-10add osmo_sccp_set_max_optional_data()Neels Hofmeyr3-2/+22
2023-04-27debian: set compat level to 10Oliver Smith2-2/+2
2023-04-24SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD)Neels Hofmeyr5-3/+87
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-05comment: fix typo 'OSMO_ASCU_'Neels Hofmeyr1-1/+1
2023-04-05add two value_string[]s related to N-PCSTATENeels Hofmeyr2-0/+29
2023-03-30osmoappdesc.py: also test doc/examples/osmo-stp-multihome.cfgVadim Yanitskiy1-1/+2
2023-03-30tests: execute osmotest{vty,config}.py against osmo-stpVadim Yanitskiy1-1/+3
2023-03-29tests: $(BUILT_SOURCES) is not defined, depend on osmo-stpVadim Yanitskiy1-1/+1
2023-03-24fix sccp_scoc state S_WAIT_CONN_CONF out_state_maskNeels Hofmeyr1-0/+2
2023-03-13tests: use -no-install libtool flag to avoid ./lt-* scriptsVadim Yanitskiy6-3/+7
2023-03-13tests/*/Makefile.am: -Wall is not a preprocessor flagVadim Yanitskiy5-5/+6
2023-03-13{examples,stp}/Makefile.am: fix typo in $(COVERAGE_[C]FLAGS)Vadim Yanitskiy2-2/+2
2023-03-13sccp: Introduce APIs to get/set osmo_sccp_instance priv data pointerPau Espin Pedrol2-0/+12