aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-01xua_asp_fsm: Fix gcc false positive warningPau Espin Pedrol1-2/+1
2022-02-01osmo_ss7_vty: add osmo_sccp_addr_by_name_localOliver Smith2-0/+24
2022-02-01include/osmocom/sigtran/sccp_sap.h: cosmetic fixesOliver Smith1-13/+7
2022-01-26sccp_user: do not force the role ASP when configured differentlypmaier/fixupPhilipp Maier1-1/+5
2022-01-21xua_default_lm_fsm.c: Fix typo in commentPau Espin Pedrol1-1/+1
2021-12-21osmo_ss7_instance_destroy: use for_each_entry_safeOliver Smith1-6/+6
2021-12-21src/sccp_scmg: fix typoOliver Smith1-1/+1
2021-12-14treewide: remove FSF addressOliver Smith8-32/+0
2021-11-23ss7: Use sctp value_string from libosmo-netifPau Espin Pedrol2-30/+4
2021-11-16Bump version: 1.4.0.39-484f-dirty → 1.5.01.5.0Pau Espin Pedrol6-14/+69
2021-11-16osmo_ss7: properly unlink rate_counter on AS/ASP freeHarald Welte1-0/+2
2021-11-16rate_ctr: Use legal counter group prefixes / names (no '.' allowed)Harald Welte1-7/+7
2021-11-15spelling fixes in commentsHarald Welte6-20/+20
2021-11-15stp: Add basic RX/TX rate counters on AS and ASP levelHarald Welte8-0/+83
2021-11-14sccp_scmg: Add missing line eneding to log statementHarald Welte1-1/+1
2021-10-26sccp: Add minimalistic support for XUDT / XUDTSHarald Welte2-2/+110
2021-10-07osmo_ss7.c: Fix typo in doc for osmo_ss7_asp_peer_add_host()Pau Espin Pedrol1-1/+1
2021-10-07osmo_sccp_simple_client_on_ss7_id(): Allow set internally proper IPv4/v6 defa...Pau Espin Pedrol5-65/+104
2021-10-05cosmetic: Fix typos in documentationPau Espin Pedrol1-8/+8
2021-10-05cosmetic: Fix extra empty linePau Espin Pedrol1-1/+0
2021-07-23m3ua: fix m3ua_encode_dupuOliver Smith1-2/+2
2021-07-23m3ua: reject deregistration of static routing keysOliver Smith1-0/+6
2021-07-11m3ua: fix leaky usage of m3ua_tx_xua_aspEric1-1/+5
2021-06-17osmo_ss7_vty: allow users to inspect routes also in ASP rolePhilipp Maier2-1/+5
2021-06-16osmo_ss7_vty: automatically create routes for routing keyPhilipp Maier1-0/+22
2021-06-09ipa_asp_fsm: Support server starting handshake with ID_GET or ID_ACKPau Espin Pedrol1-2/+15
2021-06-09cosmetic: xua_asp_fsm.c: reorder functions in filePau Espin Pedrol1-36/+44
2021-05-21VTY: write_one_asp(): fix 1 << 31 cannot be represented by 'int'Vadim Yanitskiy1-2/+2
2021-05-13sccp_scrc: Ensure we have not just SSN but at least OPC+SSN in CallingPartyHarald Welte1-0/+23
2021-05-13m3ua/sua: Add new snm_inactive quirkHarald Welte4-8/+23
2021-05-13m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP role.Harald Welte4-9/+29
2021-05-13osmo_ss7: introduce notion of configurable 'quirks'Harald Welte3-2/+78
2021-05-11ss7_asp_test.vty: Allow more asp node commands after shutdownHarald Welte1-0/+2
2021-05-10Constrain connection ID allocation to 24 bitsHarald Welte1-1/+4
2021-05-03ss7_vty: Print actual connected port number in case of IPA serverHarald Welte1-1/+11
2021-04-30Revert "osmo_ss7: free the sock_name string once an ASP socket is closed"2021q1Harald Welte1-8/+0
2021-04-30osmo_ss7: free the sock_name string once an ASP socket is closedHarald Welte1-0/+8
2021-04-30don't do explicit NULL checks before calling talloc_free()Harald Welte1-4/+2
2021-04-29xua_asp_fsm: Fix IPA client roleHarald Welte1-2/+2