aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Bump version: 0.10.0.39-b723 → 1.0.01.0.0Harald Welte1-1/+1
2019-01-20sccp.c: Fix gcc-8.2 -Werror=maybe-uninitializedHarald Welte1-1/+1
2018-12-20fix ipa_asp_fsm down state transitionStefan Sperling1-22/+27
2018-11-22SS7: safeguard against wrong number of pointcode componentMax1-1/+2
2018-11-19Log ip:port for created SS7 serverMax1-1/+4
2018-11-19Make pointcode width function publicMax1-3/+3
2018-11-09return error code from xua_srv_conn_cb() if conn is freedStefan Sperling1-1/+5
2018-10-29skip simple-client default as/asp when saving VTY configStefan Sperling2-4/+5
2018-10-21build: move include/{mtp,sccp} to include/osmocom/Neels Hofmeyr6-6/+6
2018-09-27make SCCP timers configurableNeels Hofmeyr5-27/+268
2018-09-27sccp_vty: fix doc strings for show ... ssn,connectionsNeels Hofmeyr1-2/+3
2018-09-27cosmetic: allocate ss7->sccp in one common functionNeels Hofmeyr2-8/+18
2018-09-27vty: install 'show cs7' for sccp addrs on _ve nodesNeels Hofmeyr1-3/+5
2018-09-27vty: tweak two printed stringsNeels Hofmeyr1-2/+2
2018-09-27sccp_vty: define SCCP_STR onceNeels Hofmeyr2-6/+5
2018-09-27allow less characters for SCCP address book entriesNeels Hofmeyr1-1/+1
2018-09-27vty: fix 'show asp' from within 'asp' nodeNeels Hofmeyr1-1/+2
2018-09-26drop inaccurate comment from osmo_ss7_vty.cNeels Hofmeyr1-1/+0
2018-09-26cosmetic: sccp_scoc.c: fix timers definition unitsNeels Hofmeyr1-9/+9
2018-08-20ipa_asp_fsm: init: expect IPA ID ACK, not GETNeels Hofmeyr1-2/+2
2018-08-13xua_rkm: Fix xua_msg memleank in handle_rkey_reg_respPau Espin Pedrol1-0/+2
2018-08-13sscp_scrc: Fix memleak of xua_msg when handing it to scrc_rx_mtp_xfer_ind_xuaPau Espin Pedrol1-4/+12
2018-08-01Migrate from ipa_ccm_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-1/+1
2018-07-27Bump version: 0.9.0.20-6265-dirty → 0.10.00.10.0Pau Espin Pedrol1-1/+1
2018-07-18comment: explain xua_msg free in m3ua_rx_xfer()Neels Hofmeyr1-0/+1
2018-07-12fix two memleaks in ipa_rx_msg_sccp()Neels Hofmeyr1-2/+5
2018-07-12add osmo_xua_msg_tall_ctx_init()Neels Hofmeyr1-1/+7
2018-07-11cosmetic: sccp2sua.c: log the IEI for parsed SCCP addrNeels Hofmeyr1-1/+1
2018-07-11fix memleak in ipa_rx_msg_sccpNeels Hofmeyr1-0/+1
2018-06-08Introduce osmo_ss7_register_rx_unknown_cb() for unknown PPID/StreamIDHarald Welte3-13/+33
2018-06-06fix use after free in osmo_sccp_simple_server_add_clnt()Stefan Sperling1-1/+1
2018-06-05fix infinite recursion with routing by global titleStefan Sperling1-0/+7
2018-05-26osmo_ss7: Register 5000 as default port for IPA/SCCPliteHarald Welte1-0/+1
2018-05-15free msgb for primitive allocated in lm_timer_cb() of lm_fsmStefan Sperling2-0/+2
2018-05-03Bump version: 0.8.1.43-7e34-dirty → 0.9.00.9.0Pau Espin Pedrol1-1/+1
2018-04-16ipa_asp_fsm: Prevent against integer underflowHarald Welte1-0/+5
2018-02-15SS7: clarify handling of stream opening errorMax1-0/+2
2018-01-07error log: sccp_scoc.c: log failure to create/resolve conn_idNeels Hofmeyr1-2/+6
2017-12-24cosmetic: hmrt_message_for_routing(): use osmo_ss7_route_name()Neels Hofmeyr1-12/+19
2017-12-24add osmo_ss7_route_name()Neels Hofmeyr1-0/+59
2017-12-24add osmo_sccp_user_name()Neels Hofmeyr1-0/+21
2017-12-24osmo_sccp_addr_name / _dump: drop 'NO_GT' outputNeels Hofmeyr1-2/+4
2017-12-20ss7: Re-bind xUA server socket after setting new IPPau Espin Pedrol3-9/+59
2017-12-10Allocate SCCP user primitives with headroomHarald Welte1-1/+1
2017-12-10sccp_helpers: don't return msgb with l2h setHarald Welte1-1/+4
2017-11-20xua_as[p]_fsm: Use osmo_timer_del() on FSM cleanupHarald Welte2-0/+17
2017-11-20Add "show cs7 (m3ua}sua}ipa)" command to show xUA serversHarald Welte1-0/+37
2017-11-17ss7_vty: Fix out-of-bounds access in 'as' cmdPau Espin Pedrol1-1/+1
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte21-0/+60
2017-11-12ipa: Automatically create / destroy route on IPA connect/disconnectHarald Welte1-0/+33