aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-03-20WIP: MTP2 IAC + LSC FSMlaforge/m2paHarald Welte7-0/+1156
2023-03-20WIP: M2PAHarald Welte3-0/+766
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
2023-03-10Implement sccp_instance->connections as rbtreePau Espin Pedrol3-15/+58
2023-03-10cosmetic: sccp.h: Fix trailing whitespacePau Espin Pedrol1-1/+1
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-28Transition to use of 'telnet_init_default'arehbein3-4/+3
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 Hofmeyr3-9/+16
2023-02-21SS7: do not attempt transfer if AS is downMax3-0/+19
2023-02-20Run struct_endianness.pyOliver Smith2-7/+7
2023-02-18add osmo_scu_prim_name_c() / _buf()Neels Hofmeyr2-4/+21
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 Pedrol5-12/+44
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-11-11contrib/jenkins.sh: add missing 'make check'Oliver Smith1-0/+1
2022-11-11tests: fix old-style function definitionOliver Smith2-2/+2
2022-11-03Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definitionHarald Welte1-0/+1
2022-09-09Set working directory in systemd service fileMax1-0/+2
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-22examples: update vty codeMax1-9/+11
2022-08-22SIGTRAN: add osmo_sccp_tx_disconn_data() helperMax3-6/+24
2022-08-22SIGTRAN: error if attempting to send exceedingly big dataMax2-0/+8
2022-08-22SIGTRAN: add function to check connection existenceMax4-6/+36
2022-08-22SIGTRAN: don't advance FSM on failed connection requestMax1-6/+14
2022-08-21Add basic readme for example codeMax1-0/+21
2022-08-21[cosmetic] sccp_scoc.c: constify function parametersMax3-4/+4
2022-08-18SCCP: Log more data on CR size errorMax1-3/+5
2022-08-17SCCP: enforce optional data length limitsMax2-2/+29
2022-08-17cosmetic: improve usage help of example codeMax1-3/+3
2022-06-29xua_snm: assert to guard against NULL ptrPau Espin Pedrol1-0/+2
2022-06-28Bump version: 1.5.0.20-e9cc-dirty → 1.6.01.6.0Pau Espin Pedrol6-13/+46
2022-06-17update git URLs (git -> https; gitea)2022q2Harald Welte5-8/+7
2022-06-17[cosmetic] sccp_scoc: Fix typo in commentHarald Welte1-1/+1
2022-06-16[cosmetic] sccp_scoc.c: fix comments about corresponding SCCP msg typesHarald Welte1-2/+2
2022-05-05M3UA/SUA: Implement handling of SCON (signaling congestion)Harald Welte4-0/+139
2022-04-13tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy6-6/+6
2022-03-29Add ss7 instances to osmo_ss7_instances in creation order2022q1Pau Espin Pedrol2-5/+5
2022-02-24sccp_demo_user: enable stats / rate_counter timersHarald Welte1-0/+4
2022-02-24sccp_demo_user: Allow user to specify logmask on command lineHarald Welte1-3/+8
2022-02-24sccp_demo_user: make sure the command-line specified point codes are usedHarald Welte3-2/+7
2022-02-24sccp_demo_user: Add 'show stats' to VTYHarald Welte1-0/+2
2022-02-21sccp_demo_user: Add command line argument to specify protocol (m3ua/ipa)Harald Welte1-6/+15