aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-26sccp_user: do not force the role ASP when configured differentlypmaier/fixupPhilipp Maier1-1/+5
2021-10-07osmo_sccp_simple_client_on_ss7_id(): Allow set internally proper IPv4/v6 defa...Pau Espin Pedrol1-4/+9
2021-10-05cosmetic: Fix typos in documentationPau Espin Pedrol1-8/+8
2021-02-08sccp: Add minimalistic SCMG implementationHarald Welte1-0/+7
2020-09-05add OSMO_SCCP_ADDR_T_MASK for osmo_sccp_addr_cmp()Neels Hofmeyr1-2/+2
2020-06-26osmo_sccp_simple_client_on_ss7_id(): do not care about ASP nameNeels Hofmeyr1-8/+28
2020-06-25Revert "sccp_simple_client: only restart ASP if it was created"neels1-8/+8
2020-06-24sccp_simple_client: only restart ASP if it was createdNeels Hofmeyr1-8/+8
2020-06-15sccp_user_find: optimize: search PC only for valid PC argNeels Hofmeyr1-4/+6
2020-05-22add osmo_sccp_user_find() as public APINeels Hofmeyr1-0/+16
2020-01-21osmo_sccp_simple_server(): use sccp instance index 0 instead of 1Pau Espin Pedrol1-1/+1
2020-01-16sccp: Fix null ptr access on malformed or unsupported msg receivedPau Espin Pedrol1-0/+6
2020-01-13ss7: Fix sccp_simple_server rejecting connectionsPau Espin Pedrol1-0/+12
2020-01-13ss7: Set ASP addresses using asp_peer APIsPau Espin Pedrol1-13/+2
2020-01-08sua.c: Avoid double free in sua_rx_msg()->...->mtp_user_prim_cb()Pau Espin Pedrol1-0/+1
2020-01-08Revert "fix memleaks in mtp_user_prim_cb()"neels1-1/+0
2020-01-07fix memleaks in mtp_user_prim_cb()Neels Hofmeyr1-0/+1
2019-11-05Allow ASP role to be configuredHarald Welte1-0/+2
2019-10-22ss7: Support multiple addresses in SCTP connectionsPau Espin Pedrol1-4/+6
2019-09-16sccp_user: correct comment for osmo_sccp_simple_clientAlexander Couzens1-1/+1
2019-08-29osmo_sccp_simple_client(): use sccp instance index 0 instead of 1Alexander Couzens1-1/+1
2019-04-12add osmo_sccp_addr_cmp(), osmo_sccp_addr_ri_cmp()Neels Hofmeyr1-0/+118
2018-10-29skip simple-client default as/asp when saving VTY configStefan Sperling1-0/+2
2018-09-27make SCCP timers configurableNeels Hofmeyr1-7/+0
2018-09-27cosmetic: allocate ss7->sccp in one common functionNeels Hofmeyr1-4/+2
2018-06-06fix use after free in osmo_sccp_simple_server_add_clnt()Stefan Sperling1-1/+1
2017-12-24add osmo_sccp_user_name()Neels Hofmeyr1-0/+21
2017-12-20ss7: Re-bind xUA server socket after setting new IPPau Espin Pedrol1-0/+5
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2017-09-14simple client: prevent overwriting asp settingsPhilipp Maier1-13/+28
2017-08-24sccp: again fix handling of default IP addresses in osmo_sccp_simple_client()Philipp Maier1-4/+2
2017-08-11sccp: fixup for osmo_sccp_get_ss7()Philipp Maier1-1/+6
2017-08-11sccp: function to get sccp instance from sccp userPhilipp Maier1-0/+10
2017-08-11sccp: add doxgen comments for osmo_sccp_simple_client()Philipp Maier1-0/+32
2017-08-11sccp: check for valid point code in osmo_sccp_simple_client()Philipp Maier1-6/+10
2017-08-11sccp: fix handling of default IP addresses in osmo_sccp_simple_client()Philipp Maier1-4/+4
2017-08-10sccp: prefix default parameters of osmo_sccp_simple_client()Philipp Maier1-20/+27
2017-08-09sccp: fix creating of the default route in simple clientPhilipp Maier1-3/+7
2017-08-09consistency: use OSMO_SS7_PC_INVALID for osmo_sccp_userNeels Hofmeyr1-18/+14
2017-08-09ensure valid primary_pc in osmo_ss7_instanceNeels Hofmeyr1-0/+5
2017-08-09sccp: add function to check sccp addressesPhilipp Maier1-0/+42
2017-08-01sccp: derive local address from given sccp instancePhilipp Maier1-0/+22
2017-07-31sccp: fix possible nullpointer derefInstallation Owner1-2/+4
2017-07-22sccp: make simple client configurable via VTYPhilipp Maier1-38/+99
2017-07-05simple-client/server: be able to decide on which ss7 instance to bindPhilipp Maier1-8/+28
2017-06-25sccp_user.c: add missing error loggingNeels Hofmeyr1-4/+12
2017-04-27sccp_user: Add missing 'break' statementHarald Welte1-0/+1
2017-04-18Add IPA/SCCPlite support as SIGTRAN alternativeHarald Welte1-1/+2
2017-04-13Add a default layer manager using RKM to register PC with SGHarald Welte1-0/+1
2017-04-11sccp_user: Make sure to create client-side AS with primary PCHarald Welte1-0/+2