libosmo-sccp/src
Pau Espin b35dc5fc81 Fix (2) change in ss7 server default listen addr, keeps backward-compatibility behavior
This patch is a fixup or extension of commit
96d348efbf, which only fixed the default
values for "asp" VTY node, but not for the xua server's "listen" node.
As a result, without this patch, by default the SCTP server socket will
only listen on IPv4's "0.0.0.0", since NULL is resolved by getaddrinfo
to it instead of "::" as first candidate.

Fixes: 96d348efbf
Change-Id: Ifbc8df854d1f1e9b07b11911ad5da8cdf9f2080a
2020-09-01 13:40:16 +02:00
..
Makefile.am sccp: Add value_string for SCCP message types 2020-01-17 14:38:22 +01:00
ipa.c ipa: VTY config option to explicitly enable/disable SCCP patching 2019-10-19 22:31:04 +02:00
m3ua.c M3UA: Accept DATA without routing context IE if only a single AS in ASP 2020-06-21 15:51:12 +02:00
mtp_pcap.c build: move include/{mtp,sccp} to include/osmocom/ 2018-10-21 12:35:11 +00:00
osmo_ss7.c Fix matching IPv6 anyaddr :: in osmo_ss7_asp_find_by_socket_addr 2020-08-28 17:14:32 +02:00
osmo_ss7_hmrt.c cosmetic: hmrt_message_for_routing(): use osmo_ss7_route_name() 2017-12-24 21:21:55 +01:00
osmo_ss7_vty.c Fix (2) change in ss7 server default listen addr, keeps backward-compatibility behavior 2020-09-01 13:40:16 +02:00
sccp.c big endian: add missing endian.h in sccp.c 2020-05-19 22:37:41 +02:00
sccp2sua.c sccp2sua: fix typo: s/omso_sccp_addr/osmo_sccp_addr/ 2020-06-02 02:02:20 +07:00
sccp_helpers.c osmo_sccp_addr_name / _dump: drop 'NO_GT' output 2017-12-24 16:52:53 +01:00
sccp_internal.h sccp_internal.h: fix compilation with gcc-10 2020-04-20 19:35:43 +02:00
sccp_sap.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
sccp_sclc.c add caller-owns-msgb variant osmo_sccp_user_sap_down_nofree() 2019-04-12 06:27:10 +02:00
sccp_scoc.c SCOC: log message type that was received for unknown local reference 2020-07-29 21:27:04 +02:00
sccp_scrc.c sccp: Log missing user and router failure paths 2020-01-17 15:52:24 +01:00
sccp_types.c sccp: Improve logging in sccp_to_xua_opt() 2020-01-17 14:41:53 +01:00
sccp_user.c osmo_sccp_simple_client_on_ss7_id(): do not care about ASP name 2020-06-26 16:05:38 +02:00
sccp_vty.c make SCCP timers configurable 2018-09-27 17:53:40 +02:00
sua.c Add SPDX-License-Identifier + missing copyright statements 2017-11-13 01:25:47 +09:00
xua_as_fsm.c xua: Implement traffic mode broadcast 2019-11-20 16:17:39 +01:00
xua_as_fsm.h osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmd 2019-11-14 22:31:40 +00:00
xua_asp_fsm.c xua_asp_fsm.c: Drop unused defines 2020-01-21 15:25:27 +01:00
xua_asp_fsm.h introduce public enum osmo_ss7_asp_role for ASP/SG/IPSP 2019-11-05 20:50:37 +00:00
xua_default_lm_fsm.c ss7: Set configured AS traffic mode when sending Routing Key Register msg 2019-10-24 13:23:09 +02:00
xua_internal.h Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamID 2018-06-08 18:47:44 +00:00
xua_msg.c xua: Avoid multiline log in xua_msg_dump() 2019-11-12 21:35:24 +00:00
xua_rkm.c M3UA: Reject ASP activation + RKM registration for incompatible traffic-mode 2019-11-05 20:50:26 +00:00