aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27VTY: rename 'sctp-role' to 'transport-role', add an aliasVadim Yanitskiy1-7/+7
2024-02-27Implement M3UA-over-TCP (in addition to SCTP)Vadim Yanitskiy1-9/+21
2023-09-07ss7: Rename internal APIs to avoid exporting them in so filePau Espin Pedrol1-1/+1
2023-07-11sccp: Use tdef to implement osmo_sccp_timersPau Espin Pedrol1-0/+4
2023-06-16Forbid partial VTY configurations of ASPs with name asp-clnt-*Pau Espin Pedrol1-14/+32
2023-06-13osmo_sccp_simple_client_on_ss7_id(): Always follow VTY config of ASP if it wa...Pau Espin Pedrol1-10/+4
2023-06-13osmo_sccp_simple_client_on_ss7_id(): Support ASP explicitly configured as sct...Pau Espin Pedrol1-2/+24
2023-06-13cosmetic: fix various typos in comments, log messages and VTY stringsHarald Welte1-1/+1
2023-05-10add osmo_sccp_set_max_optional_data()Neels Hofmeyr1-0/+18
2023-04-24SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD)Neels Hofmeyr1-0/+2
2023-03-13sccp: Introduce APIs to get/set osmo_sccp_instance priv data pointerPau Espin Pedrol1-0/+10
2023-03-10Implement sccp_instance->connections as rbtreePau Espin Pedrol1-1/+0
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