aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7.c
AgeCommit message (Expand)AuthorFilesLines
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-29osmo_ss7: Truncate route 'mask' to point code bit lengthHarald Welte1-0/+20
2021-04-26Don't create duplicate routes in osmo_ss7_route_create()Harald Welte1-0/+9
2021-04-25osmo_ss7: Log route destruction (like we log route creation)Harald Welte1-0/+6
2021-04-25don't log "SCTP connection close" if an IPA/TCP connection closesHarald Welte1-2/+1
2021-02-23Add osmo_ss7_pointcode_print_buf() to APIHarald Welte1-3/+3
2021-02-10xua_snm: Implement handling of DUPU messagesHarald Welte1-0/+7
2021-02-08Introduce osmo_ss7_asp_get_log_subsys()Harald Welte1-0/+13
2021-02-07osmo_ss7: const-ify input arguments to osmo_ss7_as_has_asp()Harald Welte1-2/+2
2020-08-28Fix matching IPv6 anyaddr :: in osmo_ss7_asp_find_by_socket_addrPau Espin Pedrol1-3/+19
2020-08-28Validate correctly against IPv6 addresses in osmo_ss7_asp_peer_set_hosts()Pau Espin Pedrol1-10/+21
2020-08-24Fix finding ASP on IPv6 connectionsPau Espin Pedrol1-7/+36
2020-06-25osmo_ss7: remove use-after-free of stream_server after close_cbHarald Welte1-1/+2
2020-06-24Fix race during fast re-establishment of inbound M3UA connectionsHarald Welte1-1/+12
2020-01-13ss7: Improve checks in osmo_ss7_asp_peer_add_host()Pau Espin Pedrol1-11/+17
2020-01-13ss7: Set ASP addresses using asp_peer APIsPau Espin Pedrol1-6/+6
2020-01-13ss7: Introduce APIs to manage asp_peer hostsPau Espin Pedrol1-37/+64
2020-01-13ss7: Return value from child function in osmo_ss7_xua_server_set_local_hostPau Espin Pedrol1-2/+1
2019-12-01check for osmo_fsm_register() failures and propagate errorHarald Welte1-5/+18
2019-11-19osmo_ss7: Add osmo_ss7_asp_find()Harald Welte1-0/+18
2019-11-14osmo_ss7_vty.c: implement 'active' filter for show_cs7_as_cmdVadim Yanitskiy1-0/+10
2019-11-12ss7: Set correct local addr and port during dynamic ASP creationPau Espin Pedrol1-2/+5
2019-11-12ss7: Improve log formatting during ASP restartPau Espin Pedrol1-2/+2
2019-11-06osmo_ss7.c: fix xua_accept_cb(): properly assign roleVadim Yanitskiy1-0/+1
2019-11-06osmo_ss7.c: fix copy-paste error in xua_accept_cb()Vadim Yanitskiy1-1/+1
2019-11-06osmo_ss7.c: cosmetic: fix typo in xua_accept_cb()Vadim Yanitskiy1-1/+1
2019-11-06xua: loadshare: select ASP for tx only if activePau Espin Pedrol1-0/+7
2019-11-05Allow ASP role to be configuredHarald Welte1-6/+1
2019-11-05introduce public enum osmo_ss7_asp_role for ASP/SG/IPSPHarald Welte1-3/+10
2019-11-05M3UA: Reject ASP activation + RKM registration for incompatible traffic-modeHarald Welte1-0/+25
2019-10-24ss7: Only override traffic mode from recv REG REQ if not set by VTYPau Espin Pedrol1-1/+2
2019-10-24ss7: Set default traffic-mode to overridePau Espin Pedrol1-1/+1
2019-10-23Log correct protocol during xua_accept_cb()Harald Welte1-4/+4
2019-10-23ss7: Fix finding asp by socket addr if it has no remote hosts configuredPau Espin Pedrol1-5/+8
2019-10-23ss7: Fix finding asp by socket addr if local ip addr is 0.0.0.0Pau Espin Pedrol1-1/+2
2019-10-23ss7: Fix osmo_ss7_asp_peer_snprintf() output if peer has zero IP addr assignedPau Espin Pedrol1-1/+1
2019-10-22ss7: Log local and remote address set upon ASP restartPau Espin Pedrol1-3/+7
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol1-15/+119
2019-10-22Defer xua server binding until exit of VTY nodePau Espin Pedrol1-36/+0
2019-10-19Use LOGPAS / LOGPASP in favor of generic LOGSS7 where applicableHarald Welte1-11/+9
2019-10-19Move definition of LOGSS7() to header file; add LOGPAS() like LOGPASP()Harald Welte1-3/+0
2019-09-04ss7: Do not queue messages if stream is not connectedPau Espin Pedrol1-0/+5
2019-03-15Fix output of route destination in 'show ss7 instance <0-15> route'Harald Welte1-0/+42
2019-03-14Store + show remote ip/port in dynamically created ASPsHarald Welte1-0/+6
2019-02-12osmo_ss7.c: fix typoMax1-1/+1
2019-02-07Don't use deprecated osmo_stream_cli_open2()Max1-3/+4
2018-11-22SS7: safeguard against wrong number of pointcode componentMax1-1/+2
2018-11-19Log ip:port for created SS7 serverMax1-1/+4